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
Error when run subsets-labeled.sparql query.
Should change '.' to ';' on line "?cls a owl:Class ." ?
SELECT ?subset ?clsLabel WHERE { ?cls a owl:Class . inSubset: ?subset ; rdfs:label ?clsLabel } ORDER BY ?subset ?cls
The text was updated successfully, but these errors were encountered:
Changed it to:
prefix oio: <http://www.geneontology.org/formats/oboInOwl#> prefix def: <http://purl.obolibrary.org/obo/IAO_0000115> prefix owl: <http://www.w3.org/2002/07/owl#> prefix inSubset: <http://www.geneontology.org/formats/oboInOwl#inSubset> prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT ?subset ?clsLabel WHERE { ?cls a owl:Class ; inSubset: ?subset ; rdfs:label ?clsLabel } ORDER BY ?subset ?cls
Sorry, something went wrong.
dougli1sqrd
Successfully merging a pull request may close this issue.
Error when run subsets-labeled.sparql query.
Should change '.' to ';' on line "?cls a owl:Class ." ?
The text was updated successfully, but these errors were encountered: