@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#example rdf:type owl:AnnotationProperty . ### https://www.commoncoreontologies.org/ont00001760 rdf:type owl:AnnotationProperty . ################################################################# # Object Properties ################################################################# ### http://purl.obolibrary.org/obo/BFO_0000178 rdf:type owl:ObjectProperty . ### https://www.commoncoreontologies.org/ont00001808 rdf:type owl:ObjectProperty . ### https://www.commoncoreontologies.org/ont00001917 rdf:type owl:ObjectProperty ; owl:inverseOf . ### https://www.commoncoreontologies.org/ont00001966 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf . ### https://www.commoncoreontologies.org/ont00001980 rdf:type owl:ObjectProperty ; owl:propertyChainAxiom ( ) . ### https://www.commoncoreontologies.org/ont00001982 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf ; rdfs:domain ; rdfs:comment "It is possible that this relation should be a functional property, that is for all x, y, z if x describes y and x describes z then y = z. For example, if a financial report x describes the quarterly results of a company y and that same financial report describes the quarterly results of a company z, then it should be inferred that companies y and z are the same. We refrained from classifying the relation as a functional property on the concern that descriptions are multifaceted and so consequently it may be that the same report would contain descriptions of multiple entities."@en ; rdfs:label "describes"@en ; "x describes y iff x is an instance of Information Content Entity, and y is an instance of Entity, such that x is about the characteristics by which y can be recognized or visualized."@en ; "the content of a newspaper article describes some current event" , "the content of a visitor's log describes some facility visit" , "the content of an accident report describes some accident" ; "https://www.commoncoreontologies.org/InformationEntityOntology"^^xsd:anyURI . ################################################################# # Classes ################################################################# ### https://www.commoncoreontologies.org/ont00000853 rdf:type owl:Class . ### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi