mirror of
https://github.com/CommonCoreOntology/CommonCoreOntologies.git
synced 2026-04-27 03:00:27 -04:00
Edits and Adds for baseline submission to IEEE on 3/8
Added portions of geo, atmo, litho, cryo, and hydro to geospatial ontology, changed labeles of intentional and unintentional act in event, changed eq axiom of agent to material entity and added axiom to facility
This commit is contained in:
@@ -9,13 +9,12 @@
|
||||
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology> .
|
||||
|
||||
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology> rdf:type owl:Ontology ;
|
||||
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2021-03-01/AgentOntology> ;
|
||||
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2023-03-06/AgentOntology> ;
|
||||
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> ;
|
||||
cco:code_license <https://opensource.org/licenses/BSD-3-Clause> ;
|
||||
cco:content_license <https://creativecommons.org/licenses/by/3.0/> ;
|
||||
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
|
||||
|
||||
@@ -9,13 +9,12 @@
|
||||
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology> .
|
||||
|
||||
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology> rdf:type owl:Ontology ;
|
||||
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2021-03-01/ArtifactOntology> ;
|
||||
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2023-03-06/ArtifactOntology> ;
|
||||
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> ;
|
||||
cco:code_license <https://opensource.org/licenses/BSD-3-Clause> ;
|
||||
cco:content_license <https://creativecommons.org/licenses/by/3.0/> ;
|
||||
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 <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology#PortionOfGeosphere>
|
||||
] ;
|
||||
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 .
|
||||
|
||||
@@ -9,13 +9,12 @@
|
||||
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology> .
|
||||
|
||||
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology> rdf:type owl:Ontology ;
|
||||
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2021-03-01/EventOntology> ;
|
||||
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2023-03-06/EventOntology> ;
|
||||
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> ;
|
||||
cco:code_license <https://opensource.org/licenses/BSD-3-Clause> ;
|
||||
cco:content_license <https://creativecommons.org/licenses/by/3.0/> ;
|
||||
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
|
||||
|
||||
@@ -9,13 +9,12 @@
|
||||
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology> .
|
||||
|
||||
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology> rdf:type owl:Ontology ;
|
||||
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2021-03-01/GeospatialOntology> ;
|
||||
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2023-03-06/GeospatialOntology> ;
|
||||
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology> ;
|
||||
cco:code_license <https://opensource.org/licenses/BSD-3-Clause> ;
|
||||
cco:content_license <https://creativecommons.org/licenses/by/3.0/> ;
|
||||
<http://purl.org/dc/terms/license> <https://opensource.org/licenses/BSD-3-Clause> ;
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user