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
Currently, the following query is used
PREFIX owl: <http://www.w3.org/2002/07/owl#> select ?a where{ {?a ?b owl:ObjectProperty} UNION {?a a rdf:Property } UNION {?a ?b owl:DatatypeProperty} }
however, not all properties are fetched with this query. I am looking for a query to fetch all properties
The text was updated successfully, but these errors were encountered:
and using an external lib such as https://pypi.org/project/Owlready2/? I used it in the OWL2YARRRML parser and it works pretty well
Sorry, something went wrong.
Thanks David, I will check it out
No branches or pull requests
Currently, the following query is used
however, not all properties are fetched with this query. I am looking for a query to fetch all properties
The text was updated successfully, but these errors were encountered: