@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_0000176 rdf:type owl:ObjectProperty . ################################################################# # Classes ################################################################# ### https://www.commoncoreontologies.org/ont00000798 rdf:type owl:Class ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty ; owl:someValuesFrom ] . ### https://www.commoncoreontologies.org/ont00000893 rdf:type owl:Class ; rdfs:subClassOf ; rdfs:comment "An empty notebook, when manufactured, is a medium but not yet a carrier of information content. However, a book, in the sense of a novel or collection of philosophical essays or poems, depends necessarily on it carrying some information content. Thus, there are no empty books. Likewise, there are no empty databases, only portions of digital storage that have not yet been configured to carry some information content according to a database software application."@en ; rdfs:label "Information Medium Artifact"@en ; "A Material Artifact that is designed to have some Information Bearing Artifact as part."@en ; "A magnetic hard drive" , "A notebook" ; "https://www.commoncoreontologies.org/ArtifactOntology"^^xsd:anyURI . ### https://www.commoncoreontologies.org/ont00000995 rdf:type owl:Class . ### https://www.commoncoreontologies.org/ont00001151 rdf:type owl:Class ; rdfs:subClassOf . ### https://www.commoncoreontologies.org/ont00001179 rdf:type owl:Class ; rdfs:subClassOf . ### Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi