Files
CommonCoreOntologies/AgentOntology.ttl
Mark Jensen 52fa2fb91e Version IRIs
2024-02-14 11:26:33 -05:00

2263 lines
151 KiB
Turtle
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
@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 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/2024-02-14/AgentOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> ;
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.5"@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
#################################################################
### http://www.ontologyrepository.com/CommonCoreOntologies/agent_in
cco:agent_in rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf obo:BFO_0000056 ;
owl:inverseOf cco:has_agent ;
cco:definition "x agent_in y iff y is an instance of Process and x is an instance of Agent, such that x is causally active in y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "agent in"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/aggregate_has_capability
cco:aggregate_has_capability rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:aggregate_bearer_of ;
owl:inverseOf cco:capability_of_aggregate ;
rdfs:domain cco:GroupOfAgents ;
rdfs:range cco:AgentCapability ;
cco:definition "x aggregate_has_capability y iff x is an instance of Object Aggregate and y is an instance of Agent Capability, such that x is aggregate bearer of y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "aggregate has capability"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/capability_of
cco:capability_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf obo:BFO_0000197 ;
owl:inverseOf cco:has_capability ;
rdfs:domain cco:AgentCapability ;
rdfs:range cco:Agent ;
cco:definition "x capability_of y iff y is an instance of Agent and x is an instance of Agent Capability, such that x inheres in y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "capability of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/capability_of_aggregate
cco:capability_of_aggregate rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:inheres_in_aggregate ;
rdfs:domain cco:AgentCapability ;
rdfs:range cco:GroupOfAgents ;
cco:definition "x capability_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Agent Capability, such that x inheres in aggregate y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "capability of aggregate"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/delimits
cco:delimits rdf:type owl:ObjectProperty ;
owl:inverseOf cco:is_delimited_by ;
rdfs:domain cco:DelimitingDomain ;
rdfs:range cco:Organization ;
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 .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_affiliate
cco:has_affiliate rdf:type owl:ObjectProperty ;
owl:inverseOf cco:is_affiliated_with ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( cco:Agent
cco:Organization
cco:Person
)
] ;
rdfs:range [ rdf:type owl:Class ;
owl:unionOf ( cco:Agent
cco:Organization
cco:Person
)
] ;
cco:definition "x is_affiliated_with y iff x and y are instances of Agent, such that they have any kind of social or business relationship."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has affiliate"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_agent
cco:has_agent rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf obo:BFO_0000057 ;
cco:definition "x has_agent y iff x is an instance of Process and y is an instance of Agent, such that y is causally active in x."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has agent"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_aunt
cco:has_aunt rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_familial_relationship_to ;
owl:inverseOf cco:is_aunt_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has aunt"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_brother
cco:has_brother rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_sibling_of ;
owl:inverseOf cco:is_brother_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has brother"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_brother_in_law
cco:has_brother_in_law rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_in_law_of ;
owl:inverseOf cco:is_brother_in_law_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has brother in law"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_capability
cco:has_capability rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf obo:BFO_0000196 ;
rdfs:domain cco:Agent ;
rdfs:range cco:AgentCapability ;
cco:definition "x has_capability y iff x is an instance of Agent and y is an instance of Agent Capability, such that x bearer of y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has capability"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_daughter
cco:has_daughter rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_parent_of ;
owl:inverseOf cco:is_daughter_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has daughter"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_daughter_in_law
cco:has_daughter_in_law rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_in_law_of ;
owl:inverseOf cco:is_daughter_in_law_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has daughter in law"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_familial_relationship_to
cco:has_familial_relationship_to rdf:type owl:ObjectProperty ;
rdfs:domain cco:Person ;
rdfs:range cco:Person ;
cco:definition "A relationship between persons by virtue of ancestry or legal union."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has familial relationship to"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_father
cco:has_father rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_child_of ;
owl:inverseOf cco:is_father_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has father"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_father_in_law
cco:has_father_in_law rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_in_law_of ;
owl:inverseOf cco:is_father_in_law_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has father in law"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_granddaughter
cco:has_granddaughter rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_grandparent_of ;
owl:inverseOf cco:is_granddaughter_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has granddaughter"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_grandfather
cco:has_grandfather rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_grandchild_of ;
owl:inverseOf cco:is_grandfather_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has grandfather"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_grandmother
cco:has_grandmother rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_grandchild_of ;
owl:inverseOf cco:is_grandmother_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has grandmother"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_grandson
cco:has_grandson rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_grandparent_of ;
owl:inverseOf cco:is_grandson_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has grandson"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_half_brother
cco:has_half_brother rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_half_sibling_of ;
owl:inverseOf cco:is_half_brother_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has half brother"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_half_sister
cco:has_half_sister rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_half_sibling_of ;
owl:inverseOf cco:is_half_sister_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has half sister"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_husband
cco:has_husband rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_spouse_of ;
owl:inverseOf cco:is_husband_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
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 ;
owl:inverseOf cco:is_maternal_aunt_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has maternal aunt"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_maternal_first_cousin
cco:has_maternal_first_cousin rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_first_cousin_of ;
owl:inverseOf cco:is_maternal_first_cousin_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has maternal first cousin"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_maternal_grandfather
cco:has_maternal_grandfather rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_grandfather ;
owl:inverseOf cco:is_maternal_grandfather_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has maternal grandfather"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_maternal_grandmother
cco:has_maternal_grandmother rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_grandmother ;
owl:inverseOf cco:is_maternal_grandmother_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has maternal grandmother"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_maternal_uncle
cco:has_maternal_uncle rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_uncle ;
owl:inverseOf cco:is_maternal_uncle_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has maternal uncle"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_mother
cco:has_mother rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_child_of ;
owl:inverseOf cco:is_mother_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has mother"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_mother_in_law
cco:has_mother_in_law rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_in_law_of ;
owl:inverseOf cco:is_mother_in_law_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has mother in law"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_nephew
cco:has_nephew rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_familial_relationship_to ;
owl:inverseOf cco:is_nephew_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has nephew"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_niece
cco:has_niece rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_familial_relationship_to ;
owl:inverseOf cco:is_niece_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has niece"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_organizational_context
cco:has_organizational_context rdf:type owl:ObjectProperty ;
owl:inverseOf cco:is_organizational_context_of ;
rdfs:domain obo:BFO_0000023 ;
rdfs:range cco:Organization ;
cco:definition "x has_organizational_context y iff y is an instance of an Organization and x is an instance of a Role and z is an instance of a Person, such that z's affiliation with y is a prerequisite for z bearing x or y ascribes x to the bearer of x."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has organizational context"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_parent
cco:has_parent rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_familial_relationship_to ;
owl:inverseOf cco:is_parent_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has parent"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_paternal_aunt
cco:has_paternal_aunt rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_aunt ;
owl:inverseOf cco:is_paternal_aunt_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has paternal aunt"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_paternal_first_cousin
cco:has_paternal_first_cousin rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_first_cousin_of ;
owl:inverseOf cco:is_paternal_first_cousin_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has paternal first cousin"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_paternal_grandfather
cco:has_paternal_grandfather rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_grandfather ;
owl:inverseOf cco:is_paternal_grandfather_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has paternal grandfather"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_paternal_grandmother
cco:has_paternal_grandmother rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_grandmother ;
owl:inverseOf cco:is_paternal_grandmother_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has paternal grandmother"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_paternal_uncle
cco:has_paternal_uncle rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_uncle ;
owl:inverseOf cco:is_paternal_uncle_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has paternal uncle"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_recipient
cco:has_recipient rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf obo:BFO_0000057 ;
owl:inverseOf cco:receives ;
rdfs:range cco:Agent ;
cco:definition "x has_recipient y iff y is an instance of Agent and x is an instance of Act Of Communication, such that y is the recipient and decoder of the InformationContentEntity intended for communication in x."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has recipient"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_sender
cco:has_sender rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf obo:BFO_0000057 ;
owl:inverseOf cco:sends ;
rdfs:range cco:Agent ;
cco:definition "y has_sender x iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the initiator and encoder of the InformationContentEntity intended for communication in y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has sender"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_sister
cco:has_sister rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_sibling_of ;
owl:inverseOf cco:is_sister_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has sister"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_sister_in_law
cco:has_sister_in_law rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_in_law_of ;
owl:inverseOf cco:is_sister_in_law_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has sister in law"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_son
cco:has_son rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_parent_of ;
owl:inverseOf cco:is_son_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has son"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_son_in_law
cco:has_son_in_law rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_in_law_of ;
owl:inverseOf cco:is_son_in_law_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has son in law"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_step_brother
cco:has_step_brother rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_step_sibling_of ;
owl:inverseOf cco:is_step_brother_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has step brother"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_step_sister
cco:has_step_sister rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_step_sibling_of ;
owl:inverseOf cco:is_step_sister_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has step sister"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_subordinate_role
cco:has_subordinate_role rdf:type owl:ObjectProperty ;
owl:inverseOf cco:is_subordinate_role_to ;
rdfs:domain obo:BFO_0000023 ;
rdfs:range obo:BFO_0000023 ;
cco:definition "For all x,y,t: x has subordinate role y at t iff: x is an instance of bfo:BFO_0000023 (Role) at time t, and y is an instance of bfo:BFO_0000023 (Role) at time t, and there is some z such that x is realized by z and z is an instance of Act which creates, modifies, transfers, or eliminates some u such that u is an Action Regulation at time t, and u is addressed to the bearer of y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has subordinate role"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_subsidiary
cco:has_subsidiary rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_affiliate ;
owl:inverseOf cco:is_subsidiary_of ;
rdfs:domain cco:Organization ;
rdfs:range cco:Organization ;
cco:definition "An Organization o1 has_subsidiary Organization o2 iff o1 controls o2 by having the capacity to determine the outcome of decisions about o2's financial and operating policies."@en ;
cco:definition_source "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has subsidiary"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_uncle
cco:has_uncle rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_familial_relationship_to ;
owl:inverseOf cco:is_uncle_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has uncle"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/has_wife
cco:has_wife rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_spouse_of ;
owl:inverseOf cco:is_wife_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "has wife"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_affiliated_with
cco:is_affiliated_with rdf:type owl:ObjectProperty ;
rdfs:domain [ rdf:type owl:Class ;
owl:unionOf ( cco:Agent
cco:Organization
cco:Person
)
] ;
rdfs:range [ rdf:type owl:Class ;
owl:unionOf ( cco:Agent
cco:Organization
cco:Person
)
] ;
cco:definition "x is_affiliated_with y iff x and y are instances of Agent, such that they have any kind of social or business relationship."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is affiliated with"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_ancestor_of
cco:is_ancestor_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_familial_relationship_to ;
owl:inverseOf cco:is_descendent_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is ancestor of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_aunt_of
cco:is_aunt_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_familial_relationship_to ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is aunt of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_brother_in_law_of
cco:is_brother_in_law_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_in_law_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is brother-in-law of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_brother_of
cco:is_brother_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_sibling_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is brother of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_child_of
cco:is_child_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_familial_relationship_to ;
owl:inverseOf cco:is_parent_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is child of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_daughter_in_law_of
cco:is_daughter_in_law_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_in_law_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is daughter in-law of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_daughter_of
cco:is_daughter_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_child_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is daughter of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_delimited_by
cco:is_delimited_by rdf:type owl:ObjectProperty ;
rdfs:domain cco:Organization ;
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 .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_descendent_of
cco:is_descendent_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_familial_relationship_to ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is descendent of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_father_in_law_of
cco:is_father_in_law_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_in_law_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is father in-law of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_father_of
cco:is_father_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_parent_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is father of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_first_cousin_of
cco:is_first_cousin_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_familial_relationship_to ;
owl:inverseOf cco:is_first_cousin_of ;
rdf:type owl:SymmetricProperty ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is first cousin of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_grandchild_of
cco:is_grandchild_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_familial_relationship_to ;
owl:inverseOf cco:is_grandparent_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is grandchild of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_granddaughter_of
cco:is_granddaughter_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_grandchild_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is granddaughter of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_grandfather_of
cco:is_grandfather_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_grandparent_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is grandfather of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_grandmother_of
cco:is_grandmother_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_grandparent_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is grandmother of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_grandparent_of
cco:is_grandparent_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_familial_relationship_to ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is grandparent of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_grandson_of
cco:is_grandson_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_grandchild_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is grandson of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_half_brother_of
cco:is_half_brother_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_half_sibling_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is half-brother of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_half_sibling_of
cco:is_half_sibling_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_familial_relationship_to ;
owl:inverseOf cco:is_half_sibling_of ;
rdf:type owl:SymmetricProperty ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is half-sibling of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_half_sister_of
cco:is_half_sister_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_half_sibling_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is half sister of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_husband_of
cco:is_husband_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_spouse_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is husband of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_in_law_of
cco:is_in_law_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_familial_relationship_to ;
owl:inverseOf cco:is_in_law_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is in-law of"@en ;
skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@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 ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is maternal aunt of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_maternal_first_cousin_of
cco:is_maternal_first_cousin_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_first_cousin_of ;
cco:definition "Person A is maternal first cousin of Person B iff Person B has mother M and M has sibling P and P is parent of Person A."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:comment "Comment is_maternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of"@en ;
rdfs:label "is maternal first cousin of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_maternal_grandfather_of
cco:is_maternal_grandfather_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_grandfather_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is maternal grandfather of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_maternal_grandmother_of
cco:is_maternal_grandmother_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_grandmother_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is maternal grandmother of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_maternal_uncle_of
cco:is_maternal_uncle_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_uncle_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is maternal uncle of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_mother_in_law_of
cco:is_mother_in_law_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_in_law_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is mother in-law of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_mother_of
cco:is_mother_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_parent_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is mother of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_nephew_of
cco:is_nephew_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_familial_relationship_to ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is nephew of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_niece_of
cco:is_niece_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_familial_relationship_to ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is niece of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_organizational_context_of
cco:is_organizational_context_of rdf:type owl:ObjectProperty ;
rdfs:domain cco:Organization ;
rdfs:range obo:BFO_0000023 ;
cco:definition "x is_organizational_context_of y iff x is an instance of an Organization and y is an instance of a Role and z is an instance of a Person, such that z's affiliation with x is a prerequisite for z bearing y, or x ascribes y to the bearer of y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is organizational context of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_parent_of
cco:is_parent_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_familial_relationship_to ;
rdfs:domain cco:Person ;
rdfs:range cco:Person ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is parent of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_paternal_aunt_of
cco:is_paternal_aunt_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_aunt_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is paternal aunt of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_paternal_first_cousin_of
cco:is_paternal_first_cousin_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_first_cousin_of ;
cco:definition "Person A is paternal first cousin of Person B iff Person B has father F and F has sibling P and P is parent of Person A."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:comment "Comment is_paternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of"@en ;
rdfs:label "is paternal first cousin of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_paternal_grandfather_of
cco:is_paternal_grandfather_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_grandfather_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is paternal grandfather of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_paternal_grandmother_of
cco:is_paternal_grandmother_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_grandmother_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is paternal grandmother of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_paternal_uncle_of
cco:is_paternal_uncle_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_uncle_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is paternal uncle of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_permitted_by
cco:is_permitted_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:prescribed_by ;
owl:inverseOf cco:permits ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range cco:ActionRegulation ;
cco:definition "y is_permitted_by x at t iff: x is an instance of Action Regulation at time t, and y is an instance of Act at time t, and x prescribes that some agent may be agent in y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is permitted by"@en ;
skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_prohibited_by
cco:is_prohibited_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:prescribed_by ;
owl:inverseOf cco:prohibits ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range cco:ActionRegulation ;
cco:definition "y is_prohibited_by y at t iff: x is an instance of Action Regulation at time t, and y is an instance of Act at time t, and x prescribes that some agent must not be agent in y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is prohibited by"@en ;
skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_required_by
cco:is_required_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:prescribed_by ;
owl:inverseOf cco:requires ;
rdfs:domain obo:BFO_0000015 ;
rdfs:range cco:ActionRegulation ;
cco:definition "y is_required_by x at t iff: x is an instance of Action Regulation at time t, and y is an instance of Act at time t, and x prescribes that some agent must be agent in y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is required by"@en ;
skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_second_cousin_of
cco:is_second_cousin_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_familial_relationship_to ;
owl:inverseOf cco:is_second_cousin_of ;
rdf:type owl:SymmetricProperty ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is second cousin of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_sibling_of
cco:is_sibling_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_familial_relationship_to ;
owl:inverseOf cco:is_sibling_of ;
rdf:type owl:SymmetricProperty ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is sibling of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_sister_in_law_of
cco:is_sister_in_law_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_in_law_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is sister-in-law of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_sister_of
cco:is_sister_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_sibling_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is sister of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_son_in_law_of
cco:is_son_in_law_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_in_law_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is son in-law of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_son_of
cco:is_son_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_child_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is son of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_spouse_of
cco:is_spouse_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_familial_relationship_to ;
owl:inverseOf cco:is_spouse_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is spouse of"@en ;
skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_step_brother_of
cco:is_step_brother_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_step_sibling_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is step-brother of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_step_sibling_of
cco:is_step_sibling_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_familial_relationship_to ;
owl:inverseOf cco:is_step_sibling_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is step-sibling of"@en ;
skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_step_sister_of
cco:is_step_sister_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_step_sibling_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is step-sister of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_subordinate_role_to
cco:is_subordinate_role_to rdf:type owl:ObjectProperty ;
rdfs:domain obo:BFO_0000023 ;
rdfs:range obo:BFO_0000023 ;
cco:definition "For all x,y,t: y is subordinate role to x at t iff: x is an instance of bfo:BFO_0000023 (Role) at time t, and y is an instance of bfo:BFO_0000023 (Role) at time t, and there is some z such that x is realized by z and z is an instance of Act which creates, modifies, transfers, or eliminates some u such that u is an Action Regulation at time t, and u is addressed to the bearer of y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is subordinate role to"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_subsidiary_of
cco:is_subsidiary_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_affiliated_with ;
rdfs:domain cco:Organization ;
rdfs:range cco:Organization ;
cco:definition "An Organization o2 is_subsidiary_of Organization o1 iff o1 controls o2 by having the capacity to determine the outcome of decisions about o2's financial and operating policies. "@en ;
cco:definition_source "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html)" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is subsidiary of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_supervised_by
cco:is_supervised_by rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_affiliated_with ;
owl:inverseOf cco:supervises ;
rdfs:domain cco:Person ;
rdfs:range cco:Person ;
cco:definition "A person p1 is supervised by a person p2 by virtue of p1 being directed, managed, or overseen by p2."@en ;
cco:definition_source "http://en.wiktionary.org/wiki/supervise)" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is supervised by"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_third_cousin_of
cco:is_third_cousin_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_familial_relationship_to ;
owl:inverseOf cco:is_third_cousin_of ;
rdf:type owl:SymmetricProperty ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is third cousin of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_uncle_of
cco:is_uncle_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_familial_relationship_to ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is uncle of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_used_by
cco:is_used_by rdf:type owl:ObjectProperty ;
owl:inverseOf cco:uses ;
cco:definition "x is_used_by y iff y is an instance of an Agent and x is an instance of a Material Entity, such that both x and y participate in some instance of a Process wherein y attempts to accomplish a goal by manipulating, deploying, leveraging some attribute of y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is used by"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/is_wife_of
cco:is_wife_of rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:is_spouse_of ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "is wife of"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/permits
cco:permits rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:prescribes ;
rdfs:domain cco:ActionRegulation ;
rdfs:range obo:BFO_0000015 ;
cco:definition "x permits y at t iff: x is an instance of Action Regulation at time t, and y is an instance of Act at time t, and x prescribes that some agent may be agent in y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "permits"@en ;
skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/prohibits
cco:prohibits rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:prescribes ;
rdfs:domain cco:ActionRegulation ;
rdfs:range obo:BFO_0000015 ;
cco:definition "x prohibits y at t iff: x is an instance of Action Regulation at time t, and y is an instance of Act at time t, and x prescribes that some agent must not be agent in y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "prohibits"@en ;
skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/receives
cco:receives rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf obo:BFO_0000056 ;
rdfs:domain cco:Agent ;
cco:definition "x receives y iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the recipient and decoder of the InformationContentEntity intended for communication in y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "receives"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/requires
cco:requires rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:prescribes ;
rdfs:domain cco:ActionRegulation ;
rdfs:range obo:BFO_0000015 ;
cco:definition "x requires y at t iff: x is an instance of Action Regulation at time t, and y is an instance of Act at time t, and x prescribes that some agent must be agent in y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "requires"@en ;
skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/sends
cco:sends rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf obo:BFO_0000056 ;
rdfs:domain cco:Agent ;
cco:definition "x sends y iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the initiator and encoder of the InformationContentEntity intended for communication in y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "sends"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/supervises
cco:supervises rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf cco:has_affiliate ;
rdfs:domain cco:Person ;
rdfs:range cco:Person ;
cco:definition "A person p1 supervises a person p2 by virtue of p1 directing, managing, or overseeing p2."@en ;
cco:definition_source "http://en.wiktionary.org/wiki/supervise" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "supervises"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/uses
cco:uses rdf:type owl:ObjectProperty ;
cco:definition "x uses y iff x is an instance of an Agent and y is an instance of a Material Entity, such that both x and y participate in some instance of a Process wherein x attempts to accomplish a goal by manipulating, deploying, or leveraging some attribute of y."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "uses"@en .
#################################################################
# Classes
#################################################################
### http://www.ontologyrepository.com/CommonCoreOntologies/ActionPermission
cco:ActionPermission rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( cco:ActionRegulation
[ rdf:type owl:Restriction ;
owl:onProperty cco:permits ;
owl:someValuesFrom obo:BFO_0000015
]
) ;
rdf:type owl:Class
] ;
rdfs:subClassOf cco:ActionRegulation ;
cco:alternative_label "Authorization"@en ,
"License"@en ;
cco:definition "An Action Regulation that permits some Act."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Action Permission"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ActionProhibition
cco:ActionProhibition rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( cco:ActionRegulation
[ rdf:type owl:Restriction ;
owl:onProperty cco:prohibits ;
owl:someValuesFrom obo:BFO_0000015
]
) ;
rdf:type owl:Class
] ;
rdfs:subClassOf cco:ActionRegulation ;
cco:definition "An Action Regulation that prohibits some Act."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Action Prohibition"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ActionRegulation
cco:ActionRegulation rdf:type owl:Class ;
rdfs:subClassOf cco:DirectiveInformationContentEntity ;
cco:definition "A Directive Information Content Entity that prescribes an Act as required, prohibited, or permitted, and is the output of an Act which realizes some Authority Role."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Action Regulation"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ActionRequirement
cco:ActionRequirement rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( cco:ActionRegulation
[ rdf:type owl:Restriction ;
owl:onProperty cco:requires ;
owl:someValuesFrom obo:BFO_0000015
]
) ;
rdf:type owl:Class
] ;
rdfs:subClassOf cco:ActionRegulation ;
cco:alternative_label "Duty"@en ,
"Obligation"@en ;
cco:definition "An Action Regulation that requires some Act."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Action Requirement"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Affordance
cco:Affordance rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000017 ;
cco:definition "A Realizable Entity of an Independent Continuant that creates an opportunity for an Agent to realize some Capability or Disposition in some Act."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Affordance&oldid=1061963879"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Affordance"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Agent
cco:Agent rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000040
[ rdf:type owl:Restriction ;
owl:onProperty cco:agent_in ;
owl:someValuesFrom obo:BFO_0000015
]
) ;
rdf:type owl:Class
] ;
rdfs:subClassOf obo:BFO_0000040 ;
cco:definition "A Material Entity that is capable of performing Planned Acts"@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Agent"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/AgentCapability
cco:AgentCapability rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000017 ;
cco:definition "A Realizable Entity that inheres in an Agent to the extent of that Agent's capacity to realize it in Intentional Acts of a certain type."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Agent Capability"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/AllegianceRole
cco:AllegianceRole rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000023 ;
cco:definition "A Role that inheres in an Agent by virtue of the support it has committed to provide to another Agent when that Agent is involved in a conflict."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Allegiance Role"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/AlliedPerson
cco:AlliedPerson rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( cco:Person
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000196 ;
owl:someValuesFrom cco:AllyRole
]
) ;
rdf:type owl:Class
] ;
rdfs:subClassOf cco:Person ;
cco:definition "A Person who is the bearer of some Ally Role."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Allied Person"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/AllyRole
cco:AllyRole rdf:type owl:Class ;
rdfs:subClassOf cco:AllegianceRole ;
cco:definition "An Allegiance Role that inheres in an Agent in virtue of that Agent's commitment to perform Acts that support the Objectives of a particular Agent or Group of Agents."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Ally Role"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Animal
cco:Animal rdf:type owl:Class ;
rdfs:subClassOf cco:Organism ;
cco:definition "An Organism that is multicellular, eukaryotic, heterotrophic, and capable of motility for part of its life."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Animal&oldid=1063873549"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Animal"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ArmedForce
cco:ArmedForce rdf:type owl:Class ;
rdfs:subClassOf cco:Organization ;
cco:definition "An Organization having the Objective to further the foreign and domestic policies of a Government and to defend that body and the nation it represents from external and internal aggressors."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Armed Force"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/AuthorityRole
cco:AuthorityRole rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000023 ;
cco:definition "A Role that is realized by Acts which create, modify, transfer, or eliminate Action Regulations or other Authority Roles, and inheres in an Agent in virtue of collective acceptance of that Agent's ability to issue binding directives."@en ;
cco:elucidation "Authority Roles are externally grounded in a social group's collective acceptance of the binding force of the agent's directives. This acceptance can be direct or indirect (e.g., by accepting a procedure for deputizing authority). Such collective acceptance need not be explicit or cognized; rather, collective acceptance can be expressed in the dispositions and attitudes of people toward that agent's directives. In many cases, the directives issued by Authority Roles are backed by threats of punishment or sanction for failure to comply, but the issuing of a directive plus a threat is not sufficient for authority. Rather, an agent's authority must be accepted either directly or indirectly through the acceptance of a procedure for bestowing authority (e.g., elections)."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Authority Role"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/BiologicalSex
cco:BiologicalSex rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000019 ;
cco:definition "A Quality inhering in a bearer by virtue of the bearer's ability to undergo sexual reproduction in order to differentiate the individuals or types involved."@en ;
cco:definition_source "http://purl.org/obo/owl/PATO#PATO_0000047" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Biological Sex"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/BodilyComponent
cco:BodilyComponent rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000024 ;
cco:definition "A Fiat Object Part located within or on the surface of an Agent."@en ;
cco:definition_source "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3017014/" ;
cco:example_of_usage "Bodily Components include anatomical structures, body flora, pathogens, toxins, and their combinations." ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Bodily Component"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/CarrierAirWing
cco:CarrierAirWing rdf:type owl:Class ;
rdfs:subClassOf cco:MilitaryPersonnelForce ;
cco:definition "A Military Force that is trained and equipped to conduct air operations while embarked on an aircraft carrier."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Carrier Air Wing"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Citizen
cco:Citizen rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( cco:Person
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000196 ;
owl:someValuesFrom cco:CitizenRole
]
) ;
rdf:type owl:Class
] ;
rdfs:subClassOf cco:Person ;
cco:definition "A Person who is the bearer of some Citizen Role."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Citizen"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/CitizenRole
cco:CitizenRole rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000023 ;
cco:definition "A Role that inheres in a Person who is legally recognized as a member of a particular state, with associated rights and obligations."@en ;
cco:definition_source "http://en.wikitionary.org/wiki/citizen" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
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
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000196 ;
owl:someValuesFrom cco:CivilianRole
]
) ;
rdf:type owl:Class
] ;
rdfs:subClassOf cco:Organization ;
cco:definition "An Organization that is not commercial or military and is the bearer of a Civilian Role."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Civil Organization"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/CivilianRole
cco:CivilianRole rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000023 ;
cco:definition "A Role that inheres in an Agent or Group of Agents who is not a member of either an Armed Force or police force."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Civilian Role"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/CommercialOrganization
cco:CommercialOrganization rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( cco:Organization
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000196 ;
owl:someValuesFrom cco:CommercialRole
]
) ;
rdf:type owl:Class
] ;
rdfs:subClassOf cco:Organization ;
cco:definition "An Organization that is the bearer of a Commercial Role and whose primary objective is to make a profit from the provision of goods or services."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Commercial Organization"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/CommercialRole
cco:CommercialRole rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000023 ;
cco:definition "A Role that inheres in an Organization by virtue of its establishment as a for-profit business."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Commercial Role"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ContractorRole
cco:ContractorRole rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000023 ;
cco:definition "A Role that inheres in an Agent or Group of Agents who enters into a Contract to provide materials or labor to perform a service or complete a task."@en ;
cco:elucidation "A Contractor Role differs from an Occupation Role in at least two ways. First, the Contract that binds the two parties together is not one of employment. Second, a Contractor Role is occupationally neutral in that an Agent can be contracted to perform any number of Occupational Roles."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
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 ;
cco:definition "A Group of Persons that bear Roles realized by the operation of the specified Vehicle."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
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 ;
cco:definition "A Quality inhering in an Agent by virtue a physical or mental condition that limits the Agent's movements, senses, or activities."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Disability"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Disease
cco:Disease rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000016 ;
cco:definition "A Disposition to undergo pathological processes that exists in an organism because of one or more disorders in that organism."@en ;
cco:definition_source "http://purl.obolibrary.org/obo/OGMS_0000031" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
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_0000176 ;
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 ;
cco:definition "An Organization whose purpose is to provide training or otherwise facilitate learning or the acquisition of knowledge, Skills, values, beliefs, or habits."@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/AgentOntology"^^xsd:anyURI ;
rdfs:label "Educational Organization"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Enemy
cco:Enemy rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( cco:Person
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000196 ;
owl:someValuesFrom cco:EnemyRole
]
) ;
rdf:type owl:Class
] ;
rdfs:subClassOf cco:Person ;
cco:definition "A Person who is the bearer of some Enemy Role."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Enemy"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/EnemyRole
cco:EnemyRole rdf:type owl:Class ;
rdfs:subClassOf cco:AllegianceRole ;
cco:definition "An Allegiance Role that inheres in an Agent by virtue of that Agent having committed offensive Acts or exhibited intent to perform such Acts towards a particular Agent or Group of Agents or has been declared as hostile by some appropriate authority."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Enemy Role"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/EthnicGroup
cco:EthnicGroup rdf:type owl:Class ;
rdfs:subClassOf cco:GroupOfPersons ,
[ rdf:type owl:Restriction ;
owl:onProperty cco:aggregate_has_quality ;
owl:someValuesFrom cco:Ethnicity
] ;
cco:definition "A Group of Persons who identify with one another based on one or more shared inherited characteristics such as language, ancestry, nationality, culture, customs, religion, or social experiences."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Ethnic_group&oldid=1063804490"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Ethnic Group"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Ethnicity
cco:Ethnicity rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000019 ;
cco:definition "A Quality that inheres in its bearers by virtue of a common heritage, often consisting of a common language, a common culture (often including a shared religion) and an ideology that stresses common ancestry or endogamy."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Ethnic_group&oldid=1063804490"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Ethnicity"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Eye
cco:Eye rdf:type owl:Class ;
rdfs:subClassOf cco:BodilyComponent ;
cco:definition "A Bodily Component that consists of an organ that canonically affords the Agent it is part of with the ability to receive visual stimuli necessary for sight."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Eye"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/EyeColor
cco:EyeColor rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000019 ,
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000197 ;
owl:someValuesFrom cco:Iris
] ;
cco:definition "A Quality inhering in an Eye by virtue of the color of the Eye's Iris."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Eye Color"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/FacialHair
cco:FacialHair rdf:type owl:Class ;
rdfs:subClassOf cco:BodilyComponent ;
cco:definition "A Bodily Component that consists of a portion of hair that grows on the face of a human (typically male) or other animal."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Facial Hair"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Family
cco:Family rdf:type owl:Class ;
rdfs:subClassOf cco:GroupOfPersons ;
cco:definition "A Group of Persons related to one another by ancestry or marriage."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Family"@en .
### 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 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 .
### http://www.ontologyrepository.com/CommonCoreOntologies/FinancialValue
cco:FinancialValue rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000019 ;
cco:definition "A quality that inheres in an independent continuant to the degree that that independent continuant can serve as a medium of exchange in an economic system at a particular time."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Financial Value"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/FinancialValueOfProperty
cco:FinancialValueOfProperty rdf:type owl:Class ;
rdfs:subClassOf cco:FinancialValue ;
cco:alternative_label "Property Value"@en ;
cco:definition "Financial Value that inheres in an material entity that is the object of an Act of Ownership."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
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_0000176 ;
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_0000176 ;
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:BFO_0000196 ;
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:BFO_0000197 ;
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:DelimitingDomain
] ;
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 ;
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
cco:GovernmentAgency rdf:type owl:Class ;
rdfs:subClassOf cco:Organization ,
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000176 ;
owl:someValuesFrom cco:Government
] ;
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 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
cco:GroupOfAgents rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000027 ,
[ owl:intersectionOf ( [ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000115 ;
owl:someValuesFrom cco:Agent
]
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000115 ;
owl:allValuesFrom cco:Agent
]
) ;
rdf:type owl:Class
] ;
cco:definition "An Object Aggregate that has only Agents as parts."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Group of Agents"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/GroupOfOrganizations
cco:GroupOfOrganizations rdf:type owl:Class ;
rdfs:subClassOf cco:GroupOfAgents ,
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000178 ;
owl:someValuesFrom cco:Organization
] ,
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000178 ;
owl:allValuesFrom cco:Organization
] ;
cco:definition "A Group of Agents that has only Organizations as parts."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Group of Organizations"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/GroupOfPersons
cco:GroupOfPersons rdf:type owl:Class ;
rdfs:subClassOf cco:GroupOfAgents ,
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000178 ;
owl:someValuesFrom cco:Person
] ,
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000178 ;
owl:allValuesFrom cco:Person
] ;
cco:definition "A Group of Agents that has only Persons as parts."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Group of Persons"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/HairColor
cco:HairColor rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000019 ;
cco:definition "A Quality inhering in a portion of Hair by virtue of its color."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Hair Color"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Ideology
cco:Ideology rdf:type owl:Class ;
rdfs:subClassOf cco:InformationContentEntity ;
cco:definition "An Information Content Entity that consists of a collection of claims about how some part of the world is or should be and which is accepted as true by an Agent or Group of Agents such that it forms the basis of their beliefs, goals, expectations, and motivations."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Ideology"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/IncorporatedOrganization
cco:IncorporatedOrganization rdf:type owl:Class ;
rdfs:subClassOf cco:Organization ;
cco:alternative_label "Corporation"@en ;
cco:definition "An Organization formed by an Act of Incorporation that consists of an association of individuals, created by law or under authority of law, having a continuous existence independent of the existences of its members and owners, and having powers and liabilities distinct from those of its members and owners."@en ;
cco:definition_source "http://www.dictionary.com/browse/corporation" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
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 ;
cco:definition "A Role that inheres in a Person in virtue of the obligations, expectations, or social norms that govern that Person's Intentional Acts within the context of a relationship with another Person."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Interpersonal Relationship Role"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Iris
cco:Iris rdf:type owl:Class ;
rdfs:subClassOf cco:BodilyComponent ,
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000176 ;
owl:someValuesFrom cco:Eye
] ;
cco:definition "A Bodily Component that consists of the part of an Eye that is a pigmented, round, contractile membrane, suspended between the cornea and lens and perforated by the pupil, and which canonically regulates the amount of light entering the Eye."@en ;
cco:definition_source "http://www.thefreedictionary.com/iris" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Iris"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/LanguageSkill
cco:LanguageSkill rdf:type owl:Class ;
rdfs:subClassOf cco:Skill ;
cco:definition "A Skill that is realized by an Act which is prescribed by a Language."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
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 ;
cco:definition "A Biological Sex inhering in an individual whose sex organs contain only male gametes."@en ;
cco:definition_source "http://purl.org/obo/owl/PATO#PATO_0000384" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
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:BFO_0000171 ;
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:BFO_0000171 ;
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 ;
cco:definition "An Armed Force authorized to use deadly force, and weapons, to support the interests of the Government and some or all of its Citizens."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Military Personnel Force"@en .
### 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 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 .
### http://www.ontologyrepository.com/CommonCoreOntologies/NuclearFamily
cco:NuclearFamily rdf:type owl:Class ;
rdfs:subClassOf cco:Family ;
cco:definition "A Family composed of parents and their children."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Nuclear Family"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Objective
cco:Objective rdf:type owl:Class ;
rdfs:subClassOf cco:DirectiveInformationContentEntity ;
cco:definition "A Directive Information Content Entity that prescribes some projected state that some Agent intends to achieve."@en ;
cco:definition_source "http://en.wikipedia.org/wiki/Objective_(goal)" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Objective"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/OccupationRole
cco:OccupationRole rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000023 ;
cco:definition "A Role that inheres in an Agent in virtue of the responsibilities that Agent is expected to fulfill within the context of some Act of Employment."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Occupation Role"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/OperationalArea
cco:OperationalArea rdf:type owl:Class ;
rdfs:subClassOf cco:GeospatialLocation ;
cco:definition "A Geospatial Location in which an Agent conducts some activity."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:comment "This is a general term that applies to both military and civilian activities, such as the Geospatial Region within which a company conducts its business."@en ;
rdfs:label "Operational Area"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/OperatorRole
cco:OperatorRole rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000023 ;
cco:definition "A Role that inheres in an Agent by virtue of that Agent's responsibilities to operate or control some Artifact."@en ;
cco:example_of_usage "the role of driving a car" ,
"the role of flying an airplane" ,
"the role of operating a crane" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Operator Role"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Organism
cco:Organism rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000030 ;
cco:definition "An Object that is an Animal or Plant."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Organism"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Organization
cco:Organization rdf:type owl:Class ;
rdfs:subClassOf cco:GroupOfAgents ;
cco:definition "A Group of Agents which can be the bearer of roles, has members, and has a set of organization rules."@en ;
cco:definition_source "http://purl.obolibrary.org/obo/OBI_0000245" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:comment "Members of organizations are either Organizations themselves or individual Persons. Members can bear specific Organization Member Roles that are determined in the organization rules. The organization rules also determine how decisions are made on behalf of the Organization by the organization members."@en ;
rdfs:label "Organization"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/OrganizationCapability
cco:OrganizationCapability rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( cco:AgentCapability
[ rdf:type owl:Restriction ;
owl:onProperty cco:capability_of ;
owl:someValuesFrom cco:Organization
]
) ;
rdf:type owl:Class
] ;
rdfs:subClassOf cco:AgentCapability ;
cco:definition "An Agent Capability that inheres in an Organization to the extent of that Organization's capacity to realize it in Intentional Acts of a certain type."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Organization Capability"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/OrganizationMember
cco:OrganizationMember rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( cco:Person
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000196 ;
owl:someValuesFrom cco:OrganizationMemberRole
]
) ;
rdf:type owl:Class
] ;
rdfs:subClassOf cco:Person ,
[ rdf:type owl:Restriction ;
owl:onProperty cco:is_affiliated_with ;
owl:someValuesFrom cco:Organization
] ;
cco:definition "A Person who is affiliated with some Organization by being a member of that Organization."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Organization Member"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/OrganizationMemberRole
cco:OrganizationMemberRole rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000023 ;
cco:definition "A Role that inheres in an Agent in virtue of the responsibilities that Agent is expected to fulfill as a member of some Organization."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Organization Member Role"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ParamilitaryForce
cco:ParamilitaryForce rdf:type owl:Class ;
rdfs:subClassOf cco:ArmedForce ;
cco:definition "An Armed Force whose organizational structure, training, subculture, and (often) function are similar to those of a professional Military, and which is not included as part of a Government's formal Armed Forces."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Paramilitary&oldid=1063281359"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
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:BFO_0000196 ;
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 ;
cco:alternative_label "Human"@en ;
cco:definition "An Animal that is a member of the species Homo sapiens."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Human&oldid=1063145185"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Person"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/PlanSpecification
cco:PlanSpecification rdf:type owl:Class ;
rdfs:subClassOf cco:DirectiveInformationContentEntity ,
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000178 ;
owl:someValuesFrom cco:Objective
] ;
cco:definition "A Directive Information Content Entity that prescribes some set of intended Intentional Acts through which some Agent expects to achieve some Objective."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Plan&oldid=1047320560"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Plan"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Plant
cco:Plant rdf:type owl:Class ;
rdfs:subClassOf cco:Organism ;
cco:definition "An Organism that is multicellular, eukaryotic, autotrophic, and has cells that contain chloroplasts and walls made of cellulose."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Plant&oldid=1060821100"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Plant"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/PoliticalOrientation
cco:PoliticalOrientation rdf:type owl:Class ;
rdfs:subClassOf cco:Ideology ;
cco:definition "An Ideology that characterizes the political thinking of an Agent or Group of Agents, usually with respect to the political environment within a particular nation."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Political Orientation"@en .
### 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 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 ;
cco:definition "An Information Content Entity that consists of a collection of claims about the meaning or origin of existence or about the existence or nature of one or more deities, an afterlife, or spiritual or sacred entities, and which is accepted as true by an Agent or Group of Agents."@en ;
cco:definition_source "http://www.dictionary.com/browse/religion" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Religion"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Scalp
cco:Scalp rdf:type owl:Class ;
rdfs:subClassOf cco:BodilyComponent ;
cco:definition "A Bodily Component that consists of the skin covering the top of the head of a human or other animal."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Scalp"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/ScalpHair
cco:ScalpHair rdf:type owl:Class ;
rdfs:subClassOf cco:BodilyComponent ;
cco:definition "A Bodily Component that consists of a portion of hair that grows on the scalp of a human or other animal."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Scalp Hair"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Scar
cco:Scar rdf:type owl:Class ;
rdfs:subClassOf cco:BodilyComponent ;
cco:definition "A Bodily Component that consists of a portion of fibrous connective tissue on skin or within body tissue and which was formed due to an injury that has not healed completely."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Scar&oldid=1057179533"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
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_0000176 ;
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 ;
cco:definition "An Organization whose purpose is to provide a service to other Agents."@en ;
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Service_provider&oldid=1059415018"^^xsd:anyURI ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Service Provider"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/SetOfEyes
cco:SetOfEyes rdf:type owl:Class ;
rdfs:subClassOf cco:BodilyComponent ,
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000178 ;
owl:someValuesFrom cco:Eye
] ;
cco:definition "A Bodily Component that consists of two or more Eyes that are part of a single Agent."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Set of Eyes"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/Skill
cco:Skill rdf:type owl:Class ;
owl:equivalentClass [ owl:intersectionOf ( cco:AgentCapability
[ rdf:type owl:Restriction ;
owl:onProperty cco:capability_of ;
owl:someValuesFrom cco:Person
]
) ;
rdf:type owl:Class
] ;
rdfs:subClassOf cco:AgentCapability ;
cco:definition "An Agent Capability that inheres in a Person to the extent of that Person's capacity to realize it in Intentional Acts of a certain type."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:label "Skill"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/SkinType
cco:SkinType rdf:type owl:Class ;
rdfs:subClassOf obo:BFO_0000019 ;
cco:definition "A Quality inhering in a portion of skin by virtue of its color and natural tendency to respond to ultraviolet light."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
rdfs:comment "Skin Type is classified according to a reference system such as the Fitzpatrick scale: https://en.wikipedia.org/wiki/Fitzpatrick_scale"@en ;
rdfs:label "Skin Type"@en .
### http://www.ontologyrepository.com/CommonCoreOntologies/SocialNetwork
cco:SocialNetwork rdf:type owl:Class ;
rdfs:subClassOf cco:GroupOfAgents ;
cco:definition "A Group of Agents that are connected in dyadic relations by similar personal or career interests, activities, backgrounds, or real-life connections."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
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 ;
cco:definition "A Bodily Component that consists of a typically permanent mark or design on a portion of skin that is created by a process of pricking and ingraining an indelible pigment or by raising scars."@en ;
cco:definition_source "http://www.thefreedictionary.com/tattoo" ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
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_0000176 ;
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
[ rdf:type owl:Restriction ;
owl:onProperty obo:BFO_0000196 ;
owl:someValuesFrom cco:NeutralRole
]
) ;
rdf:type owl:Class
] ;
rdfs:subClassOf cco:Person ;
cco:alternative_label "Unallied Person" ;
cco:definition "A Person who is the bearer of some Neutral Role."@en ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
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