@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology . ################################################################# # Annotation properties ################################################################# ### http://www.w3.org/2004/02/skos/core#definition rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#scopeNote rdf:type owl:AnnotationProperty . ### https://www.commoncoreontologies.org/ont00001760 rdf:type owl:AnnotationProperty . ################################################################# # Object Properties ################################################################# ### https://www.commoncoreontologies.org/ont00001775 rdf:type owl:ObjectProperty ; owl:inverseOf . ### https://www.commoncoreontologies.org/ont00001928 rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:label "is predecessor of"@en ; "A continuant c1 is a predecessor of some continuant c2 iff there is some process p1 and c1 is an input to p1 and c2 is an output of p1."@en ; "More informally, c1 is a predecessor of c2 iff c1 has been followed or replaced by c2."@en ; "https://www.commoncoreontologies.org/ExtendedRelationOntology"^^xsd:anyURI . ################################################################# # Classes ################################################################# ### http://purl.obolibrary.org/obo/BFO_0000004 rdf:type owl:Class . ### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi