mirror of
https://github.com/CommonCoreOntology/CommonCoreOntologies.git
synced 2026-04-27 03:00:27 -04:00
angled
This commit is contained in:
@@ -14,6 +14,6 @@ SELECT DISTINCT ?class ?label
|
||||
WHERE {
|
||||
?class a owl:Class .
|
||||
FILTER contains(str(?class),"http://www.ontologyrepository.com/CommonCoreOntologies/")
|
||||
FILTER NOT EXISTS {?class rdfs:subClassOf+ http://purl.obolibrary.org/obo/BFO_0000001 }
|
||||
FILTER NOT EXISTS {?class rdfs:subClassOf+ <http://purl.obolibrary.org/obo/BFO_0000001> }
|
||||
OPTIONAL {?class rdfs:label ?label}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user