diff --git a/AgentOntology.ttl b/AgentOntology.ttl index b589b2c..2dfa6ea 100644 --- a/AgentOntology.ttl +++ b/AgentOntology.ttl @@ -9,13 +9,12 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; + owl:versionIRI ; owl:imports ; cco:code_license ; - cco:content_license ; rdfs:comment "This ontology is designed to represent agents, especially persons and organizations, and their roles."@en ; rdfs:label "Agent Ontology"@en ; - owl:versionInfo "Version 1.3"@en . + owl:versionInfo "Version 1.4"@en . ################################################################# # Object Properties @@ -1111,11 +1110,7 @@ cco:Affordance rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Agent cco:Agent rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Class ; - owl:unionOf ( cco:Animal - cco:Organization - ) - ] + owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000040 [ rdf:type owl:Restriction ; owl:onProperty cco:agent_in ; owl:someValuesFrom obo:BFO_0000015 @@ -1124,7 +1119,7 @@ cco:Agent rdf:type owl:Class ; rdf:type owl:Class ] ; rdfs:subClassOf obo:BFO_0000040 ; - cco:definition "A Material Entity that is capable of performing Intentional Acts."@en ; + cco:definition "A Material Entity that is capable of performing Planned Acts"@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Agent"@en . @@ -1854,4 +1849,4 @@ cco:UnalliedPerson rdf:type owl:Class ; rdfs:label "Neutral"@en . -### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi diff --git a/ArtifactOntology.ttl b/ArtifactOntology.ttl index 5ecc320..0afe46e 100644 --- a/ArtifactOntology.ttl +++ b/ArtifactOntology.ttl @@ -9,13 +9,12 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; + owl:versionIRI ; owl:imports ; cco:code_license ; - cco:content_license ; rdfs:comment "This ontology is designed to represent artifacts that are common to multiple domains along with their models, specifications, and functions."@en ; rdfs:label "Artifact Ontology"@en ; - owl:versionInfo "Version 1.3"@en . + owl:versionInfo "Version 1.4"@en . ################################################################# # Classes @@ -1479,7 +1478,11 @@ cco:ExternalNavigationLightingSystem rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Facility cco:Facility rdf:type owl:Class ; - rdfs:subClassOf cco:Artifact ; + rdfs:subClassOf cco:Artifact , + [ rdf:type owl:Restriction ; + owl:onProperty obo:RO_0001025 ; + owl:someValuesFrom + ] ; cco:definition "An Artifact that is designed as a building or campus dedicated to some specific purpose."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Facility"@en . diff --git a/EventOntology.ttl b/EventOntology.ttl index f095959..6697e95 100644 --- a/EventOntology.ttl +++ b/EventOntology.ttl @@ -9,13 +9,12 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; + owl:versionIRI ; owl:imports ; cco:code_license ; - cco:content_license ; rdfs:comment "This ontology is designed to represent processual entities, especially those performed by agents, that occur within multiple domains."@en ; rdfs:label "Event Ontology"@en ; - owl:versionInfo "Version 1.3"@en . + owl:versionInfo "Version 1.4"@en . ################################################################# # Object Properties @@ -1957,9 +1956,10 @@ cco:InstantMessaging rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/IntentionalAct cco:IntentionalAct rdf:type owl:Class ; rdfs:subClassOf cco:Act ; + cco:alternative_label "Intentional Act"@en ; cco:definition "An Act in which at least one Agent plays a causative role and which is prescribed by some Directive Information Content Entity held by at least one of the Agents."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Intentional Act"@en . + rdfs:label "Planned Act"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/InverseSawtoothWaveform @@ -2916,9 +2916,10 @@ cco:UnderActiveControl rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/UnintentionalAct cco:UnintentionalAct rdf:type owl:Class ; rdfs:subClassOf cco:Act ; + cco:alternative_label "Unintentional Act"@en ; cco:definition "An Act in which at least one Agent plays a causative role and which is not prescribed by some Objective held by any of the Agents."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Unintentional Act"@en . + rdfs:label "Unplanned Act"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UpperMidrangeFrequency diff --git a/GeospatialOntology.ttl b/GeospatialOntology.ttl index 91b11ed..7c2f985 100644 --- a/GeospatialOntology.ttl +++ b/GeospatialOntology.ttl @@ -9,13 +9,12 @@ @base . rdf:type owl:Ontology ; - owl:versionIRI ; + owl:versionIRI ; owl:imports ; - cco:code_license ; - cco:content_license ; + ; rdfs:comment "This ontology is designed to represent sites, spatial regions, and other entities, especially those that are located near the surface of Earth, as well as the relations that hold between them."@en ; rdfs:label "Geospatial Ontology"@en ; - owl:versionInfo "Version 1.3"@en . + owl:versionInfo "Version 1.4"@en . ################################################################# # Object Properties @@ -764,4 +763,49 @@ cco:zAxis rdf:type owl:Class ; rdfs:label "z-Axis"@en . -### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi +### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfAtmosphere +:PortionOfAtmosphere rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000024 ; + cco:definition "A fiat object part of the layer of gas or layers of gases that envelop a natural satellite."@en ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Atmosphere&oldid=1135486662"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Portion of Atmosphere"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfCryosphere +:PortionOfCryosphere rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000024 ; + cco:definition "A fiat object part of the frozen part of a natural satellite's hydosphere"@en ; + cco:definition_source "https://oceanservice.noaa.gov/facts/cryosphere.html (accessed 03/06/2023)"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Portion of Cryosphere"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfGeosphere +:PortionOfGeosphere rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000024 ; + cco:definition "A fiat object part that is composed of one or more portions of the atmosphere, cryosphere, hydrosphere, or lithosphere"@en ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Geosphere&oldid=1137306949"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Portion of Geosphere"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfHydrosphere +:PortionOfHydrosphere rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000024 ; + cco:definition "A fiat object part of the combined mass of water found on, under, and above the surface of a natural satellite"@en ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Hydrosphere&oldid=1128848972"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Portion of Hydrosphere"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfLithosphere +:PortionOfLithosphere rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000024 ; + cco:definition "A fiat object part of the rigid, outermost rocky shell of a natural satellite."@en ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Lithosphere&oldid=1143215085"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Portion of Lithosphere"@en . + + +### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi