Merge pull request #173 from CommonCoreOntology/make-v20230308

Release v1.4-2023-04-07
This commit is contained in:
Mark Jensen
2023-04-07 16:34:09 -04:00
committed by GitHub
19 changed files with 21548 additions and 336 deletions

View File

@@ -1,4 +1,4 @@
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology#> .
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@@ -6,16 +6,42 @@
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@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/2023-03-06/AgentOntology> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2023-04-07/AgentOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> ;
cco:code_license <https://opensource.org/licenses/BSD-3-Clause> ;
dcterms:license <https://opensource.org/licenses/BSD-3-Clause> ;
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.4"@en .
#################################################################
# Annotation properties
#################################################################
### http://purl.org/dc/terms/bibliographicCitation
dcterms:bibliographicCitation rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/created
dcterms:created rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/creator
dcterms:creator rdf:type owl:AnnotationProperty .
### http://www.w3.org/2004/02/skos/core#editorialNote
skos:editorialNote rdf:type owl:AnnotationProperty .
### http://www.w3.org/2004/02/skos/core#prefLabel
skos:prefLabel rdf:type owl:AnnotationProperty .
#################################################################
# Object Properties
#################################################################
@@ -64,11 +90,9 @@ cco:capability_of_aggregate rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/delimits
cco:delimits rdf:type owl:ObjectProperty ;
owl:inverseOf cco:is_delimited_by ;
rdf:type owl:FunctionalProperty ,
owl:InverseFunctionalProperty ;
rdfs:domain cco:GeopoliticalEntity ;
rdfs:domain cco:DelimitingDomain ;
rdfs:range cco:Organization ;
cco:definition "An instance of Geopolitical Entity gpe1 delimits some Organization o1 iff gpe1 is the area within which o1 can legally operate."@en ;
cco:definition "An instance of Delimiting Domain dd1 delimits some Organization o1 iff dd1 is the area within which o1 can legally operate."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "delimits"@en .
@@ -233,6 +257,21 @@ cco:has_husband rdf:type owl:ObjectProperty ;
rdfs:label "has husband"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_interest_in
cco:has_interest_in rdf:type owl:ObjectProperty ;
owl:inverseOf cco:is_interest_of ;
rdfs:domain cco:Agent ;
rdfs:range obo:BFO_0000015 ;
dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ;
dcterms:creator "https://cubrc.org"^^xsd:anyURI ;
cco:definition "A relation between an entity and some process where the entity has an interest in that process."@en ;
cco:elucidation "There are four conditions in which an entity has an interest in some process. 1) Biological Condition: If a part (including improper part) of an organism has a function, then that organism has an interest in the realization of that function. 2) Artifactual Condition: If a part (including improper part) of an artifact has a function, then some agent or group of agents, at some time, has an interest in the realization of that function. 3) Prescription Condition: If an agent or group of agents has a plan, then it has an interest in the realization of all the processes and process-combinations prescribed by that plan. 4) Facilitation Condition: If (a) x has an interest in the realization of a disposition y, and (b) the realization of a disposition z facilitates the realization of disposition y, then (c) x has an interest in the realization of disposition z, and by 'facilitates' we mean that the occurrence of a process w, which realizes realization of z is either (1) required for y, to realize or (2) would contribute positively to the grade of, y's realization."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
rdfs:label "has interest in"@en ;
skos:editorialNote "This term is meant to be weakly normative. The only sense in which the process is of positive normative value is that it's prescribed by the entity, or historically of evolutionary benefit to the entity's ancestors, or facilitates a process the entity has an interest in for the prior two reasons. The process an entity has an interest could in many or all ways be harmful to the entity."@en ;
skos:prefLabel "has interest in"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_maternal_aunt
cco:has_maternal_aunt rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_aunt ;
@@ -540,12 +579,10 @@ cco:is_daughter_of rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/is_delimited_by
cco:is_delimited_by rdf:type owl:ObjectProperty ,
owl:FunctionalProperty ,
owl:InverseFunctionalProperty ;
cco:is_delimited_by rdf:type owl:ObjectProperty ;
rdfs:domain cco:Organization ;
rdfs:range cco:GeopoliticalEntity ;
cco:definition "An instance of Organization o1 is_delimited_by some Geopolitical Entity gpe1 iff gpe1 is the area within which o1 can legally operate."@en ;
rdfs:range cco:DelimitingDomain ;
cco:definition "An instance of Organization o1 is_delimited_by some Delimiting Domain dd1 iff dd1 is the area within which o1 can legally operate."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is delimited by"@en .
@@ -663,6 +700,18 @@ cco:is_in_law_of rdf:type owl:ObjectProperty ;
rdfs:label "is in-law of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_interest_of
cco:is_interest_of rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range cco:Agent ;
dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ;
dcterms:creator "https://cubrc.org"^^xsd:anyURI ;
cco:definition "The inverse of has_interest_in. " ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
rdfs:label "is interest of"@en ;
skos:prefLabel "is interest of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_maternal_aunt_of
cco:is_maternal_aunt_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_aunt_of ;
@@ -1243,6 +1292,15 @@ cco:CitizenRole rdf:type owl:Class ;
rdfs:label "Citizen Role"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/City
cco:City rdf:type owl:Class ;
rdfs:subClassOf cco:LocalAdministrativeRegion ;
cco:definition "A Local Administrative Region in which a relatively large human population permanently resides; is designated as a city based on a particular administrative, legal, or historical status; and which delimits a local Government that typically oversees the provision of systems for sanitation, utilities, land usage, housing, and transportation."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=City&oldid=1062635325"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "City"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/CivilOrganization
cco:CivilOrganization rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( cco:Organization
@@ -1300,6 +1358,28 @@ cco:ContractorRole rdf:type owl:Class ;
rdfs:label "Contractor Role"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Country
cco:Country rdf:type owl:Class ;
rdfs:subClassOf cco:GeopoliticalEntity ;
dcterms:bibliographicCitation "Convention on Rights and Duties of States (inter-American); December 26, 1933. https://avalon.law.yale.edu/20th_century/intam03.asp. Accessed 6 Apr. 2023." ;
dcterms:creator "https://cubrc.org"^^xsd:anyURI ;
cco:definition "A Government Domain that is associated with certain distinct political, ethnic, or cultural characteristics, and which delimits a Government that has legitimate authority over a Populace."@en ;
cco:definition_source "https://avalon.law.yale.edu/20th_century/intam03.asp" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Domain of a Country"@en ;
skos:editorialNote "'Country' is an unclear term. Does it refer to the people, the government, the site, or the material in the site? Furthermore, what is properly referred to as a 'Country' is highly dependent on the classification practices of the international community. For example: The United Kingdom is a sovereign country that has Wales, a non-sovereign Country, as a member. Vatican City is a sovereign country that is landlocked by a city: Rome, Italy. Puerto Rico is not a county (it's a territory) but has a government, a distinct culture, and so on. Thus, here we do not definine 'Country' but instead define 'Domain of a Country'."@en ;
skos:prefLabel "Domain of a Country"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/County
cco:County rdf:type owl:Class ;
rdfs:subClassOf cco:GeopoliticalEntity ;
cco:definition "A Government Domain that is part of either a First-Order or Second-Order Administrative Region."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=County&oldid=1062817834"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "County"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Crew
cco:Crew rdf:type owl:Class ;
rdfs:subClassOf cco:GroupOfPersons ;
@@ -1308,6 +1388,26 @@ cco:Crew rdf:type owl:Class ;
rdfs:label "Crew"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/DelimitingDomain
cco:DelimitingDomain rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( cco:GeospatialRegion
[ rdf:type owl:Restriction ;
owl:onProperty cco:delimits ;
owl:someValuesFrom cco:Organization
]
) ;
rdf:type owl:Class
] ;
rdfs:subClassOf cco:GeospatialRegion ;
owl:disjointWith cco:DivisonOfGeopoliticalEntity ;
dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ;
dcterms:creator "https://cubrc.org"^^xsd:anyURI ;
cco:definition "A Geospatial Region that delimits the authority of an Organization to exercise its control within the bounded area."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Delimiting Domain"@en ;
skos:prefLabel "Delimiting Domain"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Disability
cco:Disability rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000019 ;
@@ -1325,6 +1425,20 @@ cco:Disease rdf:type owl:Class ;
rdfs:label "Disease"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/DivisonOfGeopoliticalEntity
cco:DivisonOfGeopoliticalEntity rdf:type owl:Class ;
rdfs:subClassOf cco:GeospatialRegion ,
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000050 ;
owl:someValuesFrom cco:DelimitingDomain
] ;
cco:definition "A Geospatial Region that is a fiat division of a Delimiting Domain and not a Delimiting Domain."@en ;
cco:example_of_usage "Flatbush, French Quarter, Western New York, Texas Panhandle, Greater Montreal Area of Quebec, Pacific Northwest, southwest area of Al Anbar Province, Northern Iraq." ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:comment "Instances of this class are not proper Delimiting Domains, but in some cases may have an organization that exercises some control over the region, such as the homeowners' association for a neighborhood."@en ;
rdfs:label "Division of Delimiting Domain"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/EducationalOrganization
cco:EducationalOrganization rdf:type owl:Class ;
rdfs:subClassOf cco:Organization ;
@@ -1419,7 +1533,7 @@ cco:Family rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/FemaleSex
cco:FemaleSex rdf:type owl:Class ;
rdfs:subClassOf cco:BiologicalSex ;
cco:definition "A Biological Sex inhering in an individual that only produces gametes that can be fertilised by male gametes."@en ;
cco:definition "A Biological Sex inhering in an individual that only produces gametes that can be fertilized by male gametes."@en ;
cco:definition_source "http://purl.org/obo/owl/PATO#PATO_0000383" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Female Sex"@en .
@@ -1442,17 +1556,112 @@ cco:FinancialValueOfProperty rdf:type owl:Class ;
rdfs:label "Financial Value of Property"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/FirstOrderAdministrativeRegion
cco:FirstOrderAdministrativeRegion rdf:type owl:Class ;
rdfs:subClassOf cco:GeopoliticalEntity ,
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000050 ;
owl:someValuesFrom cco:Country
] ;
cco:definition "A Government Domain that is a primary administrative division of a Country."@en ;
cco:definition_source "http://www.geonames.org/export/codes.html" ;
cco:example_of_usage "a state in the United States" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "First-Order Administrative Region"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/FourthOrderAdministrativeRegion
cco:FourthOrderAdministrativeRegion rdf:type owl:Class ;
rdfs:subClassOf cco:GeopoliticalEntity ,
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000050 ;
owl:someValuesFrom cco:ThirdOrderAdministrativeRegion
] ;
cco:definition "A Government Domain that is a subdivision of a Third-Order Administrative Region."@en ;
cco:definition_source "http://www.geonames.org/export/codes.html" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Fourth-Order Administrative Region"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/GeopoliticalEntity
cco:GeopoliticalEntity rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( cco:DelimitingDomain
[ rdf:type owl:Restriction ;
owl:onProperty cco:delimits ;
owl:someValuesFrom cco:Government
]
) ;
rdf:type owl:Class
] ;
rdfs:subClassOf cco:DelimitingDomain ;
cco:definition "A Delimiting Domain that delimits the authority of a Government to exercise its control within the bounded area."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Government Domain"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/GeopoliticalEntityBorder
cco:GeopoliticalEntityBorder rdf:type owl:Class ;
rdfs:subClassOf cco:GeospatialBoundary ;
cco:definition "A Geospatial Boundary that is a boundary of some Government Domain."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Border&oldid=1061275162"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Government Domain Border"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/GeopoliticalOrganization
cco:GeopoliticalOrganization rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( cco:Organization
[ rdf:type owl:Restriction ;
owl:onProperty obo:RO_0000053 ;
owl:someValuesFrom cco:GeopoliticalPowerRole
]
) ;
rdf:type owl:Class
] ;
rdfs:subClassOf cco:Organization ;
dcterms:bibliographicCitation "Lee, David S., and Brad Glosserman. “How Companies Can Navigate Todays Geopolitical Risks.” Harvard Business Review, 28 Nov. 2022. hbr.org, https://hbr.org/2022/11/how-companies-can-navigate-todays-geopolitical-risks." ,
"University, Utah State. Geopolitical Power | Aggies GO. https://chass.usu.edu/international-studies/aggies-go/power. Accessed 6 Apr. 2023." ;
dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ;
dcterms:creator "https://cubrc.org"^^xsd:anyURI ;
cco:definition "An Organization that bears a Geopolitical Power Role."@en ;
cco:definition_source "https://chass.usu.edu/international-studies/aggies-go/power" ,
"https://hbr.org/2022/11/how-companies-can-navigate-todays-geopolitical-risks" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Geopolitical Organization"@en ;
skos:prefLabel "Geopolitical Organization"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/GeopoliticalPowerRole
cco:GeopoliticalPowerRole rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000023 ,
[ rdf:type owl:Restriction ;
owl:onProperty obo:RO_0000052 ;
owl:someValuesFrom cco:Organization
] ;
dcterms:bibliographicCitation "University, Utah State. Geopolitical Power | Aggies GO. https://chass.usu.edu/international-studies/aggies-go/power. Accessed 6 Apr. 2023." ;
dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ;
dcterms:creator "https://cubrc.org"^^xsd:anyURI ;
cco:definition "A Role had by an Organization, that is perceived by an International Community as capable of performing influential acts in that community, and which would be realized in performing such acts."@en ;
cco:definition_source "https://chass.usu.edu/international-studies/aggies-go/power" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Geopolitical Power Role"@en ;
skos:prefLabel "Geopolitical Power Role"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Government
cco:Government rdf:type owl:Class ;
rdfs:subClassOf cco:Organization ,
[ rdf:type owl:Restriction ;
owl:onProperty cco:is_delimited_by ;
owl:someValuesFrom cco:GeopoliticalEntity
owl:someValuesFrom cco:DelimitingDomain
] ;
cco:definition "An Organization that exercises executive, legislative, or judicial authority over a Geopolitical Entity."@en ;
dcterms:creator "https://cubrc.org"^^xsd:anyURI ;
cco:definition "An Organization that is the highest legitimate authority delimited by some Delimiting Domain and that exercises executive, legislative, or judicial authority in that Domain."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Government&oldid=1063736308"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Government"@en .
rdfs:label "Government"@en ;
skos:editorialNote "Highest legitimate authority should not be confused with highest legitimate authority of a particular kind. For example, while the judicial branch of the United States government has the highest judicial authority in a Delimiting Domain, it is not the highest legitimate authority delimited by that domain. The combination of executive, judicial, and legislative branches is higher because it wields more legitimate authority than any branch on its own."@en ,
"Importantly, the definition states \"highest legitimate authority delimited by some Delimiting Domain\" and not \"highest legitimate authority in some Delimiting Domain.\" The government of Wales is the highest legitimate authority delimited by some Delimiting Domain but it is not the highest legitimate authority in that domain, which would be the government of the United Kingdom."@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/GovernmentAgency
@@ -1464,7 +1673,28 @@ cco:GovernmentAgency rdf:type owl:Class ;
] ;
cco:definition "An Organization that is part of a Government and is responsible for the oversight and administration of specific governmental functions."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Government Agency"@en .
rdfs:label "Government Organization"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/GovernmentOfACountry
cco:GovernmentOfACountry rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( cco:Government
[ rdf:type owl:Restriction ;
owl:onProperty cco:is_delimited_by ;
owl:someValuesFrom cco:Country
]
) ;
rdf:type owl:Class
] ;
rdfs:subClassOf cco:Government ;
dcterms:bibliographicCitation "Convention on Rights and Duties of States (inter-American); December 26, 1933. https://avalon.law.yale.edu/20th_century/intam03.asp. Accessed 6 Apr. 2023." ;
dcterms:created "2023-02-08T19:54:46-05:00"^^xsd:dateTime ;
dcterms:creator "https://cubrc.org"^^xsd:anyURI ;
cco:definition "A Government that has legitimate authority within and is delimited by a Domain of a Country."@en ;
cco:definition_source "https://avalon.law.yale.edu/20th_century/intam03.asp" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Government of a Country"@en ;
skos:prefLabel "Government of a Country"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/GroupOfAgents
@@ -1544,6 +1774,19 @@ cco:IncorporatedOrganization rdf:type owl:Class ;
rdfs:label "Incorporated Organization"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/InternationalCommunity
cco:InternationalCommunity rdf:type owl:Class ;
rdfs:subClassOf cco:GroupOfAgents ;
dcterms:bibliographicCitation "The International Community. 5 Apr. 2023, https://dictionary.cambridge.org/us/dictionary/english/international-community." ;
dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ;
dcterms:creator "https://cubrc.org"^^xsd:anyURI ;
cco:definition "A maximal Group of Geopolitical Organizations engaged in geopolitics with one another."@en ;
cco:definition_source "https://dictionary.cambridge.org/us/dictionary/english/international-community" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "International Community"@en ;
skos:prefLabel "International Community"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/InterpersonalRelationshipRole
cco:InterpersonalRelationshipRole rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000023 ;
@@ -1573,6 +1816,15 @@ cco:LanguageSkill rdf:type owl:Class ;
rdfs:label "Language Skill"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/LocalAdministrativeRegion
cco:LocalAdministrativeRegion rdf:type owl:Class ;
rdfs:subClassOf cco:GeopoliticalEntity ;
cco:alternative_label "Locality"@en ;
cco:definition "A Government Domain that delimits a local Government."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Local Administrative Region"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/MaleSex
cco:MaleSex rdf:type owl:Class ;
rdfs:subClassOf cco:BiologicalSex ;
@@ -1582,6 +1834,46 @@ cco:MaleSex rdf:type owl:Class ;
rdfs:label "Male Sex"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/MaterialTerritoryOfACountry
cco:MaterialTerritoryOfACountry rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( cco:MaterialTerritoryOfAGovernmentDomain
[ rdf:type owl:Restriction ;
owl:onProperty obo:RO_0001018 ;
owl:someValuesFrom cco:Country
]
) ;
rdf:type owl:Class
] ;
rdfs:subClassOf cco:MaterialTerritoryOfAGovernmentDomain ;
dcterms:bibliographicCitation "Convention on Rights and Duties of States (inter-American); December 26, 1933. https://avalon.law.yale.edu/20th_century/intam03.asp. Accessed 6 Apr. 2023." ;
dcterms:created "2023-02-06T10:14:09-05:00"@en ;
cco:definition "The portions of lithosphere, hydrosphere, or atmosphere that together exactly occupy a The Domain of a Country."@en ;
cco:definition_source "https://avalon.law.yale.edu/20th_century/intam03.asp" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Material Territory of a Country"@en ;
skos:prefLabel "Material Territory of a Country"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/MaterialTerritoryOfAGovernmentDomain
cco:MaterialTerritoryOfAGovernmentDomain rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( cco:PortionOfGeosphere
[ rdf:type owl:Restriction ;
owl:onProperty obo:RO_0001018 ;
owl:someValuesFrom cco:GeopoliticalEntity
]
) ;
rdf:type owl:Class
] ;
rdfs:subClassOf cco:PortionOfGeosphere ;
dcterms:bibliographicCitation "Convention on Rights and Duties of States (inter-American); December 26, 1933. https://avalon.law.yale.edu/20th_century/intam03.asp. Accessed 6 Apr. 2023." ;
dcterms:created "2023-02-06T10:14:09-05:00"@en ;
cco:definition "The portions of lithosphere, hydrosphere, or atmosphere that together exactly occupy a Government Domain"@en ;
cco:definition_source "https://avalon.law.yale.edu/20th_century/intam03.asp" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Material Territory of a Government Domain"@en ;
skos:prefLabel "Material Territory of a Government Domain"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/MilitaryPersonnelForce
cco:MilitaryPersonnelForce rdf:type owl:Class ;
rdfs:subClassOf cco:ArmedForce ;
@@ -1594,7 +1886,7 @@ cco:MilitaryPersonnelForce rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/NeutralRole
cco:NeutralRole rdf:type owl:Class ;
rdfs:subClassOf cco:AllegianceRole ;
cco:definition "An Allegiance Role that inheres in an Agent by virtue of that Agent not performing or being committed to perfoming Acts that have as their Objective to either support or undermine the Objectives of an Agent or Group of Agents involved in some conflict."@en ;
cco:definition "An Allegiance Role that inheres in an Agent by virtue of that Agent not performing or being committed to performing Acts that have as their Objective to either support or undermine the Objectives of an Agent or Group of Agents involved in some conflict."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Neutral Role"@en .
@@ -1715,6 +2007,38 @@ cco:ParamilitaryForce rdf:type owl:Class ;
rdfs:label "Paramilitary Force"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/PermanentResident
cco:PermanentResident rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( cco:Person
[ rdf:type owl:Restriction ;
owl:onProperty obo:RO_0000087 ;
owl:someValuesFrom cco:PermanentResidentRole
]
) ;
rdf:type owl:Class
] ;
rdfs:subClassOf cco:Person ;
dcterms:created "2023-03-29T20:17:54-04:00"^^xsd:dateTime ;
dcterms:creator "https://cubrc.org"^^xsd:anyURI ;
cco:definition "A person with a Permanent Residence Role."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Permanent Resident"@en ;
skos:prefLabel "Permanent Resident"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/PermanentResidentRole
cco:PermanentResidentRole rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000023 ;
dcterms:bibliographicCitation "Permanent Residency - Wikipedia. https://en.wikipedia.org/wiki/Permanent_residency. Accessed 10 Feb. 2023." ;
dcterms:created "2023-03-29T20:17:54-04:00"^^xsd:dateTime ;
dcterms:creator "https://cubrc.org"^^xsd:anyURI ;
cco:definition "A role inhering in a person who is recognized as having legal resident status in a Government Domain in which that person is not a citizen but where they have the right to reside on a permanent basis."@en ;
cco:definition_source "https://en.wikipedia.org/wiki/Permanent_residency" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Permanent Resident Role"@en ;
skos:prefLabel "Permanent Resident Role"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Person
cco:Person rdf:type owl:Class ;
rdfs:subClassOf cco:Animal ;
@@ -1758,12 +2082,21 @@ cco:PoliticalOrientation rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/Populace
cco:Populace rdf:type owl:Class ;
rdfs:subClassOf cco:GroupOfPersons ;
cco:definition "A Group of Persons forming the total population of some Geopolitical Entity."@en ;
cco:definition "A Group of Persons forming the total population of some Government Domain."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Population&oldid=1059148871"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Populace"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Province
cco:Province rdf:type owl:Class ;
rdfs:subClassOf cco:FirstOrderAdministrativeRegion ;
cco:definition "A First-Order Administrative Region that is part of a Country and delimits the authority of a magistrate who holds constitutionally-defined administrative jurisdiction over the defined geographic territory that bounds the Province."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Province&oldid=1062496131"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Province"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Religion
cco:Religion rdf:type owl:Class ;
rdfs:subClassOf cco:InformationContentEntity ;
@@ -1798,6 +2131,19 @@ cco:Scar rdf:type owl:Class ;
rdfs:label "Scar"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/SecondOrderAdministrativeRegion
cco:SecondOrderAdministrativeRegion rdf:type owl:Class ;
rdfs:subClassOf cco:GeopoliticalEntity ,
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000050 ;
owl:someValuesFrom cco:FirstOrderAdministrativeRegion
] ;
cco:definition "A Government Domain that is a subdivision of a First-Order Administrative Region."@en ;
cco:definition_source "http://www.geonames.org/export/codes.html" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Second-Order Administrative Region"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ServiceProvider
cco:ServiceProvider rdf:type owl:Class ;
rdfs:subClassOf cco:Organization ;
@@ -1852,6 +2198,16 @@ cco:SocialNetwork rdf:type owl:Class ;
rdfs:label "Social Network"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/State
cco:State rdf:type owl:Class ;
rdfs:subClassOf cco:FirstOrderAdministrativeRegion ;
cco:alternative_label "State"@en ;
cco:definition "A First-Order Administrative Region that is part of a Country and delimits a centralized regional Government that holds constitutionally-defined administrative jurisdiction over the defined geographic territory that bounds the State."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Constituent_state&oldid=1063662102"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Constituent State"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Tattoo
cco:Tattoo rdf:type owl:Class ;
rdfs:subClassOf cco:BodilyComponent ;
@@ -1861,6 +2217,28 @@ cco:Tattoo rdf:type owl:Class ;
rdfs:label "Tattoo"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ThirdOrderAdministrativeRegion
cco:ThirdOrderAdministrativeRegion rdf:type owl:Class ;
rdfs:subClassOf cco:GeopoliticalEntity ,
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000050 ;
owl:someValuesFrom cco:SecondOrderAdministrativeRegion
] ;
cco:definition "A Government Domain that is a subdivision of a Second-Order Administrative Region."@en ;
cco:definition_source "http://www.geonames.org/export/codes.html" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Third-Order Administrative Region"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Town
cco:Town rdf:type owl:Class ;
rdfs:subClassOf cco:LocalAdministrativeRegion ;
cco:definition "A Local Administrative Region in which a human population permanently resides that is typically larger than the population of a Village but smaller than that of a City; is designated as a town based on a particular administrative, legal, or historical status; and which delimits a local Government that typically exercises less power than that of a City Government."@en ;
cco:definition_source "http://www.dictionary.com/browse/town" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Town"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/UnalliedPerson
cco:UnalliedPerson rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( cco:Person
@@ -1878,4 +2256,13 @@ cco:UnalliedPerson rdf:type owl:Class ;
rdfs:label "Neutral Person"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Village
cco:Village rdf:type owl:Class ;
rdfs:subClassOf cco:LocalAdministrativeRegion ;
cco:definition "A Local Administrative Region in which a human population permanently resides that is typically larger than the population of a hamlet but smaller than that of a Town."@en ;
cco:definition_source "http://www.merriam-webster.com/dictionary/village" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Village"@en .
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi

View File

@@ -1,4 +1,4 @@
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AllCoreOntology/> .
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@@ -9,17 +9,16 @@
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AllCoreOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AllCoreOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2021-03-01/AllCoreOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology> ,
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2023-04-07/AllCoreOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology> ;
cco:code_license <https://opensource.org/licenses/BSD-3-Clause> ;
cco:content_license <https://creativecommons.org/licenses/by/3.0/> ;
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology> ;
rdfs:comment "An import of all the Common Core mid-level ontologies into a single file so that content is easy to view. The All Core Ontology is not an ontology in the sense it contains no unique content. As such it should not be added to, but can be extended from."@en ;
rdfs:label "All Core Ontology"@en ;
owl:versionInfo "Version 1.3"@en .
<http://purl.org/dc/terms/license> <https://opensource.org/licenses/BSD-3-Clause> ;
owl:versionInfo "Version 1.4"@en .
### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi

View File

@@ -1,4 +1,4 @@
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology#> .
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@@ -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/2023-03-06/ArtifactOntology> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2023-04-07/ArtifactOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> ;
<http://purl.org/dc/terms/license> <https://opensource.org/licenses/BSD-3-Clause> ;
rdfs:label "Artifact Ontology"@en ;
cco:code_license <https://opensource.org/licenses/BSD-3-Clause> ;
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.4"@en .
owl:versionInfo "Version 1.4"@en ;
rdfs:comment "This ontology is designed to represent artifacts that are common to multiple domains along with their models, specifications, and functions."@en .
#################################################################
# Classes
@@ -1494,7 +1493,7 @@ cco:Facility rdf:type owl:Class ;
rdfs:subClassOf cco:Artifact ,
[ rdf:type owl:Restriction ;
owl:onProperty obo:RO_0001025 ;
owl:someValuesFrom <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology#PortionOfGeosphere>
owl:someValuesFrom cco:PortionOfGeosphere
] ;
cco:definition "A Material 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 ;
@@ -2339,8 +2338,8 @@ cco:LandMine rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/LandTransportationArtifact
cco:LandTransportationArtifact rdf:type owl:Class ;
rdfs:subClassOf cco:Artifact ;
cco:definition "A Material Artifact that is fixed in place and designed to enable the movement of Vehicles and Agents from one location to another via land."@en ;
rdfs:subClassOf cco:TransportationArtifact ;
cco:definition "A Transportation Artifact that is fixed in place and designed to bear a Function, the realization of which is sometimes part of a process moving Vehicles and Agents from one location to another via land."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ;
rdfs:label "Land Transportation Artifact"@en .
@@ -4649,6 +4648,14 @@ cco:Transducer rdf:type owl:Class ;
rdfs:label "Transducer"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/TransportationArtifact
cco:TransportationArtifact rdf:type owl:Class ;
rdfs:subClassOf cco:Artifact ;
cco:definition "A Material Artifact that is fixed in place and designed to bear a Function, the realization of which is sometimes part of a process moving Vehicles and Agents from one location to another."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ;
rdfs:label "Transportation Artifact"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/TransportationInfrastructure
cco:TransportationInfrastructure rdf:type owl:Class ;
rdfs:subClassOf cco:Infrastructure ;
@@ -4941,8 +4948,8 @@ cco:WasteManagementArtifactFunction rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/WaterTransportationArtifact
cco:WaterTransportationArtifact rdf:type owl:Class ;
rdfs:subClassOf cco:Artifact ;
cco:definition "A Material Artifact that is fixed in place and designed to enable the movement of Vehicles and Agents from one location to another via water."@en ;
rdfs:subClassOf cco:TransportationArtifact ;
cco:definition "A Transportation Artifact that is fixed in place and designed to bear a Function, the realization of which is sometimes part of a process of moving Vehicles and Agents from one location to another via water."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ;
rdfs:label "Water Transportation Artifact"@en .

View File

@@ -1,4 +1,4 @@
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology#> .
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@@ -9,13 +9,12 @@
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2021-03-01/CurrencyUnitOntology> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2023-04-07/CurrencyUnitOntology> ;
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/> ;
<http://purl.org/dc/terms/license> <https://opensource.org/licenses/BSD-3-Clause> ;
owl:versionInfo "Version 1.4"@en ;
rdfs:comment "This ontology is designed to represent currencies that are issued and used by countries."@en ;
rdfs:label "Currency Unit Ontology"@en ;
owl:versionInfo "Version 1.3"@en .
rdfs:label "Currency Unit Ontology"@en .
#################################################################
# Classes
@@ -930,4 +929,4 @@ cco:ZambiaKwacha rdf:type owl:NamedIndividual ,
rdfs:label "Zambia Kwacha"@en .
### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi

View File

@@ -1,4 +1,4 @@
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology#> .
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@@ -9,12 +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/2023-03-06/EventOntology> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2023-04-07/EventOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> ;
cco:code_license <https://opensource.org/licenses/BSD-3-Clause> ;
<http://purl.org/dc/terms/license> <https://opensource.org/licenses/BSD-3-Clause> ;
owl:versionInfo "Version 1.4"@en ;
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.4"@en .
rdfs:label "Event Ontology"@en .
#################################################################
# Object Properties
@@ -116,7 +116,7 @@ cco:ActOfArtifactAssembly rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfArtifactEmployment
cco:ActOfArtifactEmployment rdf:type owl:Class ;
rdfs:subClassOf cco:IntentionalAct ;
cco:definition "An Intentional Act of using an Artifact."@en ;
cco:definition "A Planned Act of using an Artifact."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
rdfs:label "Act of Artifact Employment"@en .
@@ -133,7 +133,7 @@ cco:ActOfArtifactModification rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfArtifactProcessing
cco:ActOfArtifactProcessing rdf:type owl:Class ;
rdfs:subClassOf cco:IntentionalAct ;
cco:definition "An Intentional Act of performing a series of mechanical or chemical operations on something in order to change or preserve it."@en ;
cco:definition "A Planned Act of performing a series of mechanical or chemical operations on something in order to change or preserve it."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
rdfs:label "Act of Artifact Processing"@en .
@@ -159,7 +159,7 @@ cco:ActOfAssignment rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfAssociation
cco:ActOfAssociation rdf:type owl:Class ;
rdfs:subClassOf cco:SocialAct ;
cco:definition "A Social Act wherein an Agent unites with some other Agent in an Intentional Act, enterprise or business."@en ;
cco:definition "A Social Act wherein an Agent unites with some other Agent in a Planned Act, enterprise or business."@en ;
cco:definition_source "http://en.wiktionary.org/wiki/associate" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
rdfs:label "Act of Association"@en .
@@ -228,7 +228,7 @@ cco:ActOfCommissiveCommunication rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCommunication
cco:ActOfCommunication rdf:type owl:Class ;
rdfs:subClassOf cco:IntentionalAct ;
cco:definition "An Intentional Act in which some Information Content Entity is transferred from some Agent to Another."@en ;
cco:definition "A Planned Act in which some Information Content Entity is transferred from some Agent to Another."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Communication&oldid=1063752020"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
rdfs:label "Act of Communication"@en .
@@ -289,7 +289,7 @@ cco:ActOfConstruction rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfConsumption
cco:ActOfConsumption rdf:type owl:Class ;
rdfs:subClassOf cco:IntentionalAct ;
cco:definition "An Intentional Act in which a resource is ingested or used up."@en ;
cco:definition "A Planned Act in which a resource is ingested or used up."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
rdfs:label "Act of Consumption"@en .
@@ -402,7 +402,7 @@ cco:ActOfEncounter rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEntertainment
cco:ActOfEntertainment rdf:type owl:Class ;
rdfs:subClassOf cco:IntentionalAct ;
cco:definition "An Intentional Act consisting of any activity which provides a diversion or permits people to amuse themselves."@en ;
cco:definition "A Planned Act consisting of any activity which provides a diversion or permits people to amuse themselves."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Entertainment&oldid=1061851778"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
rdfs:label "Act of Entertainment"@en .
@@ -488,7 +488,7 @@ cco:ActOfFunding rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfGovernment
cco:ActOfGovernment rdf:type owl:Class ;
rdfs:subClassOf cco:IntentionalAct ;
cco:definition "An Intentional Act that is initiated or supported by some Geopolitical Entity and enforced by some Government Agent."@en ;
cco:definition "A Planned Act that is initiated or supported by some Geopolitical Entity and enforced by some Government Agent."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
rdfs:label "Act of Government"@en .
@@ -517,7 +517,7 @@ cco:ActOfIdentifying rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfInhabitancy
cco:ActOfInhabitancy rdf:type owl:Class ;
rdfs:subClassOf cco:IntentionalAct ;
cco:definition "An Intentional Act in which a Person lives at a Site for a period of time that may be as short as 1 day/night or as long as the Person's entire life."@en ;
cco:definition "A Planned Act in which a Person lives at a Site for a period of time that may be as short as 1 day/night or as long as the Person's entire life."@en ;
cco:definition_source "http://www.merriam-webster.com/dictionary/inhabit" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
rdfs:label "Act of Inhabitancy"@en .
@@ -526,7 +526,7 @@ cco:ActOfInhabitancy rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfIntelligenceGathering
cco:ActOfIntelligenceGathering rdf:type owl:Class ;
rdfs:subClassOf cco:IntentionalAct ;
cco:definition "An Intentional Act of producing and/or gathering information by a government or other Organization to guide decisions and actions by answering questions or obtaining advance warning of events and movements deemed to be important or otherwise relevant."@en ;
cco:definition "A Planned Act of producing and/or gathering information by a government or other Organization to guide decisions and actions by answering questions or obtaining advance warning of events and movements deemed to be important or otherwise relevant."@en ;
cco:definition_source "http://en.wikipedia.org/wiki/Intelligence_(information_gathering)" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
rdfs:label "Act of Intelligence Gathering"@en .
@@ -631,7 +631,7 @@ cco:ActOfMassMediaCommunication rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMeasuring
cco:ActOfMeasuring rdf:type owl:Class ;
rdfs:subClassOf cco:IntentionalAct ;
cco:definition "An Intentional Act that involves determining the extent, dimensions, quanity, or quality of an Entity relative to some standard."@en ;
cco:definition "A Planned Act that involves determining the extent, dimensions, quanity, or quality of an Entity relative to some standard."@en ;
cco:example_of_usage "putting an object on a scale to measure its weight in kilograms" ,
"rating Hollywood movies on a 1 to 5 star scale" ,
"using a tape measure to determine the height and width of a doorway in inches" ;
@@ -651,7 +651,7 @@ cco:ActOfMeeting rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMilitaryForce
cco:ActOfMilitaryForce rdf:type owl:Class ;
rdfs:subClassOf cco:IntentionalAct ;
cco:definition "An Intentional Act of employing a Military Force to achieve some desired result."@en ;
cco:definition "A Planned Act of employing a Military Force to achieve some desired result."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
rdfs:label "Act of Military Force"@en .
@@ -684,7 +684,7 @@ cco:ActOfMilitaryTrainingInstruction rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMotion
cco:ActOfMotion rdf:type owl:Class ;
rdfs:subClassOf cco:IntentionalAct ;
cco:definition "An Intentional Act by which an Agent causes the position or location of some Object to change."@en ;
cco:definition "A Planned Act by which an Agent causes the position or location of some Object to change."@en ;
cco:definition_source "http://www.merriam-webster.com/dictionary/motion" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
rdfs:label "Act of Motion"@en .
@@ -710,7 +710,7 @@ cco:ActOfOathTaking rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfObservation
cco:ActOfObservation rdf:type owl:Class ;
rdfs:subClassOf cco:IntentionalAct ;
cco:definition "An Intentional Act of acquiring information from a source via the use of one or more senses."@en ;
cco:definition "A Planned Act of acquiring information from a source via the use of one or more senses."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Observation&oldid=1062502087"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
rdfs:label "Act of Observation"@en .
@@ -754,7 +754,7 @@ cco:ActOfPilgrimage rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPlanning
cco:ActOfPlanning rdf:type owl:Class ;
rdfs:subClassOf cco:IntentionalAct ;
cco:definition "An Intentional Act that involves making a Plan to achieve some specified Objective."@en ;
cco:definition "A Planned Act that involves making a Plan to achieve some specified Objective."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
rdfs:label "Act of Planning"@en .
@@ -783,7 +783,7 @@ cco:ActOfPositionChange rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPossession
cco:ActOfPossession rdf:type owl:Class ;
rdfs:subClassOf cco:IntentionalAct ;
cco:definition "An Intentional Act in which an agent intentionally exercises control towards a thing."@en ;
cco:definition "A Planned Act in which an agent intentionally exercises control towards a thing."@en ;
cco:definition_source "http://en.wikipedia.org/wiki/Possession_(law)" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
rdfs:comment "In all cases, to possess something, an agent must have an intention to possess it."@en ;
@@ -793,7 +793,7 @@ cco:ActOfPossession rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPrediction
cco:ActOfPrediction rdf:type owl:Class ;
rdfs:subClassOf cco:IntentionalAct ;
cco:definition "An Intentional Act that involves the generation of a Predictive Information Content entity that is intended to describe an uncertain possible future event, value, entity, or attribute of an entity."@en ;
cco:definition "A Planned Act that involves the generation of a Predictive Information Content entity that is intended to describe an uncertain possible future event, value, entity, or attribute of an entity."@en ;
cco:elucidation "Predictions can only be made about things that are not yet the case (i.e. future things) and are further restricted to being about things that do not have a probability of either 1 (necessary) or 0 (impossible). For example, assuming that no organism is immortal, one cannot predict of a given organism that it will eventually die; however, one may predict uncertain things about the organism's eventual death, such as its precise cause or time."@en ;
cco:example_of_usage "a chess master predicting the next 8 moves his opponent will make" ,
"predicting that a particular stock will double in value over the next fiscal quarter" ,
@@ -1005,7 +1005,7 @@ cco:ActOfSuicide rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTargeting
cco:ActOfTargeting rdf:type owl:Class ;
rdfs:subClassOf cco:IntentionalAct ;
cco:definition "An Intentional Act wherein some Agent maintains one or more entities as the objects of potential action given some operational requirement."@en ;
cco:definition "A Planned Act wherein some Agent maintains one or more entities as the objects of potential action given some operational requirement."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
rdfs:label "Act of Targeting"@en .
@@ -1066,7 +1066,7 @@ cco:ActOfToolUse rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTraining
cco:ActOfTraining rdf:type owl:Class ;
rdfs:subClassOf cco:IntentionalAct ;
cco:definition "An Intentional Act in which knowledge, skills or values are imparted from one or more Agents to at least one other Agent."@en ;
cco:definition "A Planned Act in which knowledge, skills or values are imparted from one or more Agents to at least one other Agent."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
rdfs:label "Act of Training"@en .
@@ -1108,7 +1108,7 @@ cco:ActOfVehicleUse rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfViolence
cco:ActOfViolence rdf:type owl:Class ;
rdfs:subClassOf cco:IntentionalAct ;
cco:definition "An Intentional Act of causing harm to oneself or to another through the use of physical or verbal force."@en ;
cco:definition "A Planned Act of causing harm to oneself or to another through the use of physical or verbal force."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Violence&oldid=1063681926"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
rdfs:label "Act of Violence"@en .
@@ -1316,7 +1316,7 @@ cco:CounterClockwiseRotationalMotion rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/CriminalAct
cco:CriminalAct rdf:type owl:Class ;
rdfs:subClassOf cco:IntentionalAct ;
cco:definition "An Intentional Act committed in violation of rules or laws for which some governing authority (via mechanisms such as legal systems) can prescribe a conviction."@en ;
cco:definition "A Planned Act committed in violation of rules or laws for which some governing authority (via mechanisms such as legal systems) can prescribe a conviction."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Crime&oldid=1062237249"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
rdfs:label "Criminal Act"@en .
@@ -1981,7 +1981,7 @@ cco:InverseSawtoothWaveform rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/LegalSystemAct
cco:LegalSystemAct rdf:type owl:Class ;
rdfs:subClassOf cco:IntentionalAct ;
cco:definition "An Intentional Act performed by an Agent that realizes their role within the context of a legal system of some jurisdiction."@en ;
cco:definition "A Planned Act performed by an Agent that realizes their role within the context of a legal system of some jurisdiction."@en ;
cco:definition_source "http://www.id.uscourts.gov/glossary.htm" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
rdfs:label "Legal System Act"@en .
@@ -2365,7 +2365,7 @@ cco:RadioFrequency rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/RadioInterference
cco:RadioInterference rdf:type owl:Class ;
rdfs:subClassOf cco:NaturalProcess ;
cco:definition "A Natural Process in which a radio signal is disrupted, whether unintentionally or as the result of an Act of Radio Jamming, Act of Radio Spoofing, or similar Intentional Act."@en ;
cco:definition "A Natural Process in which a radio signal is disrupted, whether unintentionally or as the result of an Act of Radio Jamming, Act of Radio Spoofing, or similar Planned Act."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
rdfs:label "Radio Interference"@en .
@@ -2437,7 +2437,7 @@ cco:SineWaveform rdf:type owl:Class ;
### http://www.ontologyrepository.com/CommonCoreOntologies/SocialAct
cco:SocialAct rdf:type owl:Class ;
rdfs:subClassOf cco:IntentionalAct ;
cco:definition "An Intentional Act having an objective that affects, is performed by, or is performed on behalf of, a community or group of Persons."@en ;
cco:definition "A Planned Act having an objective that affects, is performed by, or is performed on behalf of, a community or group of Persons."@en ;
cco:definition_source "http://en.wiktionary.org/wiki/commually" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
rdfs:label "Social Act"@en .
@@ -3128,4 +3128,4 @@ cco:XrayFrequency rdf:type owl:Class ;
rdfs:label "X-ray Frequency"@en .
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi

View File

@@ -1,22 +1,23 @@
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology#> .
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2021-03-01/ExtendedRelationOntology> ;
owl:imports obo:bfo.owl ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ROImport> ;
cco:code_license <https://opensource.org/licenses/BSD-3-Clause> ;
cco:content_license <https://creativecommons.org/licenses/by/3.0/> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2023-04-07/ExtendedRelationOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ROImport> ,
obo:bfo.owl ;
<http://purl.org/dc/terms/license> <https://opensource.org/licenses/BSD-3-Clause> ;
rdfs:comment "This ontology is designed to represent many of the relations (i.e. object properties) that hold between entities at the level of the mid-level Common Core Ontologies."@en ;
rdfs:label "Extended Relation Ontology"@en ;
owl:versionInfo "Version 1.3"@en .
owl:versionInfo "Version 1.4"@en .
#################################################################
# Annotation properties
@@ -43,6 +44,32 @@ cco:code_license rdf:type owl:AnnotationProperty ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
rdfs:label "code license"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_disrupted_by
cco:is_disrupted_by rdf:type owl:ObjectProperty ;
dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ;
owl:inverseOf cco:disrupts ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000015 ;
cco:definition "Inverse of disrupts." ;
dcterms:creator "https://cubrc.org"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
rdfs:label "is disrupted by"@en ;
skos:prefLabel "is disrupted by"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/disrupts
cco:disrupts rdf:type owl:ObjectProperty ;
owl:inverseOf cco:is_disrupted_by ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000015 ;
dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ;
dcterms:creator "https://cubrc.org"^^xsd:anyURI ;
cco:definition "A relation where one process disrupts another process from occurring as it would have."@en ;
cco:elucidation "A process can disrupt another process from occurring as it would have by 1) preventing a disposition or role from being realized by that process, 2) lowering the grade of the process, or 3) stopping the process from continuing to occur."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "disrupts"@en ;
skos:editorialNote "To lower the grade of a process is to lower the quality of a process according to some standard, for example when realizing a capability or a function."@en ;
skos:prefLabel "disrupts"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/content_license
cco:content_license rdf:type owl:AnnotationProperty ;
@@ -336,7 +363,7 @@ cco:has_accomplice rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf obo:RO_0000057 ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000040 ;
cco:definition "An Processual Entity p1 has_accomplice some agent a1 iff a1 assists in the commission of p1, is located at the location of p1, but is not agent_in p1."@en ;
cco:definition "A Processual Entity p1 has_accomplice some agent a1 iff a1 assists in the commission of p1, is located at the location of p1, but is not agent_in p1."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
rdfs:label "has accomplice"@en .
@@ -348,7 +375,7 @@ cco:has_input rdf:type owl:ObjectProperty ;
owl:inverseOf cco:is_input_of ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000002 ;
cco:definition "y has_input x iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the begining of y is a necessary condition for the start of y."@en ;
cco:definition "y has_input x iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the beginning of y is a necessary condition for the start of y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
rdfs:label "has input"@en .
@@ -431,7 +458,7 @@ cco:is_input_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf obo:RO_0000056 ;
rdfs:domain obo:BFO_0000002 ;
rdfs:range obo:BFO_0000015 ;
cco:definition "x is_input_of y iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the begining of y is a necessary condition for the start of y."@en ;
cco:definition "x is_input_of y iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the beginning of y is a necessary condition for the start of y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
rdfs:label "is input of"@en .
@@ -591,4 +618,4 @@ cco:role_of_aggregate rdf:type owl:ObjectProperty ;
rdfs:label "role of aggregate"@en .
### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi

View File

@@ -1,4 +1,4 @@
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology/> .
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@@ -9,13 +9,12 @@
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2021-03-01/FacilityOntology> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2023-04-07/FacilityOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology> ;
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 buildings and campuses that are designed to serve some specific purpose and which are common to multiple domains."@en ;
rdfs:label "Facility Ontology"@en ;
owl:versionInfo "Version 1.3"@en .
owl:versionInfo "Version 1.4"@en .
#################################################################
# Classes
@@ -843,4 +842,4 @@ cco:WindFarm rdf:type owl:Class ;
rdfs:label "Wind Farm"@en .
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi

View File

@@ -1,4 +1,4 @@
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology#> .
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@@ -6,16 +6,35 @@
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@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/2023-03-06/GeospatialOntology> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2023-04-07/GeospatialOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology> ;
<http://purl.org/dc/terms/license> <https://opensource.org/licenses/BSD-3-Clause> ;
dcterms: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.4"@en .
#################################################################
# Annotation properties
#################################################################
### http://purl.org/dc/terms/created
dcterms:created rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/creator
dcterms:creator rdf:type owl:AnnotationProperty .
### http://www.w3.org/2004/02/skos/core#prefLabel
skos:prefLabel rdf:type owl:AnnotationProperty .
#################################################################
# Object Properties
#################################################################
@@ -239,13 +258,6 @@ cco:CenterOfMass rdf:type owl:Class ;
rdfs:label "Center of Mass"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/City
cco:City rdf:type owl:Class ;
rdfs:subClassOf cco:LocalAdministrativeRegion ;
cco:definition "A Local Administrative Region in which a relatively large human population permanently resides; is designated as a city based on a particular administrative, legal, or historical status; and which delimits a local Government that typically oversees the provision of systems for sanitation, utilities, land usage, housing, and transportation."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=City&oldid=1062635325"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
rdfs:label "City"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ConstructedFeature
@@ -273,37 +285,18 @@ cco:CoordinateSystemAxis rdf:type owl:Class ;
rdfs:label "Coordinate System Axis"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Country
cco:Country rdf:type owl:Class ;
rdfs:subClassOf cco:GeopoliticalEntity ;
cco:alternative_label "Sovereign State"@en ;
cco:definition "A Geopolitical Entity that delimits a Government with effective internal and external sovereignty over the region and its population, and which is not dependent on or subject to any other power or Geopolitical Entity."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
rdfs:label "Country"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/County
cco:County rdf:type owl:Class ;
rdfs:subClassOf cco:GeopoliticalEntity ;
cco:definition "A Geopolitical Entity that is part of either a First-Order or Second-Order Administrative Region."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=County&oldid=1062817834"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
rdfs:label "County"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/DivisonOfGeopoliticalEntity
cco:DivisonOfGeopoliticalEntity rdf:type owl:Class ;
rdfs:subClassOf cco:GeospatialRegion ,
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000050 ;
owl:someValuesFrom cco:GeopoliticalEntity
] ;
owl:disjointWith cco:GeopoliticalEntity ;
cco:definition "A Geospatial Region that is a fiat division of a Geopolitical Entity and not a Geopolitical Entity."@en ;
cco:example_of_usage "Flatbush, French Quarter, Western New York, Texas Panhandle, Greater Montreal Area of Quebec, Pacific Northwest, southwest area of Al Anbar Province, Northern Iraq." ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
rdfs:comment "Instances of this class are not proper geopolitical entities, but in some cases may have an organization that exercises some control over the region, such as the homeowners' association for a neighborhood."@en ;
rdfs:label "Division of Geopolitical Entity"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/EnvironmentalFeature
@@ -314,31 +307,10 @@ cco:EnvironmentalFeature rdf:type owl:Class ;
rdfs:label "Environmental Feature"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/FirstOrderAdministrativeRegion
cco:FirstOrderAdministrativeRegion rdf:type owl:Class ;
rdfs:subClassOf cco:GeopoliticalEntity ,
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000050 ;
owl:someValuesFrom cco:Country
] ;
cco:definition "A Geopolitical Entity that is a primary administrative division of a Country."@en ;
cco:definition_source "http://www.geonames.org/export/codes.html" ;
cco:example_of_usage "a state in the United States" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
rdfs:label "First-Order Administrative Region"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/FourthOrderAdministrativeRegion
cco:FourthOrderAdministrativeRegion rdf:type owl:Class ;
rdfs:subClassOf cco:GeopoliticalEntity ,
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000050 ;
owl:someValuesFrom cco:ThirdOrderAdministrativeRegion
] ;
cco:definition "A Geopolitical Entity that is a subdivision of a Third-Order Administrative Region."@en ;
cco:definition_source "http://www.geonames.org/export/codes.html" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
rdfs:label "Fourth-Order Administrative Region"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/GeographicFeature
@@ -349,21 +321,10 @@ cco:GeographicFeature rdf:type owl:Class ;
rdfs:label "Geographic Feature"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/GeopoliticalEntity
cco:GeopoliticalEntity rdf:type owl:Class ;
rdfs:subClassOf cco:GeospatialRegion ;
cco:definition "A Geospatial Region that delimits the authority of a formally constituted Government to exercise its control within the bounded area."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
rdfs:label "Geopolitical Entity"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/GeopoliticalEntityBorder
cco:GeopoliticalEntityBorder rdf:type owl:Class ;
rdfs:subClassOf cco:GeospatialBoundary ;
cco:definition "A Geospatial Boundary that is a boundary of some Geopolitical Entity."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Border&oldid=1061275162"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
rdfs:label "Geopolitical Entity Border"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialBoundary
@@ -490,13 +451,7 @@ cco:HydrographicFeature rdf:type owl:Class ;
rdfs:label "Hydrographic Feature"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/LocalAdministrativeRegion
cco:LocalAdministrativeRegion rdf:type owl:Class ;
rdfs:subClassOf cco:GeopoliticalEntity ;
cco:alternative_label "Locality"@en ;
cco:definition "A Geopolitical Entity that delimits a local Government."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
rdfs:label "Local Administrative Region"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/LowDensityResidentialArea
@@ -516,6 +471,12 @@ cco:MajorAxis rdf:type owl:Class ;
rdfs:label "Major Axis"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/MinorAxis
cco:MinorAxis rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000026 ;
@@ -595,13 +556,52 @@ cco:PopulatedPlace rdf:type owl:Class ;
rdfs:label "Populated place"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Province
cco:Province rdf:type owl:Class ;
rdfs:subClassOf cco:FirstOrderAdministrativeRegion ;
cco:definition "A First-Order Administrative Region that is part of a Country and delimits the authority of a magistrate who holds constitutionally-defined administrative jurisdiction over the defined geographic territory that bounds the Province."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Province&oldid=1062496131"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
rdfs:label "Province"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfAtmosphere
cco: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
cco: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
cco: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
cco: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
cco: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 .
### http://www.ontologyrepository.com/CommonCoreOntologies/RollAxis
@@ -621,17 +621,7 @@ cco:SeaLevel rdf:type owl:Class ;
rdfs:label "Sea Level"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/SecondOrderAdministrativeRegion
cco:SecondOrderAdministrativeRegion rdf:type owl:Class ;
rdfs:subClassOf cco:GeopoliticalEntity ,
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000050 ;
owl:someValuesFrom cco:FirstOrderAdministrativeRegion
] ;
cco:definition "A Geopolitical Entity that is a subdivision of a First-Order Administrative Region."@en ;
cco:definition_source "http://www.geonames.org/export/codes.html" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
rdfs:label "Second-Order Administrative Region"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/SemiMajorAxis
@@ -650,14 +640,7 @@ cco:SemiMinorAxis rdf:type owl:Class ;
rdfs:label "Semi-Minor Axis"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/State
cco:State rdf:type owl:Class ;
rdfs:subClassOf cco:FirstOrderAdministrativeRegion ;
cco:alternative_label "Constituent State"@en ;
cco:definition "A First-Order Administrative Region that is part of a Country and delimits a centralized regional Government that holds constitutionally-defined administrative jurisdiction over the defined geographic territory that bounds the State."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Constituent_state&oldid=1063662102"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
rdfs:label "State"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Subcontinent
@@ -669,17 +652,7 @@ cco:Subcontinent rdf:type owl:Class ;
rdfs:label "Subcontinent"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ThirdOrderAdministrativeRegion
cco:ThirdOrderAdministrativeRegion rdf:type owl:Class ;
rdfs:subClassOf cco:GeopoliticalEntity ,
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000050 ;
owl:someValuesFrom cco:SecondOrderAdministrativeRegion
] ;
cco:definition "A Geopolitical Entity that is a subdivision of a Second-Order Administrative Region."@en ;
cco:definition_source "http://www.geonames.org/export/codes.html" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
rdfs:label "Third-Order Administrative Region"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ThreeDimensionalPath
@@ -703,22 +676,8 @@ cco:ThreeDimensionalPosition rdf:type owl:Class ;
rdfs:label "Three-Dimensional Position"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Town
cco:Town rdf:type owl:Class ;
rdfs:subClassOf cco:LocalAdministrativeRegion ;
cco:definition "A Local Administrative Region in which a human population permanently resides that is typically larger than the population of a Village but smaller than that of a City; is designated as a town based on a particular administrative, legal, or historical status; and which delimits a local Government that typically exercises less power than that of a City Government."@en ;
cco:definition_source "http://www.dictionary.com/browse/town" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
rdfs:label "Town"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Village
cco:Village rdf:type owl:Class ;
rdfs:subClassOf cco:LocalAdministrativeRegion ;
cco:definition "A Local Administrative Region in which a human population permanently resides that is typically larger than the population of a hamlet but smaller than that of a Town."@en ;
cco:definition_source "http://www.merriam-webster.com/dictionary/village" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ;
rdfs:label "Village"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/YawAxis
@@ -763,49 +722,4 @@ cco:zAxis rdf:type owl:Class ;
rdfs:label "z-Axis"@en .
### 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

View File

@@ -1,4 +1,4 @@
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology#> .
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@@ -9,13 +9,12 @@
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2021-03-01/InformationEntityOntology> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2023-04-07/InformationEntityOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology> ;
rdfs:label "Information Entity Ontology"@en ;
cco:code_license <https://opensource.org/licenses/BSD-3-Clause> ;
owl:versionInfo "Version 1.3"@en ;
cco:content_license <https://creativecommons.org/licenses/by/3.0/> ;
<http://purl.org/dc/terms/license> <https://opensource.org/licenses/BSD-3-Clause> ;
owl:versionInfo "Version 1.4"@en ;
rdfs:comment "This ontology is designed to represent generic types of information as well as the relationships between information and other entities."@en .
#################################################################
@@ -323,7 +322,7 @@ cco:represents rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_about ;
rdf:type owl:FunctionalProperty ;
rdfs:domain cco:RepresentationalInformationContentEntity ;
cco:definition "x represents y iff x is an instance of Information Content Entity, and y is an instance of Entity, and z is carrier of x, such that x is about y in virtue of there existing an isomorphism between characteristics of z and y."@en ;
cco:definition "x represents y iff x is an instance of Information Content Entity, y is an instance of Entity, and z is carrier of x, such that x is about y in virtue of there existing an isomorphism between characteristics of z and y."@en ;
cco:elucidation "The relationship that is being defined here is that between the content of a photographic image and its object, between the content of a video and its objects and events, between the content of an audio recording and the sounds or events generating those sounds, or between the content of a written transcript and the verbal event that it transcribes."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:comment "Isomorphism between the carrier of x and the represented entity can be via a direct similarity relation, e.g., grooves in a vinyl record corresponding to sound waves, or linguistic convention, e.g., a court stenographer's transcription of spoken words, as well as others, such as encoding processes for images."@en ;

View File

@@ -10,24 +10,17 @@
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2021-03-01/ModalRelationOntology> ;
cco:code_license <https://opensource.org/licenses/BSD-3-Clause> ;
cco:content_license <https://creativecommons.org/licenses/by/3.0/> ;
rdfs:comment "The modal counterparts to relations contained in the Common Core Ontologies (CCO), including those CCO imports from the OBO Relation Ontology (RO)."@en ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2023-04-07/ModalRelationOntology> ;
rdfs:label "Modal Relation Ontology"@en ;
owl:versionInfo "Version 1.3"@en .
owl:versionInfo "Version 1.4"@en ;
rdfs:comment "The modal counterparts to relations contained in the Common Core Ontologies (CCO) and those imported from the OBO Foundry Relation Ontology (RO)."@en .
#################################################################
# Object Properties
#################################################################
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/ModalObjectProperty
mro:ModalObjectProperty rdf:type owl:ObjectProperty ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:anyURI ;
rdfs:comment "A term to group all types of modal properties, which is helpful for application purposes."@en ;
rdfs:label "Modal Object Property"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/BFO_0000050
mro:BFO_0000050 rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:ModalObjectProperty ;
@@ -52,6 +45,10 @@ A continuant cannot be part of an occurrent: use 'participates in'. An occurrent
obo:BFO_0000019 ,
obo:BFO_0000020 ,
obo:BFO_0000031 ;
<http://www.geneontology.org/formats/oboInOwl#inSubset> obo:valid_for_go_annotation_extension ,
obo:valid_for_go_gp2term ,
obo:valid_for_go_ontology ,
obo:valid_for_gocam ;
rdfs:label "part of"@en ;
rdfs:seeAlso <http://ontologydesignpatterns.org/wiki/Community:Parts_and_Collections> ,
<http://ontologydesignpatterns.org/wiki/Submissions:PartOf> ,
@@ -74,6 +71,9 @@ mro:BFO_0000051 rdf:type owl:ObjectProperty ;
A continuant cannot have an occurrent as part: use 'participates in'. An occurrent cannot have a continuant as part: use 'has participant'. An immaterial entity cannot have a material entity as part: use 'location of'. An independent continuant cannot have a specifically dependent continuant as part: use 'bearer of'. A specifically dependent continuant cannot have an independent continuant as part: use 'inheres in'."""@en ;
obo:IAO_0000118 "has_part"@en ;
obo:RO_0001900 obo:RO_0001901 ;
<http://www.geneontology.org/formats/oboInOwl#inSubset> obo:valid_for_go_annotation_extension ,
obo:valid_for_go_ontology ,
obo:valid_for_gocam ;
rdfs:label "has part"@en .
@@ -127,6 +127,9 @@ mro:BFO_0000066 rdf:type owl:ObjectProperty ;
obo:IAO_0000118 "occurs_in"@en ,
"unfolds in"@en ,
"unfolds_in"@en ;
<http://www.geneontology.org/formats/oboInOwl#inSubset> obo:valid_for_go_annotation_extension ,
obo:valid_for_go_ontology ,
obo:valid_for_gocam ;
rdfs:comment "Paraphrase of definition: a relation between a process and an independent continuant, in which the process takes place entirely within the independent continuant" ;
rdfs:isDefinedBy obo:bfo.owl ;
rdfs:label "occurs in"@en .
@@ -142,6 +145,14 @@ mro:BFO_0000067 rdf:type owl:ObjectProperty ;
rdfs:label "contains process"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/ModalObjectProperty
mro:ModalObjectProperty rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:ModalObjectProperty ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:anyURI ;
rdfs:comment "A term to group all types of modal properties, which is helpful for application purposes."@en ;
rdfs:label "Modal Object Property"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/RO_0000052
mro:RO_0000052 rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:ModalObjectProperty ;
@@ -153,6 +164,7 @@ mro:RO_0000052 rdf:type owl:ObjectProperty ;
obo:IAO_0000116 "A dependent inheres in its bearer at all times for which the dependent exists."@en ;
obo:IAO_0000118 "inheres_in"@en ;
obo:RO_0001900 obo:RO_0001901 ;
rdfs:comment "NOTE: This is term is used within the CCO ecosystem based on it previous intended meaning, which is consistent with BFO in that an SDC must inhere in an IC which is not a Spatial Region."@en ;
rdfs:label "inheres in"@en .
@@ -168,6 +180,7 @@ mro:RO_0000053 rdf:type owl:ObjectProperty ;
obo:IAO_0000118 "bearer_of"@en ,
"is bearer of"@en ;
obo:RO_0001900 obo:RO_0001901 ;
rdfs:comment "NOTE: This is term is used within the CCO ecosystem based on it previous intended meaning, which is consistent with BFO in that an SDC must inhere in an IC which is not a Spatial Region."@en ;
rdfs:label "bearer of"@en .
@@ -680,11 +693,9 @@ mro:connected_with rdf:type owl:ObjectProperty ;
mro:delimits rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:ModalObjectProperty ;
owl:inverseOf mro:is_delimited_by ;
rdf:type owl:FunctionalProperty ,
owl:InverseFunctionalProperty ;
rdfs:domain cco:GeopoliticalEntity ;
rdfs:domain cco:DelimitingDomain ;
rdfs:range cco:Organization ;
cco:definition "An instance of Geopolitical Entity gpe1 delimits some Organization o1 iff gpe1 is the area within which o1 can legally operate."@en ;
cco:definition "An instance of Delimiting Domain dd1 delimits some Organization o1 iff dd1 is the area within which o1 can legally operate."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
rdfs:label "delimits"@en .
@@ -769,6 +780,22 @@ mro:disposition_of_aggregate rdf:type owl:ObjectProperty ;
rdfs:label "disposition of aggregate"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/disrupts
mro:disrupts rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:ModalObjectProperty ;
owl:inverseOf mro:is_disrupted_by ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000015 ;
<http://purl.org/dc/terms/created> "2022-12-30T21:32:27-05:00"^^xsd:dateTime ;
<http://purl.org/dc/terms/creator> "https://cubrc.org"^^xsd:anyURI ;
cco:definition "A relation where one process disrupts another process from occurring as it would have."@en ;
cco:elucidation "A process can disrupt another process from occurring as it would have by 1) preventing a disposition or role from being realized by that process, 2) lowering the grade of the process, or 3) stopping the process from continuing to occur."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
rdfs:label "disrupts"@en ;
<http://www.w3.org/2004/02/skos/core#editorialNote> "To lower the grade of a process is to lower the quality of a process according to some standard, for example when realizing a capability or a function."@en ;
<http://www.w3.org/2004/02/skos/core#prefLabel> "disrupts"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/externally_connects_with
mro:externally_connects_with rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:connected_with ;
@@ -796,7 +823,7 @@ mro:has_accomplice rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:RO_0000057 ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000040 ;
cco:definition "An Processual Entity p1 has_accomplice some agent a1 iff a1 assists in the commission of p1, is located at the location of p1, but is not agent_in p1."@en ;
cco:definition "A Processual Entity p1 has_accomplice some agent a1 iff a1 assists in the commission of p1, is located at the location of p1, but is not agent_in p1."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
rdfs:label "has accomplice"@en .
@@ -981,7 +1008,7 @@ mro:has_input rdf:type owl:ObjectProperty ;
owl:inverseOf mro:is_input_of ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000002 ;
cco:definition "y has_input x iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the begining of y is a necessary condition for the start of y."@en ;
cco:definition "y has_input x iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the beginning of y is a necessary condition for the start of y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
rdfs:label "has input"@en .
@@ -1008,6 +1035,22 @@ mro:has_inside_interval rdf:type owl:ObjectProperty ;
rdfs:label "has inside interval"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_interest_in
mro:has_interest_in rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:ModalObjectProperty ;
owl:inverseOf mro:is_interest_of ;
rdfs:domain cco:Agent ;
rdfs:range obo:BFO_0000015 ;
<http://purl.org/dc/terms/created> "2022-12-30T21:32:27-05:00"^^xsd:dateTime ;
<http://purl.org/dc/terms/creator> "https://cubrc.org"^^xsd:anyURI ;
cco:definition "A relation between an entity and some process where the entity has an interest in that process."@en ;
cco:elucidation "There are four conditions in which an entity has an interest in some process. 1) Biological Condition: If a part (including improper part) of an organism has a function, then that organism has an interest in the realization of that function. 2) Artifactual Condition: If a part (including improper part) of an artifact has a function, then some agent or group of agents, at some time, has an interest in the realization of that function. 3) Prescription Condition: If an agent or group of agents has a plan, then it has an interest in the realization of all the processes and process-combinations prescribed by that plan. 4) Facilitation Condition: If (a) x has an interest in the realization of a disposition y, and (b) the realization of a disposition z facilitates the realization of disposition y, then (c) x has an interest in the realization of disposition z, and by 'facilitates' we mean that the occurrence of a process w, which realizes realization of z is either (1) required for y, to realize or (2) would contribute positively to the grade of, y's realization."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
rdfs:label "has interest in"@en ;
<http://www.w3.org/2004/02/skos/core#editorialNote> "This term is meant to be weakly normative. The only sense in which the process is of positive normative value is that it's prescribed by the entity, or historically of evolutionary benefit to the entity's ancestors, or facilitates a process the entity has an interest in for the prior two reasons. The process an entity has an interest could in many or all ways be harmful to the entity."@en ;
<http://www.w3.org/2004/02/skos/core#prefLabel> "has interest in"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_maternal_aunt
mro:has_maternal_aunt rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:has_aunt ;
@@ -1703,11 +1746,9 @@ mro:is_daughter_of rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_delimited_by
mro:is_delimited_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:ModalObjectProperty ;
rdf:type owl:FunctionalProperty ,
owl:InverseFunctionalProperty ;
rdfs:domain cco:Organization ;
rdfs:range cco:GeopoliticalEntity ;
cco:definition "An instance of Organization o1 is_delimited_by some Geopolitical Entity gpe1 iff gpe1 is the area within which o1 can legally operate."@en ;
rdfs:range cco:DelimitingDomain ;
cco:definition "An instance of Organization o1 is_delimited_by some Delimiting Domain dd1 iff dd1 is the area within which o1 can legally operate."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
rdfs:label "is delimited by"@en .
@@ -1720,6 +1761,19 @@ mro:is_descendent_of rdf:type owl:ObjectProperty ;
rdfs:label "is descendent of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_disrupted_by
mro:is_disrupted_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:ModalObjectProperty ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range obo:BFO_0000015 ;
<http://purl.org/dc/terms/created> "2022-12-30T21:32:27-05:00"^^xsd:dateTime ;
<http://purl.org/dc/terms/creator> "https://cubrc.org"^^xsd:anyURI ;
cco:definition "Inverse of disrupts." ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
rdfs:label "is disrupted by"@en ;
<http://www.w3.org/2004/02/skos/core#prefLabel> "is disrupted by"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_ending_instant_of
mro:is_ending_instant_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:ModalObjectProperty ;
@@ -1862,7 +1916,7 @@ mro:is_input_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:RO_0000056 ;
rdfs:domain obo:BFO_0000002 ;
rdfs:range obo:BFO_0000015 ;
cco:definition "x is_input_of y iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the begining of y is a necessary condition for the start of y."@en ;
cco:definition "x is_input_of y iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the beginning of y is a necessary condition for the start of y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
rdfs:label "is input of"@en .
@@ -1877,6 +1931,19 @@ mro:is_inside_instant_of rdf:type owl:ObjectProperty ;
rdfs:label "is inside instant of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_interest_of
mro:is_interest_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:ModalObjectProperty ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range cco:Agent ;
<http://purl.org/dc/terms/created> "2022-12-30T21:32:27-05:00"^^xsd:dateTime ;
<http://purl.org/dc/terms/creator> "https://cubrc.org"^^xsd:anyURI ;
cco:definition "The inverse of has_interest_in. " ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
rdfs:label "is interest of"@en ;
<http://www.w3.org/2004/02/skos/core#prefLabel> "is interest of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/is_made_of
mro:is_made_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:ModalObjectProperty ;
@@ -2481,7 +2548,7 @@ mro:prescribes rdf:type owl:ObjectProperty ;
mro:process_preceded_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:ModalObjectProperty ;
owl:inverseOf mro:process_precedes ;
cco:definition "P preceded_by P' if and only if: given any process p that instantiates P at a time t, there is some process p' such that p' instantiates P' at time t', and t' is earlier than t."@en ;
cco:definition "p1 preceded_by p2 if and only if p1 and p2 are instances of processes, and t1 and t2 are instances of temporal regions, and p1 occurs_on t1, and p2 occurs_on t2, and t2 interval_is_before t1 or t2 interval_meets t1."@en ;
cco:definition_source "Derived from the deprecated http://www.obofoundry.org/ro/ro.owl#preceded_by" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
rdfs:label "process preceded by"@en ;
@@ -2491,7 +2558,7 @@ mro:process_preceded_by rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/process_precedes
mro:process_precedes rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:ModalObjectProperty ;
cco:definition "Inverse of process preceded by."@en ;
cco:definition "p1 process_precedes p2 if and only if p1 and p2 are instances of processes, and t1 and t2 are instances of temporal regions, and p1 occurs_on t1, and p2 occurs_on t2, and t1 interval_is_before t2 or t1 interval_meets t2."@en ;
cco:definition_source "Derived from the deprecated http://www.obofoundry.org/ro/ro.owl#precedes" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
rdfs:label "process precedes"@en ;
@@ -2550,23 +2617,25 @@ mro:receives rdf:type owl:ObjectProperty ;
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/represented_by
mro:represented_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:described_by ;
rdfs:subPropertyOf mro:is_subject_of ;
owl:inverseOf mro:represents ;
rdf:type owl:InverseFunctionalProperty ;
rdfs:range cco:RepresentationalInformationContentEntity ;
cco:definition "x represented_by y iff y is an instance of Information Content Entity and x is an instance of Entity, such that y presents the characteristics by which x can be recognized or visualized, and there exists a one-to-one correspondence between the components of x and y."@en ;
cco:definition "y represented_by x iff x is an instance of Information Content Entity, and y is an instance of Entity, and z is carrier of x, such that x is about y in virtue of there existing an isomorphism between characteristics of z and y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
rdfs:comment "See notes for inverse property." ;
rdfs:label "represented by"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/represents
mro:represents rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf mro:describes ;
rdfs:subPropertyOf mro:is_about ;
rdf:type owl:FunctionalProperty ;
rdfs:domain cco:RepresentationalInformationContentEntity ;
cco:definition "x represents y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x presents the characteristics by which y can be recognized or visualized, and there exists a one-to-one correspondence between the components of x and y."@en ;
cco:definition "x represents y iff x is an instance of Information Content Entity, y is an instance of Entity, and z is carrier of x, such that x is about y in virtue of there existing an isomorphism between characteristics of z and y."@en ;
cco:elucidation "The relationship that is being defined here is that between the content of a photographic image and its object, between the content of a video and its objects and events, between the content of an audio recording and the sounds or events generating those sounds, or between the content of a written transcript and the verbal event that it transcribes."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ;
rdfs:comment "Isomorphism between the carrier of x and the represented entity can be via a direct similarity relation, e.g., grooves in a vinyl record corresponding to sound waves, or linguistic convention, e.g., a court stenographer's transcription of spoken words, as well as others, such as encoding processes for images."@en ;
rdfs:label "represents"@en .
@@ -2806,9 +2875,14 @@ mro:has_text_value rdf:type owl:DatatypeProperty ;
rdfs:label "has text value"@en .
### Class stub to make Protege play nice
#########################################
### Class stubs to make Protege play nice
#########################################
### http://www.ontologyrepository.com/CommonCoreOntologies/InformationBearingEntity
cco:InformationBearingEntity rdf:type owl:Class .
### http://www.ontologyrepository.com/CommonCoreOntologies/InformationContentEntity
cco:InformationContentEntity rdf:type owl:Class .
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi

View File

@@ -10,9 +10,9 @@
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTerms> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Domain/ObsoleteTerms> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Domain/2021-03-01/ObsoleteTerms> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Domain/2023-04-07/ObsoleteTerms> ;
rdfs:label "Obsolete Terms"@en ;
owl:versionInfo "Version 1.3"@en ;
owl:versionInfo "Version 1.4"@en ;
rdfs:comment "This file contains terms that have been deleted from the CCO."@en .
#################################################################
@@ -1769,6 +1769,174 @@ cco:VehicleFramePart rdf:type owl:Class ;
rdfs:label "Vehicle Frame Part"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/DecadeIdentifier
cco:DecadeIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:Decade
] ;
rdfs:subClassOf cco:TemporalIntervalIdentifier ;
cco:definition "A Temporal Interval Identifier that designates some Decade."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "Decade Identifier"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/HourIdentifier
cco:HourIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:Hour
] ;
rdfs:subClassOf cco:TemporalIntervalIdentifier ;
cco:definition "A Temporal Interval Identifier that designates some Hour."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "Hour Identifier"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/MinuteIdentifier
cco:MinuteIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:Minute
] ;
rdfs:subClassOf cco:TemporalIntervalIdentifier ;
cco:definition "A Temporal Interval Identifier that designates some Minute."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "Minute Identifier"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/MonthIdentifier
cco:MonthIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:Month
] ;
rdfs:subClassOf cco:TemporalIntervalIdentifier ;
cco:definition "A Temporal Interval Identifier that designates some Month."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "Month Identifier"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/MultiDayTemporalIntervalIdentifier
cco:MultiDayTemporalIntervalIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:MultiDayTemporalInterval
] ;
rdfs:subClassOf cco:TemporalIntervalIdentifier ;
cco:definition "A Temporal Interval Identifier that designates some Multi-Day Temporal Interval."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "Multi-Day Temporal Interval Identifier"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/MultiHourTemporalIntervalIdentifier
cco:MultiHourTemporalIntervalIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:MultiHourTemporalInterval
] ;
rdfs:subClassOf cco:TemporalIntervalIdentifier ;
cco:definition "A Temporal Interval Identifier that designates some Multi-Hour Temporal Interval."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "Multi-Hour Temporal Interval Identifier"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/MultiMinuteTemporalIntervalIdentifier
cco:MultiMinuteTemporalIntervalIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:MultiMinuteTemporalInterval
] ;
rdfs:subClassOf cco:TemporalIntervalIdentifier ;
cco:definition "A Temporal Interval Identifier that designates some Multi-Minute Temporal Interval."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "Multi-Minute Temporal Interval Identifier"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/MultiMonthTemporalIntervalIdentifier
cco:MultiMonthTemporalIntervalIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:MultiMonthTemporalInterval
] ;
rdfs:subClassOf cco:TemporalIntervalIdentifier ;
cco:definition "A Temporal Interval Identifier that designates some Multi-Month Temporal Interval."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "Multi-Month Temporal Interval Identifier"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/MultiSecondTemporalIntervalIdentifier
cco:MultiSecondTemporalIntervalIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:MultiSecondTemporalInterval
] ;
rdfs:subClassOf cco:TemporalIntervalIdentifier ;
cco:definition "A Temporal Interval Identifier that designates some Multi-Second Temporal Interval."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "Multi-Second Temporal Interval Identifier"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/MultiWeekTemporalIntervalIdentifier
cco:MultiWeekTemporalIntervalIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:MultiWeekTemporalInterval
] ;
rdfs:subClassOf cco:TemporalIntervalIdentifier ;
cco:definition "A Temporal Interval Identifier that designates some Multi-Week Temporal Interval."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "Multi-Week Temporal Interval Identifier"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/MultiYearTemporalIntervalIdentifier
cco:MultiYearTemporalIntervalIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:MultiYearTemporalInterval
] ;
rdfs:subClassOf cco:TemporalIntervalIdentifier ;
cco:definition "A Temporal Interval Identifier that designates some Multi-Year Temporal Interval."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "Multi-Year Temporal Interval Identifier"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/SecondIdentifier
cco:SecondIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:Second
] ;
rdfs:subClassOf cco:TemporalIntervalIdentifier ;
cco:definition "A Temporal Interval Identifier that designates some Second."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "Second Identifier"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/WeekIdentifier
cco:WeekIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:Week
] ;
rdfs:subClassOf cco:TemporalIntervalIdentifier ;
cco:definition "A Temporal Interval Identifier that designates some Week."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "Week Identifier"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/YearIdentifier
cco:YearIdentifier rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Restriction ;
owl:onProperty cco:designates ;
owl:someValuesFrom cco:Year
] ;
rdfs:subClassOf cco:TemporalIntervalIdentifier ;
cco:definition "A Temporal Interval Identifier that designates some Year."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "Year Identifier"@en .
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi

View File

@@ -1,21 +1,22 @@
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology#> .
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2021-03-01/QualityOntology> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2023-04-07/QualityOntology> ;
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/> ;
<http://purl.org/dc/terms/license> <https://opensource.org/licenses/BSD-3-Clause> ;
owl:versionInfo "Version 1.4"@en ;
rdfs:comment "This ontology is designed to represent a range of attributes of entities especially qualities, realizable entities, and process profiles."@en ;
rdfs:label "Quality Ontology"@en ;
owl:versionInfo "Version 1.3"@en .
rdfs:label "Quality Ontology"@en .
#################################################################
# Classes
@@ -227,6 +228,17 @@ cco:Cyan rdf:type owl:Class ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
rdfs:label "Cyan"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/DisruptingDisposition
cco:DisruptingDisposition rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000016 ;
dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ;
dcterms:creator "https://cubrc.org"^^xsd:anyURI ;
cco:definition "A disposition the realization of which would disrupt a process some entity has an interest in."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
skos:editorialNote "This is a defined class. A Disrupting Disposition is indexed by the interest_in object property. A disposition can be a Disrupting Disposition according to one index and not a Disrupting Disposition according to another index." ;
rdfs:label "Disrupting Disposition"@en ;
skos:prefLabel "Threat"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Cylindrical
cco:Cylindrical rdf:type owl:Class ;
@@ -863,12 +875,17 @@ cco:Violet rdf:type owl:Class ;
rdfs:label "Violet"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Vulnerability
cco:Vulnerability rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000016 ;
cco:definition "A Disposition that inheres in a bearer in virtue of its being susceptible to having its otherwise reliable participation in processes of a certain type disrupted by a process of another type."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
rdfs:label "Vulnerability"@en .
rdfs:subClassOf cco:DisruptingDisposition ;
dcterms:bibliographicCitation "Vulnerability | Definition of Vulnerability by Oxford Dictionary on Lexico.Com Also Meaning of Vulnerability. https://web.archive.org/web/20210118111731/https://www.lexico.com/en/definition/vulnerability. Accessed 19 Dec. 2022. " ;
dcterms:creator "https://cubrc.org"^^xsd:anyURI ;
skos:editorialNote "This is defined class. A Vulnerability is indexed by the interest_in object property. A disposition can be a Vulnerability according to one index and not a Vulnerability according to another index." ;
cco:definition "A Disrupting Disposition the realization of which would disrupt a process that the bearer of the Disrupting Disposition has an interest in."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ;
rdfs:label "Vulnerability"@en ;
skos:prefLabel "Vulnerability"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Wavy
@@ -940,4 +957,4 @@ cco:Yellow rdf:type owl:Class ;
rdfs:label "Yellow"@en .
### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi

View File

@@ -1,4 +1,4 @@
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology#> .
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@@ -9,13 +9,12 @@
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2021-03-01/TimeOntology> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2023-04-07/TimeOntology> ;
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 temporal regions and the relations that hold between them."@en ;
rdfs:label "Time Ontology"@en ;
owl:versionInfo "Version 1.3"@en .
owl:versionInfo "Version 1.4"@en ;
rdfs:label "Time Ontology"@en .
#################################################################
# Object Properties
@@ -642,4 +641,4 @@ cco:Year rdf:type owl:Class ;
rdfs:label "Year"@en .
### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi

View File

@@ -1,4 +1,4 @@
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology#> .
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@@ -9,13 +9,12 @@
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2021-03-01/UnitsOfMeasureOntology> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2023-04-07/UnitsOfMeasureOntology> ;
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 standard measurement units that are used when measuring various attributes of entities."@en ;
<http://purl.org/dc/terms/license> <https://opensource.org/licenses/BSD-3-Clause> ;
owl:versionInfo "Version 1.4"@en ;
rdfs:label "Units of Measure Ontology"@en ;
owl:versionInfo "Version 1.3"@en .
rdfs:comment "This ontology is designed to represent standard measurement units that are used when measuring various attributes of entities."@en .
#################################################################
# Annotation properties
@@ -1484,4 +1483,4 @@ cco:YearMeasurementUnit rdf:type owl:NamedIndividual ,
rdfs:label "Year Measurement Unit"@en .
### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi

File diff suppressed because it is too large Load Diff

Binary file not shown.

2
imports/Readme.md Normal file
View File

@@ -0,0 +1,2 @@
## Important Note
The RO slim used by CCO in v1.4 is derived from an old version of RO (2020-12-18). This is due to change introduced in the 2021-06-23 version of RO that changes the meaning of RO_0000052 & RO_0000053, such that it widens the range of entities that can bear (now \"characterize\") a SDC. This is inconsistent with BFO and therefore we do not accept the change.

View File

@@ -8,7 +8,8 @@
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ROImport> .
<http://www.ontologyrepository.com/CommonCoreOntologies/Upper/ROImport> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Upper/2021-03-01/ROImport> ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Upper/2023-04-07/ROImport> ;
rdfs:comment "This file is derived from an old version of RO (2020-12-18). This is due to change introduced in the 2021-06-23 version that changes the meaning of RO_0000052 & RO_0000053, such that it widens the range of entities that can bear (now \"characterize\") a SDC. This is inconsistent with BFO and therefore we do not accept the change."@en ;
<http://purl.org/dc/terms/license> <https://creativecommons.org/publicdomain/zero/1.0/> ;
rdfs:comment "An import module containing a subset of relations from the OBO Relation Ontology (RO) for use in CCO."@en ;
rdfs:label "Relations Ontology Import"@en .
@@ -209,6 +210,7 @@ obo:RO_0000052 rdf:type owl:ObjectProperty ;
obo:IAO_0000116 "A dependent inheres in its bearer at all times for which the dependent exists."@en ;
obo:IAO_0000118 "inheres_in"@en ;
obo:RO_0001900 obo:RO_0001901 ;
rdfs:comment "NOTE: This is term is used within the CCO ecosystem based on it previous intended meaning, which is consistent with BFO in that an SDC must inhere in an IC which is not a Spatial Region."@en ;
rdfs:label "inheres in"@en .
@@ -223,6 +225,7 @@ obo:RO_0000053 rdf:type owl:ObjectProperty ;
obo:IAO_0000118 "bearer_of"@en ,
"is bearer of"@en ;
obo:RO_0001900 obo:RO_0001901 ;
rdfs:comment "NOTE: This is term is used within the CCO ecosystem based on it previous intended meaning, which is consistent with BFO in that an SDC must inhere in an IC which is not a Spatial Region."@en ;
rdfs:label "bearer of"@en .
@@ -605,4 +608,4 @@ obo:BFO_0000040 rdf:type owl:Class .
obo:BFO_0000141 rdf:type owl:Class .
### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi