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
Compose list of unit ontology terms:
use http://sparql.hegroup.org/sparql/
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX skos: <http://www.w3.org/2004/02/skos/core#> SELECT DISTINCT ?s str(?l) WHERE { ?s rdfs:subClassOf* <http://purl.obolibrary.org/obo/NCIT_C42568> . ?s rdfs:label ?l }
Remove any “unit of” lines
Remove parent term NCIT_C42568
Apply regexp:
REPLACE: "http://purl.obolibrary.org/obo/(.+?)_(.+?)"\t"(.+?)" BY: \3\t\3\t\1\t\2\thttp://purl.obolibrary.org/obo/\1_\2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Compose list of unit ontology terms:
use http://sparql.hegroup.org/sparql/
Remove any “unit of” lines
Remove parent term NCIT_C42568
Apply regexp:
The text was updated successfully, but these errors were encountered: