We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This library generates invalid turtle output:
<http://www.cse.iitb.ac.in/~soumen/doc/CSAW/doc/yn_08Oct08_file_0/#offset_196_202> a nif:OffsetBasedString , nif:Phrase ; nif:anchorOf "the famous "covfefe" tweet" ; nif:beginIndex "196"^^xsd:nonNegativeInteger ; nif:endIndex "222"^^xsd:nonNegativeInteger ; nif:referenceContext <http://www.cse.iitb.ac.in/~soumen/doc/CSAW/doc/yn_08Oct08_file_0/#offset_0_1413> ; itsrdf:taClassRef ; itsrdf:taConfidence "1^^xsd:double ; itsrdf:taIdentRef <http://dbpedia.org/resource/Almost> .
The following problems are present
"1^^xsd:double
nif:anchorOf "the famous "covfefe" tweet" ;
There are other problems in context serialization.
<http://www.cse.iitb.ac.in/~soumen/doc/CSAW/doc/yn_08Oct08_file_0/#collection> a nif:ContextCollection ; nif:hasContext <http://www.cse.iitb.ac.in/~soumen/doc/CSAW/doc/yn_08Oct08_file_0/#offset_0_1413> <http://purl.org/dc/terms/conformsTo> <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core/2.1> .
a ; is missing after the nif:hasContext statement.
;
nif:hasContext
In other words this library is currently unusable.
The text was updated successfully, but these errors were encountered:
I have made a fork at https://github.com/wetneb/pynif which solves this issue (among others).
Sorry, something went wrong.
No branches or pull requests
This library generates invalid turtle output:
The following problems are present
"1^^xsd:double
is missing a double quotenif:anchorOf "the famous "covfefe" tweet" ;
is missing escapingThere are other problems in context serialization.
a
;
is missing after thenif:hasContext
statement.In other words this library is currently unusable.
The text was updated successfully, but these errors were encountered: