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
I made a new issue since #3 is closed. When parsing an RDF graph containing cardinality, for example:
<owl:Class rdf:about="http://protege.stanford.edu/plugins/owl/owl-library/koala.owl#Animal"> <rdfs:subClassOf> <owl:Restriction> <owl:onProperty rdf:resource="http://protege.stanford.edu/plugins/owl/owl-library/koala.owl#hasHabitat"/> <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minCardinality> </owl:Restriction> </rdfs:subClassOf> </owl:Class>
The tag <owl:Restriction> is treated as blank node, raising error java.lang.ClassCastException: Cannot cast a BlankNode to a URI
<owl:Restriction>
java.lang.ClassCastException: Cannot cast a BlankNode to a URI
Debug screen before the error
The text was updated successfully, but these errors were encountered:
Semweb4J/RDF2GO is not maintained anymore. You may be better off trying RDF4J or Jena.
Sorry, something went wrong.
No branches or pull requests
I made a new issue since #3 is closed. When parsing an RDF graph containing cardinality, for example:
The tag
<owl:Restriction>
is treated as blank node, raising errorjava.lang.ClassCastException: Cannot cast a BlankNode to a URI
Debug screen before the error
The text was updated successfully, but these errors were encountered: