@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 terms: <http://purl.org/dc/terms/> .
@prefix CommonCoreOntologies: <http://www.ontologyrepository.com/CommonCoreOntologies/> .

<http://purl.obolibrary.org/obo/BFO_0000017>
    a owl:Class .

<http://purl.obolibrary.org/obo/BFO_0000115>
    a owl:ObjectProperty .

<http://purl.obolibrary.org/obo/BFO_0000171>
    a owl:ObjectProperty .

<http://purl.obolibrary.org/obo/BFO_0000196>
    a owl:ObjectProperty .

terms:bibliographicCitation
    a owl:AnnotationProperty .

terms:created
    a owl:AnnotationProperty .

terms:creator
    a owl:AnnotationProperty .

CommonCoreOntologies:ActionPermission
    CommonCoreOntologies:alternative_label "Authorization"@en, "License"@en ;
    CommonCoreOntologies:definition "An Action Regulation that permits some Act."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Action Permission"@en ;
    rdfs:subClassOf CommonCoreOntologies:ActionRegulation ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (CommonCoreOntologies:ActionRegulation
            [
                a owl:Restriction ;
                owl:onProperty CommonCoreOntologies:permits ;
                owl:someValuesFrom <http://purl.obolibrary.org/obo/BFO_0000015>
            ]
        )
    ] .

CommonCoreOntologies:ActionProhibition
    CommonCoreOntologies:definition "An Action Regulation that prohibits some Act."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Action Prohibition"@en ;
    rdfs:subClassOf CommonCoreOntologies:ActionRegulation ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (CommonCoreOntologies:ActionRegulation
            [
                a owl:Restriction ;
                owl:onProperty CommonCoreOntologies:prohibits ;
                owl:someValuesFrom <http://purl.obolibrary.org/obo/BFO_0000015>
            ]
        )
    ] .

CommonCoreOntologies:ActionRegulation
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Action Regulation"@en ;
    rdfs:subClassOf CommonCoreOntologies:DirectiveInformationContentEntity .

CommonCoreOntologies:ActionRequirement
    CommonCoreOntologies:alternative_label "Duty"@en, "Obligation"@en ;
    CommonCoreOntologies:definition "An Action Regulation that requires some Act."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Action Requirement"@en ;
    rdfs:subClassOf CommonCoreOntologies:ActionRegulation ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (CommonCoreOntologies:ActionRegulation
            [
                a owl:Restriction ;
                owl:onProperty CommonCoreOntologies:requires ;
                owl:someValuesFrom <http://purl.obolibrary.org/obo/BFO_0000015>
            ]
        )
    ] .

CommonCoreOntologies:Affordance
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:definition_source "https://en.wikipedia.org/w/index.php?title=Affordance&oldid=1061963879"^^xsd:anyURI ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Affordance"@en ;
    rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000017> .

CommonCoreOntologies:Agent
    CommonCoreOntologies:definition "A Material Entity that is capable of performing Planned Acts"@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Agent"@en ;
    rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000040> ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (<http://purl.obolibrary.org/obo/BFO_0000040>
            [
                a owl:Restriction ;
                owl:onProperty CommonCoreOntologies:agent_in ;
                owl:someValuesFrom <http://purl.obolibrary.org/obo/BFO_0000015>
            ]
        )
    ] .

CommonCoreOntologies:AgentCapability
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Agent Capability"@en ;
    rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000017> .

CommonCoreOntologies:AllegianceRole
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Allegiance Role"@en ;
    rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000023> .

CommonCoreOntologies:AlliedPerson
    CommonCoreOntologies:definition "A Person who is the bearer of some Ally Role."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Allied Person"@en ;
    rdfs:subClassOf CommonCoreOntologies:Person ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (CommonCoreOntologies:Person
            [
                a owl:Restriction ;
                owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000196> ;
                owl:someValuesFrom CommonCoreOntologies:AllyRole
            ]
        )
    ] .

CommonCoreOntologies:AllyRole
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Ally Role"@en ;
    rdfs:subClassOf CommonCoreOntologies:AllegianceRole .

CommonCoreOntologies:Animal
    CommonCoreOntologies:definition "An Organism that is multicellular, eukaryotic, heterotrophic, and capable of motility for part of its life."@en ;
    CommonCoreOntologies:definition_source "https://en.wikipedia.org/w/index.php?title=Animal&oldid=1063873549"^^xsd:anyURI ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Animal"@en ;
    rdfs:subClassOf CommonCoreOntologies:Organism .

CommonCoreOntologies:ArmedForce
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:definition_source "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Armed Force"@en ;
    rdfs:subClassOf CommonCoreOntologies:Organization .

CommonCoreOntologies:AuthorityRole
    CommonCoreOntologies: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 ;
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Authority Role"@en ;
    rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000023> .

CommonCoreOntologies:BiologicalSex
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:definition_source "http://purl.org/obo/owl/PATO#PATO_0000047" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Biological Sex"@en ;
    rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> .

CommonCoreOntologies:BodilyComponent
    CommonCoreOntologies:definition "A Fiat Object Part located within or on the surface of an Agent."@en ;
    CommonCoreOntologies:definition_source "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3017014/" ;
    CommonCoreOntologies:example_of_usage "Bodily Components include anatomical structures, body flora, pathogens, toxins, and their combinations." ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Bodily Component"@en ;
    rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000024> .

CommonCoreOntologies:CarrierAirWing
    CommonCoreOntologies:definition "A Military Force that is trained and equipped to conduct air operations while embarked on an aircraft carrier."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Carrier Air Wing"@en ;
    rdfs:subClassOf CommonCoreOntologies:MilitaryPersonnelForce .

CommonCoreOntologies:Citizen
    CommonCoreOntologies:definition "A Person who is the bearer of some Citizen Role."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Citizen"@en ;
    rdfs:subClassOf CommonCoreOntologies:Person ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (CommonCoreOntologies:Person
            [
                a owl:Restriction ;
                owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000196> ;
                owl:someValuesFrom CommonCoreOntologies:CitizenRole
            ]
        )
    ] .

CommonCoreOntologies:CitizenRole
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:definition_source "http://en.wikitionary.org/wiki/citizen" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Citizen Role"@en ;
    rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000023> .

CommonCoreOntologies:City
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:definition_source "https://en.wikipedia.org/w/index.php?title=City&oldid=1062635325"^^xsd:anyURI ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "City"@en ;
    rdfs:subClassOf CommonCoreOntologies:LocalAdministrativeRegion .

CommonCoreOntologies:CivilOrganization
    CommonCoreOntologies:definition "An Organization that is not commercial or military and is the bearer of a Civilian Role."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Civil Organization"@en ;
    rdfs:subClassOf CommonCoreOntologies:Organization ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (CommonCoreOntologies:Organization
            [
                a owl:Restriction ;
                owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000196> ;
                owl:someValuesFrom CommonCoreOntologies:CivilianRole
            ]
        )
    ] .

CommonCoreOntologies:CivilianRole
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Civilian Role"@en ;
    rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000023> .

CommonCoreOntologies:CommercialOrganization
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Commercial Organization"@en ;
    rdfs:subClassOf CommonCoreOntologies:Organization ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (CommonCoreOntologies:Organization
            [
                a owl:Restriction ;
                owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000196> ;
                owl:someValuesFrom CommonCoreOntologies:CommercialRole
            ]
        )
    ] .

CommonCoreOntologies:CommercialRole
    CommonCoreOntologies:definition "A Role that inheres in an Organization by virtue of its establishment as a for-profit business."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Commercial Role"@en ;
    rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000023> .

CommonCoreOntologies:ContractorRole
    CommonCoreOntologies: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 ;
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Contractor Role"@en ;
    rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000023> .

CommonCoreOntologies:Country
    terms: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." ;
    terms:creator "https://cubrc.org"^^xsd:anyURI ;
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:definition_source "https://avalon.law.yale.edu/20th_century/intam03.asp" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Domain of a Country"@en ;
    rdfs:subClassOf CommonCoreOntologies:GeopoliticalEntity ;
    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 .

CommonCoreOntologies:County
    CommonCoreOntologies:definition "A Government Domain that is part of either a First-Order or Second-Order Administrative Region."@en ;
    CommonCoreOntologies:definition_source "https://en.wikipedia.org/w/index.php?title=County&oldid=1062817834"^^xsd:anyURI ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "County"@en ;
    rdfs:subClassOf CommonCoreOntologies:GeopoliticalEntity .

CommonCoreOntologies:Crew
    CommonCoreOntologies:definition "A Group of Persons that bear Roles realized by the operation of the specified Vehicle."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Crew"@en ;
    rdfs:subClassOf CommonCoreOntologies:GroupOfPersons .

CommonCoreOntologies:DelimitingDomain
    terms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ;
    terms:creator "https://cubrc.org"^^xsd:anyURI ;
    CommonCoreOntologies:definition "A Geospatial Region that delimits the authority of an Organization to exercise its control within the bounded area."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Delimiting Domain"@en ;
    rdfs:subClassOf CommonCoreOntologies:GeospatialRegion ;
    owl:disjointWith CommonCoreOntologies:DivisonOfGeopoliticalEntity ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (CommonCoreOntologies:GeospatialRegion
            [
                a owl:Restriction ;
                owl:onProperty CommonCoreOntologies:delimits ;
                owl:someValuesFrom CommonCoreOntologies:Organization
            ]
        )
    ] ;
    skos:prefLabel "Delimiting Domain"@en .

CommonCoreOntologies:Disability
    CommonCoreOntologies:definition "A Quality inhering in an Agent by virtue a physical or mental condition that limits the Agent's movements, senses, or activities."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Disability"@en ;
    rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> .

CommonCoreOntologies:Disease
    CommonCoreOntologies:definition "A Disposition to undergo pathological processes that exists in an organism because of one or more disorders in that organism."@en ;
    CommonCoreOntologies:definition_source "http://purl.obolibrary.org/obo/OGMS_0000031" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Disease"@en ;
    rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000016> .

CommonCoreOntologies:DivisonOfGeopoliticalEntity
    CommonCoreOntologies:definition "A Geospatial Region that is a fiat division of a Delimiting Domain and not a Delimiting Domain."@en ;
    CommonCoreOntologies: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." ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    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 ;
    rdfs:subClassOf CommonCoreOntologies:GeospatialRegion, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000176> ;
        owl:someValuesFrom CommonCoreOntologies:DelimitingDomain
    ] .

CommonCoreOntologies:EducationalOrganization
    CommonCoreOntologies:definition "An Organization whose purpose is to provide training or otherwise facilitate learning or the acquisition of knowledge, Skills, values, beliefs, or habits."@en ;
    CommonCoreOntologies:definition_source "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Educational Organization"@en ;
    rdfs:subClassOf CommonCoreOntologies:Organization .

CommonCoreOntologies:Enemy
    CommonCoreOntologies:definition "A Person who is the bearer of some Enemy Role."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Enemy"@en ;
    rdfs:subClassOf CommonCoreOntologies:Person ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (CommonCoreOntologies:Person
            [
                a owl:Restriction ;
                owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000196> ;
                owl:someValuesFrom CommonCoreOntologies:EnemyRole
            ]
        )
    ] .

CommonCoreOntologies:EnemyRole
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Enemy Role"@en ;
    rdfs:subClassOf CommonCoreOntologies:AllegianceRole .

CommonCoreOntologies:EthnicGroup
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:definition_source "https://en.wikipedia.org/w/index.php?title=Ethnic_group&oldid=1063804490"^^xsd:anyURI ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Ethnic Group"@en ;
    rdfs:subClassOf CommonCoreOntologies:GroupOfPersons, [
        a owl:Restriction ;
        owl:onProperty CommonCoreOntologies:aggregate_has_quality ;
        owl:someValuesFrom CommonCoreOntologies:Ethnicity
    ] .

CommonCoreOntologies:Ethnicity
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:definition_source "https://en.wikipedia.org/w/index.php?title=Ethnic_group&oldid=1063804490"^^xsd:anyURI ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Ethnicity"@en ;
    rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> .

CommonCoreOntologies:Eye
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Eye"@en ;
    rdfs:subClassOf CommonCoreOntologies:BodilyComponent .

CommonCoreOntologies:EyeColor
    CommonCoreOntologies:definition "A Quality inhering in an Eye by virtue of the color of the Eye's Iris."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Eye Color"@en ;
    rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019>, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000197> ;
        owl:someValuesFrom CommonCoreOntologies:Iris
    ] .

CommonCoreOntologies:FacialHair
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Facial Hair"@en ;
    rdfs:subClassOf CommonCoreOntologies:BodilyComponent .

CommonCoreOntologies:Family
    CommonCoreOntologies:definition "A Group of Persons related to one another by ancestry or marriage."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Family"@en ;
    rdfs:subClassOf CommonCoreOntologies:GroupOfPersons .

CommonCoreOntologies:FemaleSex
    CommonCoreOntologies:definition "A Biological Sex inhering in an individual that only produces gametes that can be fertilized by male gametes."@en ;
    CommonCoreOntologies:definition_source "http://purl.org/obo/owl/PATO#PATO_0000383" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Female Sex"@en ;
    rdfs:subClassOf CommonCoreOntologies:BiologicalSex .

CommonCoreOntologies:FinancialValue
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Financial Value"@en ;
    rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> .

CommonCoreOntologies:FinancialValueOfProperty
    CommonCoreOntologies:alternative_label "Property Value"@en ;
    CommonCoreOntologies:definition "Financial Value that inheres in an material entity that is the object of an Act of Ownership."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Financial Value of Property"@en ;
    rdfs:subClassOf CommonCoreOntologies:FinancialValue .

CommonCoreOntologies:FirstOrderAdministrativeRegion
    CommonCoreOntologies:definition "A Government Domain that is a primary administrative division of a Country."@en ;
    CommonCoreOntologies:definition_source "http://www.geonames.org/export/codes.html" ;
    CommonCoreOntologies:example_of_usage "a state in the United States" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "First-Order Administrative Region"@en ;
    rdfs:subClassOf CommonCoreOntologies:GeopoliticalEntity, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000176> ;
        owl:someValuesFrom CommonCoreOntologies:Country
    ] .

CommonCoreOntologies:FourthOrderAdministrativeRegion
    CommonCoreOntologies:definition "A Government Domain that is a subdivision of a Third-Order Administrative Region."@en ;
    CommonCoreOntologies:definition_source "http://www.geonames.org/export/codes.html" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Fourth-Order Administrative Region"@en ;
    rdfs:subClassOf CommonCoreOntologies:GeopoliticalEntity, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000176> ;
        owl:someValuesFrom CommonCoreOntologies:ThirdOrderAdministrativeRegion
    ] .

CommonCoreOntologies:GeopoliticalEntity
    CommonCoreOntologies:definition "A Delimiting Domain that delimits the authority of a Government to exercise its control within the bounded area."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Government Domain"@en ;
    rdfs:subClassOf CommonCoreOntologies:DelimitingDomain ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (CommonCoreOntologies:DelimitingDomain
            [
                a owl:Restriction ;
                owl:onProperty CommonCoreOntologies:delimits ;
                owl:someValuesFrom CommonCoreOntologies:Government
            ]
        )
    ] .

CommonCoreOntologies:GeopoliticalEntityBorder
    CommonCoreOntologies:definition "A Geospatial Boundary that is a boundary of some Government Domain."@en ;
    CommonCoreOntologies:definition_source "https://en.wikipedia.org/w/index.php?title=Border&oldid=1061275162"^^xsd:anyURI ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Government Domain Border"@en ;
    rdfs:subClassOf CommonCoreOntologies:GeospatialBoundary .

CommonCoreOntologies:GeopoliticalOrganization
    terms:bibliographicCitation "Lee, David S., and Brad Glosserman. �How Companies Can Navigate Today�s 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." ;
    terms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ;
    terms:creator "https://cubrc.org"^^xsd:anyURI ;
    CommonCoreOntologies:definition "An Organization that bears a Geopolitical Power Role."@en ;
    CommonCoreOntologies:definition_source "https://chass.usu.edu/international-studies/aggies-go/power", "https://hbr.org/2022/11/how-companies-can-navigate-todays-geopolitical-risks" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Geopolitical Organization"@en ;
    rdfs:subClassOf CommonCoreOntologies:Organization ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (CommonCoreOntologies:Organization
            [
                a owl:Restriction ;
                owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000196> ;
                owl:someValuesFrom CommonCoreOntologies:GeopoliticalPowerRole
            ]
        )
    ] ;
    skos:prefLabel "Geopolitical Organization"@en .

CommonCoreOntologies:GeopoliticalPowerRole
    terms:bibliographicCitation "University, Utah State. Geopolitical Power | Aggies GO. https://chass.usu.edu/international-studies/aggies-go/power. Accessed 6 Apr. 2023." ;
    terms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ;
    terms:creator "https://cubrc.org"^^xsd:anyURI ;
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:definition_source "https://chass.usu.edu/international-studies/aggies-go/power" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Geopolitical Power Role"@en ;
    rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000023>, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000197> ;
        owl:someValuesFrom CommonCoreOntologies:Organization
    ] ;
    skos:prefLabel "Geopolitical Power Role"@en .

CommonCoreOntologies:Government
    terms:creator "https://cubrc.org"^^xsd:anyURI ;
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:definition_source "https://en.wikipedia.org/w/index.php?title=Government&oldid=1063736308"^^xsd:anyURI ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Government"@en ;
    rdfs:subClassOf CommonCoreOntologies:Organization, [
        a owl:Restriction ;
        owl:onProperty CommonCoreOntologies:is_delimited_by ;
        owl:someValuesFrom CommonCoreOntologies:DelimitingDomain
    ] ;
    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 .

CommonCoreOntologies:GovernmentAgency
    CommonCoreOntologies:definition "An Organization that is part of a Government and is responsible for the oversight and administration of specific governmental functions."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Government Organization"@en ;
    rdfs:subClassOf CommonCoreOntologies:Organization, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000176> ;
        owl:someValuesFrom CommonCoreOntologies:Government
    ] .

CommonCoreOntologies:GovernmentOfACountry
    terms: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." ;
    terms:created "2023-02-08T19:54:46-05:00"^^xsd:dateTime ;
    terms:creator "https://cubrc.org"^^xsd:anyURI ;
    CommonCoreOntologies:definition "A Government that has legitimate authority within and is delimited by a Domain of a Country."@en ;
    CommonCoreOntologies:definition_source "https://avalon.law.yale.edu/20th_century/intam03.asp" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Government of a Country"@en ;
    rdfs:subClassOf CommonCoreOntologies:Government ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (CommonCoreOntologies:Government
            [
                a owl:Restriction ;
                owl:onProperty CommonCoreOntologies:is_delimited_by ;
                owl:someValuesFrom CommonCoreOntologies:Country
            ]
        )
    ] ;
    skos:prefLabel "Government of a Country"@en .

CommonCoreOntologies:GroupOfAgents
    CommonCoreOntologies:definition "An Object Aggregate that has only Agents as parts."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Group of Agents"@en ;
    rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000027>, [
        a owl:Class ;
        owl:intersectionOf ([
                a owl:Restriction ;
                owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000115> ;
                owl:someValuesFrom CommonCoreOntologies:Agent
            ]
            [
                a owl:Restriction ;
                owl:allValuesFrom CommonCoreOntologies:Agent ;
                owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000115>
            ]
        )
    ] .

CommonCoreOntologies:GroupOfOrganizations
    CommonCoreOntologies:definition "A Group of Agents that has only Organizations as parts."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Group of Organizations"@en ;
    rdfs:subClassOf CommonCoreOntologies:GroupOfAgents, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000178> ;
        owl:someValuesFrom CommonCoreOntologies:Organization
    ], [
        a owl:Restriction ;
        owl:allValuesFrom CommonCoreOntologies:Organization ;
        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000178>
    ] .

CommonCoreOntologies:GroupOfPersons
    CommonCoreOntologies:definition "A Group of Agents that has only Persons as parts."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Group of Persons"@en ;
    rdfs:subClassOf CommonCoreOntologies:GroupOfAgents, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000178> ;
        owl:someValuesFrom CommonCoreOntologies:Person
    ], [
        a owl:Restriction ;
        owl:allValuesFrom CommonCoreOntologies:Person ;
        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000178>
    ] .

CommonCoreOntologies:HairColor
    CommonCoreOntologies:definition "A Quality inhering in a portion of Hair by virtue of its color."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Hair Color"@en ;
    rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> .

CommonCoreOntologies:Ideology
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Ideology"@en ;
    rdfs:subClassOf CommonCoreOntologies:InformationContentEntity .

CommonCoreOntologies:IncorporatedOrganization
    CommonCoreOntologies:alternative_label "Corporation"@en ;
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:definition_source "http://www.dictionary.com/browse/corporation" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Incorporated Organization"@en ;
    rdfs:subClassOf CommonCoreOntologies:Organization .

CommonCoreOntologies:InternationalCommunity
    terms:bibliographicCitation "The International Community. 5 Apr. 2023, https://dictionary.cambridge.org/us/dictionary/english/international-community." ;
    terms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ;
    terms:creator "https://cubrc.org"^^xsd:anyURI ;
    CommonCoreOntologies:definition "A maximal Group of Geopolitical Organizations engaged in geopolitics with one another."@en ;
    CommonCoreOntologies:definition_source "https://dictionary.cambridge.org/us/dictionary/english/international-community" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "International Community"@en ;
    rdfs:subClassOf CommonCoreOntologies:GroupOfAgents ;
    skos:prefLabel "International Community"@en .

CommonCoreOntologies:InterpersonalRelationshipRole
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Interpersonal Relationship Role"@en ;
    rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000023> .

CommonCoreOntologies:Iris
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:definition_source "http://www.thefreedictionary.com/iris" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Iris"@en ;
    rdfs:subClassOf CommonCoreOntologies:BodilyComponent, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000176> ;
        owl:someValuesFrom CommonCoreOntologies:Eye
    ] .

CommonCoreOntologies:LanguageSkill
    CommonCoreOntologies:definition "A Skill that is realized by an Act which is prescribed by a Language."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Language Skill"@en ;
    rdfs:subClassOf CommonCoreOntologies:Skill .

CommonCoreOntologies:LocalAdministrativeRegion
    CommonCoreOntologies:alternative_label "Locality"@en ;
    CommonCoreOntologies:definition "A Government Domain that delimits a local Government."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Local Administrative Region"@en ;
    rdfs:subClassOf CommonCoreOntologies:GeopoliticalEntity .

CommonCoreOntologies:MaleSex
    CommonCoreOntologies:definition "A Biological Sex inhering in an individual whose sex organs contain only male gametes."@en ;
    CommonCoreOntologies:definition_source "http://purl.org/obo/owl/PATO#PATO_0000384" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Male Sex"@en ;
    rdfs:subClassOf CommonCoreOntologies:BiologicalSex .

CommonCoreOntologies:MaterialTerritoryOfACountry
    terms: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." ;
    terms:created "2023-02-06T10:14:09-05:00"@en ;
    CommonCoreOntologies:definition "The portions of lithosphere, hydrosphere, or atmosphere that together exactly occupy a The Domain of a Country."@en ;
    CommonCoreOntologies:definition_source "https://avalon.law.yale.edu/20th_century/intam03.asp" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Material Territory of a Country"@en ;
    rdfs:subClassOf CommonCoreOntologies:MaterialTerritoryOfAGovernmentDomain ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (CommonCoreOntologies:MaterialTerritoryOfAGovernmentDomain
            [
                a owl:Restriction ;
                owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000171> ;
                owl:someValuesFrom CommonCoreOntologies:Country
            ]
        )
    ] ;
    skos:prefLabel "Material Territory of a Country"@en .

CommonCoreOntologies:MaterialTerritoryOfAGovernmentDomain
    terms: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." ;
    terms:created "2023-02-06T10:14:09-05:00"@en ;
    CommonCoreOntologies:definition "The portions of lithosphere, hydrosphere, or atmosphere that together exactly occupy a Government Domain"@en ;
    CommonCoreOntologies:definition_source "https://avalon.law.yale.edu/20th_century/intam03.asp" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Material Territory of a Government Domain"@en ;
    rdfs:subClassOf CommonCoreOntologies:PortionOfGeosphere ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (CommonCoreOntologies:PortionOfGeosphere
            [
                a owl:Restriction ;
                owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000171> ;
                owl:someValuesFrom CommonCoreOntologies:GeopoliticalEntity
            ]
        )
    ] ;
    skos:prefLabel "Material Territory of a Government Domain"@en .

<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology>
    terms:license <https://opensource.org/licenses/BSD-3-Clause> ;
    a owl:Ontology ;
    rdfs:comment "This ontology is designed to represent agents, especially persons and organizations, and their roles."@en ;
    rdfs:label "Agent Ontology"@en ;
    owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> ;
    owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-02-14/AgentOntology> ;
    owl:versionInfo "Version 1.5"@en .

CommonCoreOntologies:MilitaryPersonnelForce
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:definition_source "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Military Personnel Force"@en ;
    rdfs:subClassOf CommonCoreOntologies:ArmedForce .

CommonCoreOntologies:NeutralRole
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Neutral Role"@en ;
    rdfs:subClassOf CommonCoreOntologies:AllegianceRole .

CommonCoreOntologies:NuclearFamily
    CommonCoreOntologies:definition "A Family composed of parents and their children."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Nuclear Family"@en ;
    rdfs:subClassOf CommonCoreOntologies:Family .

CommonCoreOntologies:Objective
    CommonCoreOntologies:definition "A Directive Information Content Entity that prescribes some projected state that some Agent intends to achieve."@en ;
    CommonCoreOntologies:definition_source "http://en.wikipedia.org/wiki/Objective_(goal)" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Objective"@en ;
    rdfs:subClassOf CommonCoreOntologies:DirectiveInformationContentEntity .

CommonCoreOntologies:OccupationRole
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Occupation Role"@en ;
    rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000023> .

CommonCoreOntologies:OperationalArea
    CommonCoreOntologies:definition "A Geospatial Location in which an Agent conducts some activity."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    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 ;
    rdfs:subClassOf CommonCoreOntologies:GeospatialLocation .

CommonCoreOntologies:OperatorRole
    CommonCoreOntologies:definition "A Role that inheres in an Agent by virtue of that Agent's responsibilities to operate or control some Artifact."@en ;
    CommonCoreOntologies:example_of_usage "the role of driving a car", "the role of flying an airplane", "the role of operating a crane" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Operator Role"@en ;
    rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000023> .

CommonCoreOntologies:Organism
    CommonCoreOntologies:definition "An Object that is an Animal or Plant."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Organism"@en ;
    rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000030> .

CommonCoreOntologies:Organization
    CommonCoreOntologies:definition "A Group of Agents which can be the bearer of roles, has members, and has a set of organization rules."@en ;
    CommonCoreOntologies:definition_source "http://purl.obolibrary.org/obo/OBI_0000245" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    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 ;
    rdfs:subClassOf CommonCoreOntologies:GroupOfAgents .

CommonCoreOntologies:OrganizationCapability
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Organization Capability"@en ;
    rdfs:subClassOf CommonCoreOntologies:AgentCapability ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (CommonCoreOntologies:AgentCapability
            [
                a owl:Restriction ;
                owl:onProperty CommonCoreOntologies:capability_of ;
                owl:someValuesFrom CommonCoreOntologies:Organization
            ]
        )
    ] .

CommonCoreOntologies:OrganizationMember
    CommonCoreOntologies:definition "A Person who is affiliated with some Organization by being a member of that Organization."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Organization Member"@en ;
    rdfs:subClassOf CommonCoreOntologies:Person, [
        a owl:Restriction ;
        owl:onProperty CommonCoreOntologies:is_affiliated_with ;
        owl:someValuesFrom CommonCoreOntologies:Organization
    ] ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (CommonCoreOntologies:Person
            [
                a owl:Restriction ;
                owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000196> ;
                owl:someValuesFrom CommonCoreOntologies:OrganizationMemberRole
            ]
        )
    ] .

CommonCoreOntologies:OrganizationMemberRole
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Organization Member Role"@en ;
    rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000023> .

CommonCoreOntologies:ParamilitaryForce
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:definition_source "https://en.wikipedia.org/w/index.php?title=Paramilitary&oldid=1063281359"^^xsd:anyURI ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Paramilitary Force"@en ;
    rdfs:subClassOf CommonCoreOntologies:ArmedForce .

CommonCoreOntologies:PermanentResident
    terms:created "2023-03-29T20:17:54-04:00"^^xsd:dateTime ;
    terms:creator "https://cubrc.org"^^xsd:anyURI ;
    CommonCoreOntologies:definition "A person with a Permanent Residence Role."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Permanent Resident"@en ;
    rdfs:subClassOf CommonCoreOntologies:Person ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (CommonCoreOntologies:Person
            [
                a owl:Restriction ;
                owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000196> ;
                owl:someValuesFrom CommonCoreOntologies:PermanentResidentRole
            ]
        )
    ] ;
    skos:prefLabel "Permanent Resident"@en .

CommonCoreOntologies:PermanentResidentRole
    terms:bibliographicCitation "Permanent Residency - Wikipedia. https://en.wikipedia.org/wiki/Permanent_residency. Accessed 10 Feb. 2023." ;
    terms:created "2023-03-29T20:17:54-04:00"^^xsd:dateTime ;
    terms:creator "https://cubrc.org"^^xsd:anyURI ;
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:definition_source "https://en.wikipedia.org/wiki/Permanent_residency" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Permanent Resident Role"@en ;
    rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000023> ;
    skos:prefLabel "Permanent Resident Role"@en .

CommonCoreOntologies:Person
    CommonCoreOntologies:alternative_label "Human"@en ;
    CommonCoreOntologies:definition "An Animal that is a member of the species Homo sapiens."@en ;
    CommonCoreOntologies:definition_source "https://en.wikipedia.org/w/index.php?title=Human&oldid=1063145185"^^xsd:anyURI ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Person"@en ;
    rdfs:subClassOf CommonCoreOntologies:Animal .

CommonCoreOntologies:PlanSpecification
    CommonCoreOntologies:definition "A Directive Information Content Entity that prescribes some set of intended Intentional Acts through which some Agent expects to achieve some Objective."@en ;
    CommonCoreOntologies:definition_source "https://en.wikipedia.org/w/index.php?title=Plan&oldid=1047320560"^^xsd:anyURI ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Plan"@en ;
    rdfs:subClassOf CommonCoreOntologies:DirectiveInformationContentEntity, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000178> ;
        owl:someValuesFrom CommonCoreOntologies:Objective
    ] .

CommonCoreOntologies:Plant
    CommonCoreOntologies:definition "An Organism that is multicellular, eukaryotic, autotrophic, and has cells that contain chloroplasts and walls made of cellulose."@en ;
    CommonCoreOntologies:definition_source "https://en.wikipedia.org/w/index.php?title=Plant&oldid=1060821100"^^xsd:anyURI ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Plant"@en ;
    rdfs:subClassOf CommonCoreOntologies:Organism .

CommonCoreOntologies:PoliticalOrientation
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Political Orientation"@en ;
    rdfs:subClassOf CommonCoreOntologies:Ideology .

CommonCoreOntologies:Populace
    CommonCoreOntologies:definition "A Group of Persons forming the total population of some Government Domain."@en ;
    CommonCoreOntologies:definition_source "https://en.wikipedia.org/w/index.php?title=Population&oldid=1059148871"^^xsd:anyURI ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Populace"@en ;
    rdfs:subClassOf CommonCoreOntologies:GroupOfPersons .

CommonCoreOntologies:Province
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:definition_source "https://en.wikipedia.org/w/index.php?title=Province&oldid=1062496131"^^xsd:anyURI ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Province"@en ;
    rdfs:subClassOf CommonCoreOntologies:FirstOrderAdministrativeRegion .

CommonCoreOntologies:Religion
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:definition_source "http://www.dictionary.com/browse/religion" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Religion"@en ;
    rdfs:subClassOf CommonCoreOntologies:InformationContentEntity .

CommonCoreOntologies:Scalp
    CommonCoreOntologies:definition "A Bodily Component that consists of the skin covering the top of the head of a human or other animal."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Scalp"@en ;
    rdfs:subClassOf CommonCoreOntologies:BodilyComponent .

CommonCoreOntologies:ScalpHair
    CommonCoreOntologies:definition "A Bodily Component that consists of a portion of hair that grows on the scalp of a human or other animal."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Scalp Hair"@en ;
    rdfs:subClassOf CommonCoreOntologies:BodilyComponent .

CommonCoreOntologies:Scar
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:definition_source "https://en.wikipedia.org/w/index.php?title=Scar&oldid=1057179533"^^xsd:anyURI ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Scar"@en ;
    rdfs:subClassOf CommonCoreOntologies:BodilyComponent .

CommonCoreOntologies:SecondOrderAdministrativeRegion
    CommonCoreOntologies:definition "A Government Domain that is a subdivision of a First-Order Administrative Region."@en ;
    CommonCoreOntologies:definition_source "http://www.geonames.org/export/codes.html" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Second-Order Administrative Region"@en ;
    rdfs:subClassOf CommonCoreOntologies:GeopoliticalEntity, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000176> ;
        owl:someValuesFrom CommonCoreOntologies:FirstOrderAdministrativeRegion
    ] .

CommonCoreOntologies:ServiceProvider
    CommonCoreOntologies:definition "An Organization whose purpose is to provide a service to other Agents."@en ;
    CommonCoreOntologies:definition_source "https://en.wikipedia.org/w/index.php?title=Service_provider&oldid=1059415018"^^xsd:anyURI ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Service Provider"@en ;
    rdfs:subClassOf CommonCoreOntologies:Organization .

CommonCoreOntologies:SetOfEyes
    CommonCoreOntologies:definition "A Bodily Component that consists of two or more Eyes that are part of a single Agent."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Set of Eyes"@en ;
    rdfs:subClassOf CommonCoreOntologies:BodilyComponent, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000178> ;
        owl:someValuesFrom CommonCoreOntologies:Eye
    ] .

CommonCoreOntologies:Skill
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Skill"@en ;
    rdfs:subClassOf CommonCoreOntologies:AgentCapability ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (CommonCoreOntologies:AgentCapability
            [
                a owl:Restriction ;
                owl:onProperty CommonCoreOntologies:capability_of ;
                owl:someValuesFrom CommonCoreOntologies:Person
            ]
        )
    ] .

CommonCoreOntologies:SkinType
    CommonCoreOntologies:definition "A Quality inhering in a portion of skin by virtue of its color and natural tendency to respond to ultraviolet light."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    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 ;
    rdfs:subClassOf <http://purl.obolibrary.org/obo/BFO_0000019> .

CommonCoreOntologies:SocialNetwork
    CommonCoreOntologies:definition "A Group of Agents that are connected in dyadic relations by similar personal or career interests, activities, backgrounds, or real-life connections."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Social Network"@en ;
    rdfs:subClassOf CommonCoreOntologies:GroupOfAgents .

CommonCoreOntologies:State
    CommonCoreOntologies:alternative_label "State"@en ;
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:definition_source "https://en.wikipedia.org/w/index.php?title=Constituent_state&oldid=1063662102"^^xsd:anyURI ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Constituent State"@en ;
    rdfs:subClassOf CommonCoreOntologies:FirstOrderAdministrativeRegion .

CommonCoreOntologies:Tattoo
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:definition_source "http://www.thefreedictionary.com/tattoo" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Tattoo"@en ;
    rdfs:subClassOf CommonCoreOntologies:BodilyComponent .

CommonCoreOntologies:ThirdOrderAdministrativeRegion
    CommonCoreOntologies:definition "A Government Domain that is a subdivision of a Second-Order Administrative Region."@en ;
    CommonCoreOntologies:definition_source "http://www.geonames.org/export/codes.html" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Third-Order Administrative Region"@en ;
    rdfs:subClassOf CommonCoreOntologies:GeopoliticalEntity, [
        a owl:Restriction ;
        owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000176> ;
        owl:someValuesFrom CommonCoreOntologies:SecondOrderAdministrativeRegion
    ] .

CommonCoreOntologies:Town
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:definition_source "http://www.dictionary.com/browse/town" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Town"@en ;
    rdfs:subClassOf CommonCoreOntologies:LocalAdministrativeRegion .

CommonCoreOntologies:UnalliedPerson
    CommonCoreOntologies:alternative_label "Unallied Person" ;
    CommonCoreOntologies:definition "A Person who is the bearer of some Neutral Role."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Neutral Person"@en ;
    rdfs:subClassOf CommonCoreOntologies:Person ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (CommonCoreOntologies:Person
            [
                a owl:Restriction ;
                owl:onProperty <http://purl.obolibrary.org/obo/BFO_0000196> ;
                owl:someValuesFrom CommonCoreOntologies:NeutralRole
            ]
        )
    ] .

CommonCoreOntologies:Village
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:definition_source "http://www.merriam-webster.com/dictionary/village" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Village"@en ;
    rdfs:subClassOf CommonCoreOntologies:LocalAdministrativeRegion .

CommonCoreOntologies:agent_in
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "agent in"@en ;
    rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000056> ;
    owl:inverseOf CommonCoreOntologies:has_agent .

CommonCoreOntologies:aggregate_has_capability
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:domain CommonCoreOntologies:GroupOfAgents ;
    rdfs:label "aggregate has capability"@en ;
    rdfs:range CommonCoreOntologies:AgentCapability ;
    rdfs:subPropertyOf CommonCoreOntologies:aggregate_bearer_of ;
    owl:inverseOf CommonCoreOntologies:capability_of_aggregate .

CommonCoreOntologies:capability_of
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:domain CommonCoreOntologies:AgentCapability ;
    rdfs:label "capability of"@en ;
    rdfs:range CommonCoreOntologies:Agent ;
    rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000197> ;
    owl:inverseOf CommonCoreOntologies:has_capability .

CommonCoreOntologies:capability_of_aggregate
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:domain CommonCoreOntologies:AgentCapability ;
    rdfs:label "capability of aggregate"@en ;
    rdfs:range CommonCoreOntologies:GroupOfAgents ;
    rdfs:subPropertyOf CommonCoreOntologies:inheres_in_aggregate .

CommonCoreOntologies:delimits
    CommonCoreOntologies:definition "An instance of Delimiting Domain dd1 delimits some Organization o1 iff dd1 is the area within which o1 can legally operate."@en ;
    CommonCoreOntologies:definition_source "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:domain CommonCoreOntologies:DelimitingDomain ;
    rdfs:label "delimits"@en ;
    rdfs:range CommonCoreOntologies:Organization ;
    owl:inverseOf CommonCoreOntologies:is_delimited_by .

CommonCoreOntologies:has_affiliate
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (CommonCoreOntologies:Agent
            CommonCoreOntologies:Organization
            CommonCoreOntologies:Person
        )
    ] ;
    rdfs:label "has affiliate"@en ;
    rdfs:range [
        a owl:Class ;
        owl:unionOf (CommonCoreOntologies:Agent
            CommonCoreOntologies:Organization
            CommonCoreOntologies:Person
        )
    ] ;
    owl:inverseOf CommonCoreOntologies:is_affiliated_with .

CommonCoreOntologies:has_agent
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has agent"@en ;
    rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000057> .

CommonCoreOntologies:has_aunt
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has aunt"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:has_familial_relationship_to ;
    owl:inverseOf CommonCoreOntologies:is_aunt_of .

CommonCoreOntologies:has_brother
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has brother"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_sibling_of ;
    owl:inverseOf CommonCoreOntologies:is_brother_of .

CommonCoreOntologies:has_brother_in_law
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has brother in law"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_in_law_of ;
    owl:inverseOf CommonCoreOntologies:is_brother_in_law_of .

CommonCoreOntologies:has_capability
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:domain CommonCoreOntologies:Agent ;
    rdfs:label "has capability"@en ;
    rdfs:range CommonCoreOntologies:AgentCapability ;
    rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000196> .

CommonCoreOntologies:has_daughter
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has daughter"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_parent_of ;
    owl:inverseOf CommonCoreOntologies:is_daughter_of .

CommonCoreOntologies:has_daughter_in_law
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has daughter in law"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_in_law_of ;
    owl:inverseOf CommonCoreOntologies:is_daughter_in_law_of .

CommonCoreOntologies:has_familial_relationship_to
    CommonCoreOntologies:definition "A relationship between persons by virtue of ancestry or legal union."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:domain CommonCoreOntologies:Person ;
    rdfs:label "has familial relationship to"@en ;
    rdfs:range CommonCoreOntologies:Person .

CommonCoreOntologies:has_father
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has father"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_child_of ;
    owl:inverseOf CommonCoreOntologies:is_father_of .

CommonCoreOntologies:has_father_in_law
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has father in law"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_in_law_of ;
    owl:inverseOf CommonCoreOntologies:is_father_in_law_of .

CommonCoreOntologies:has_granddaughter
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has granddaughter"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_grandparent_of ;
    owl:inverseOf CommonCoreOntologies:is_granddaughter_of .

CommonCoreOntologies:has_grandfather
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has grandfather"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_grandchild_of ;
    owl:inverseOf CommonCoreOntologies:is_grandfather_of .

CommonCoreOntologies:has_grandmother
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has grandmother"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_grandchild_of ;
    owl:inverseOf CommonCoreOntologies:is_grandmother_of .

CommonCoreOntologies:has_grandson
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has grandson"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_grandparent_of ;
    owl:inverseOf CommonCoreOntologies:is_grandson_of .

CommonCoreOntologies:has_half_brother
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has half brother"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_half_sibling_of ;
    owl:inverseOf CommonCoreOntologies:is_half_brother_of .

CommonCoreOntologies:has_half_sister
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has half sister"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_half_sibling_of ;
    owl:inverseOf CommonCoreOntologies:is_half_sister_of .

CommonCoreOntologies:has_husband
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has husband"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_spouse_of ;
    owl:inverseOf CommonCoreOntologies:is_husband_of .

CommonCoreOntologies:has_interest_in
    terms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ;
    terms:creator "https://cubrc.org"^^xsd:anyURI ;
    CommonCoreOntologies:definition "A relation between an entity and some process where the entity has an interest in that process."@en ;
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:domain CommonCoreOntologies:Agent ;
    rdfs:label "has interest in"@en ;
    rdfs:range <http://purl.obolibrary.org/obo/BFO_0000015> ;
    owl:inverseOf CommonCoreOntologies:is_interest_of ;
    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 .

CommonCoreOntologies:has_maternal_aunt
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has maternal aunt"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:has_aunt ;
    owl:inverseOf CommonCoreOntologies:is_maternal_aunt_of .

CommonCoreOntologies:has_maternal_first_cousin
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has maternal first cousin"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_first_cousin_of ;
    owl:inverseOf CommonCoreOntologies:is_maternal_first_cousin_of .

CommonCoreOntologies:has_maternal_grandfather
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has maternal grandfather"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:has_grandfather ;
    owl:inverseOf CommonCoreOntologies:is_maternal_grandfather_of .

CommonCoreOntologies:has_maternal_grandmother
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has maternal grandmother"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:has_grandmother ;
    owl:inverseOf CommonCoreOntologies:is_maternal_grandmother_of .

CommonCoreOntologies:has_maternal_uncle
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has maternal uncle"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:has_uncle ;
    owl:inverseOf CommonCoreOntologies:is_maternal_uncle_of .

CommonCoreOntologies:has_mother
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has mother"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_child_of ;
    owl:inverseOf CommonCoreOntologies:is_mother_of .

CommonCoreOntologies:has_mother_in_law
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has mother in law"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_in_law_of ;
    owl:inverseOf CommonCoreOntologies:is_mother_in_law_of .

CommonCoreOntologies:has_nephew
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has nephew"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:has_familial_relationship_to ;
    owl:inverseOf CommonCoreOntologies:is_nephew_of .

CommonCoreOntologies:has_niece
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has niece"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:has_familial_relationship_to ;
    owl:inverseOf CommonCoreOntologies:is_niece_of .

CommonCoreOntologies:has_organizational_context
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000023> ;
    rdfs:label "has organizational context"@en ;
    rdfs:range CommonCoreOntologies:Organization ;
    owl:inverseOf CommonCoreOntologies:is_organizational_context_of .

CommonCoreOntologies:has_parent
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has parent"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:has_familial_relationship_to ;
    owl:inverseOf CommonCoreOntologies:is_parent_of .

CommonCoreOntologies:has_paternal_aunt
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has paternal aunt"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:has_aunt ;
    owl:inverseOf CommonCoreOntologies:is_paternal_aunt_of .

CommonCoreOntologies:has_paternal_first_cousin
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has paternal first cousin"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_first_cousin_of ;
    owl:inverseOf CommonCoreOntologies:is_paternal_first_cousin_of .

CommonCoreOntologies:has_paternal_grandfather
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has paternal grandfather"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:has_grandfather ;
    owl:inverseOf CommonCoreOntologies:is_paternal_grandfather_of .

CommonCoreOntologies:has_paternal_grandmother
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has paternal grandmother"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:has_grandmother ;
    owl:inverseOf CommonCoreOntologies:is_paternal_grandmother_of .

CommonCoreOntologies:has_paternal_uncle
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has paternal uncle"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:has_uncle ;
    owl:inverseOf CommonCoreOntologies:is_paternal_uncle_of .

CommonCoreOntologies:has_recipient
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has recipient"@en ;
    rdfs:range CommonCoreOntologies:Agent ;
    rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000057> ;
    owl:inverseOf CommonCoreOntologies:receives .

CommonCoreOntologies:has_sender
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has sender"@en ;
    rdfs:range CommonCoreOntologies:Agent ;
    rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000057> ;
    owl:inverseOf CommonCoreOntologies:sends .

CommonCoreOntologies:has_sister
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has sister"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_sibling_of ;
    owl:inverseOf CommonCoreOntologies:is_sister_of .

CommonCoreOntologies:has_sister_in_law
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has sister in law"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_in_law_of ;
    owl:inverseOf CommonCoreOntologies:is_sister_in_law_of .

CommonCoreOntologies:has_son
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has son"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_parent_of ;
    owl:inverseOf CommonCoreOntologies:is_son_of .

CommonCoreOntologies:has_son_in_law
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has son in law"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_in_law_of ;
    owl:inverseOf CommonCoreOntologies:is_son_in_law_of .

CommonCoreOntologies:has_step_brother
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has step brother"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_step_sibling_of ;
    owl:inverseOf CommonCoreOntologies:is_step_brother_of .

CommonCoreOntologies:has_step_sister
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has step sister"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_step_sibling_of ;
    owl:inverseOf CommonCoreOntologies:is_step_sister_of .

CommonCoreOntologies:has_subordinate_role
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000023> ;
    rdfs:label "has subordinate role"@en ;
    rdfs:range <http://purl.obolibrary.org/obo/BFO_0000023> ;
    owl:inverseOf CommonCoreOntologies:is_subordinate_role_to .

CommonCoreOntologies:has_subsidiary
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:definition_source "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:domain CommonCoreOntologies:Organization ;
    rdfs:label "has subsidiary"@en ;
    rdfs:range CommonCoreOntologies:Organization ;
    rdfs:subPropertyOf CommonCoreOntologies:has_affiliate ;
    owl:inverseOf CommonCoreOntologies:is_subsidiary_of .

CommonCoreOntologies:has_uncle
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has uncle"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:has_familial_relationship_to ;
    owl:inverseOf CommonCoreOntologies:is_uncle_of .

CommonCoreOntologies:has_wife
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has wife"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_spouse_of ;
    owl:inverseOf CommonCoreOntologies:is_wife_of .

CommonCoreOntologies:is_affiliated_with
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (CommonCoreOntologies:Agent
            CommonCoreOntologies:Organization
            CommonCoreOntologies:Person
        )
    ] ;
    rdfs:label "is affiliated with"@en ;
    rdfs:range [
        a owl:Class ;
        owl:unionOf (CommonCoreOntologies:Agent
            CommonCoreOntologies:Organization
            CommonCoreOntologies:Person
        )
    ] .

CommonCoreOntologies:is_ancestor_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is ancestor of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:has_familial_relationship_to ;
    owl:inverseOf CommonCoreOntologies:is_descendent_of .

CommonCoreOntologies:is_aunt_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is aunt of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:has_familial_relationship_to .

CommonCoreOntologies:is_brother_in_law_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is brother-in-law of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_in_law_of .

CommonCoreOntologies:is_brother_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is brother of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_sibling_of .

CommonCoreOntologies:is_child_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is child of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:has_familial_relationship_to ;
    owl:inverseOf CommonCoreOntologies:is_parent_of .

CommonCoreOntologies:is_daughter_in_law_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is daughter in-law of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_in_law_of .

CommonCoreOntologies:is_daughter_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is daughter of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_child_of .

CommonCoreOntologies:is_delimited_by
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:definition_source "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:domain CommonCoreOntologies:Organization ;
    rdfs:label "is delimited by"@en ;
    rdfs:range CommonCoreOntologies:DelimitingDomain .

CommonCoreOntologies:is_descendent_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is descendent of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:has_familial_relationship_to .

CommonCoreOntologies:is_father_in_law_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is father in-law of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_in_law_of .

CommonCoreOntologies:is_father_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is father of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_parent_of .

CommonCoreOntologies:is_first_cousin_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:label "is first cousin of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:has_familial_relationship_to ;
    owl:inverseOf CommonCoreOntologies:is_first_cousin_of .

CommonCoreOntologies:is_grandchild_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is grandchild of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:has_familial_relationship_to ;
    owl:inverseOf CommonCoreOntologies:is_grandparent_of .

CommonCoreOntologies:is_granddaughter_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is granddaughter of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_grandchild_of .

CommonCoreOntologies:is_grandfather_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is grandfather of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_grandparent_of .

CommonCoreOntologies:is_grandmother_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is grandmother of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_grandparent_of .

CommonCoreOntologies:is_grandparent_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is grandparent of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:has_familial_relationship_to .

CommonCoreOntologies:is_grandson_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is grandson of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_grandchild_of .

CommonCoreOntologies:is_half_brother_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is half-brother of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_half_sibling_of .

CommonCoreOntologies:is_half_sibling_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:label "is half-sibling of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:has_familial_relationship_to ;
    owl:inverseOf CommonCoreOntologies:is_half_sibling_of .

CommonCoreOntologies:is_half_sister_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is half sister of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_half_sibling_of .

CommonCoreOntologies:is_husband_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is husband of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_spouse_of .

CommonCoreOntologies:is_in_law_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is in-law of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:has_familial_relationship_to ;
    owl:inverseOf CommonCoreOntologies:is_in_law_of ;
    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 .

CommonCoreOntologies:is_interest_of
    terms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ;
    terms:creator "https://cubrc.org"^^xsd:anyURI ;
    CommonCoreOntologies:definition "The inverse of has_interest_in. " ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000015> ;
    rdfs:label "is interest of"@en ;
    rdfs:range CommonCoreOntologies:Agent ;
    skos:prefLabel "is interest of"@en .

CommonCoreOntologies:is_maternal_aunt_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is maternal aunt of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_aunt_of .

CommonCoreOntologies:is_maternal_first_cousin_of
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    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 ;
    rdfs:subPropertyOf CommonCoreOntologies:is_first_cousin_of .

CommonCoreOntologies:is_maternal_grandfather_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is maternal grandfather of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_grandfather_of .

CommonCoreOntologies:is_maternal_grandmother_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is maternal grandmother of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_grandmother_of .

CommonCoreOntologies:is_maternal_uncle_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is maternal uncle of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_uncle_of .

CommonCoreOntologies:is_mother_in_law_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is mother in-law of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_in_law_of .

CommonCoreOntologies:is_mother_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is mother of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_parent_of .

CommonCoreOntologies:is_nephew_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is nephew of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:has_familial_relationship_to .

CommonCoreOntologies:is_niece_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is niece of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:has_familial_relationship_to .

CommonCoreOntologies:is_organizational_context_of
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:domain CommonCoreOntologies:Organization ;
    rdfs:label "is organizational context of"@en ;
    rdfs:range <http://purl.obolibrary.org/obo/BFO_0000023> .

CommonCoreOntologies:is_parent_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:domain CommonCoreOntologies:Person ;
    rdfs:label "is parent of"@en ;
    rdfs:range CommonCoreOntologies:Person ;
    rdfs:subPropertyOf CommonCoreOntologies:has_familial_relationship_to .

CommonCoreOntologies:is_paternal_aunt_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is paternal aunt of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_aunt_of .

CommonCoreOntologies:is_paternal_first_cousin_of
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    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 ;
    rdfs:subPropertyOf CommonCoreOntologies:is_first_cousin_of .

CommonCoreOntologies:is_paternal_grandfather_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is paternal grandfather of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_grandfather_of .

CommonCoreOntologies:is_paternal_grandmother_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is paternal grandmother of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_grandmother_of .

CommonCoreOntologies:is_paternal_uncle_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is paternal uncle of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_uncle_of .

CommonCoreOntologies:is_permitted_by
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000015> ;
    rdfs:label "is permitted by"@en ;
    rdfs:range CommonCoreOntologies:ActionRegulation ;
    rdfs:subPropertyOf CommonCoreOntologies:prescribed_by ;
    owl:inverseOf CommonCoreOntologies:permits ;
    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 .

CommonCoreOntologies:is_prohibited_by
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000015> ;
    rdfs:label "is prohibited by"@en ;
    rdfs:range CommonCoreOntologies:ActionRegulation ;
    rdfs:subPropertyOf CommonCoreOntologies:prescribed_by ;
    owl:inverseOf CommonCoreOntologies:prohibits ;
    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 .

CommonCoreOntologies:is_required_by
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000015> ;
    rdfs:label "is required by"@en ;
    rdfs:range CommonCoreOntologies:ActionRegulation ;
    rdfs:subPropertyOf CommonCoreOntologies:prescribed_by ;
    owl:inverseOf CommonCoreOntologies:requires ;
    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 .

CommonCoreOntologies:is_second_cousin_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:label "is second cousin of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:has_familial_relationship_to ;
    owl:inverseOf CommonCoreOntologies:is_second_cousin_of .

CommonCoreOntologies:is_sibling_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:label "is sibling of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:has_familial_relationship_to ;
    owl:inverseOf CommonCoreOntologies:is_sibling_of .

CommonCoreOntologies:is_sister_in_law_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is sister-in-law of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_in_law_of .

CommonCoreOntologies:is_sister_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is sister of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_sibling_of .

CommonCoreOntologies:is_son_in_law_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is son in-law of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_in_law_of .

CommonCoreOntologies:is_son_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is son of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_child_of .

CommonCoreOntologies:is_spouse_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is spouse of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:has_familial_relationship_to ;
    owl:inverseOf CommonCoreOntologies:is_spouse_of ;
    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 .

CommonCoreOntologies:is_step_brother_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is step-brother of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_step_sibling_of .

CommonCoreOntologies:is_step_sibling_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is step-sibling of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:has_familial_relationship_to ;
    owl:inverseOf CommonCoreOntologies:is_step_sibling_of ;
    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 .

CommonCoreOntologies:is_step_sister_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is step-sister of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_step_sibling_of .

CommonCoreOntologies:is_subordinate_role_to
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:domain <http://purl.obolibrary.org/obo/BFO_0000023> ;
    rdfs:label "is subordinate role to"@en ;
    rdfs:range <http://purl.obolibrary.org/obo/BFO_0000023> .

CommonCoreOntologies:is_subsidiary_of
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:definition_source "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html)" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:domain CommonCoreOntologies:Organization ;
    rdfs:label "is subsidiary of"@en ;
    rdfs:range CommonCoreOntologies:Organization ;
    rdfs:subPropertyOf CommonCoreOntologies:is_affiliated_with .

CommonCoreOntologies:is_supervised_by
    CommonCoreOntologies:definition "A person p1 is supervised by a person p2 by virtue of p1 being directed, managed, or overseen by p2."@en ;
    CommonCoreOntologies:definition_source "http://en.wiktionary.org/wiki/supervise)" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:domain CommonCoreOntologies:Person ;
    rdfs:label "is supervised by"@en ;
    rdfs:range CommonCoreOntologies:Person ;
    rdfs:subPropertyOf CommonCoreOntologies:is_affiliated_with ;
    owl:inverseOf CommonCoreOntologies:supervises .

CommonCoreOntologies:is_third_cousin_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:label "is third cousin of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:has_familial_relationship_to ;
    owl:inverseOf CommonCoreOntologies:is_third_cousin_of .

CommonCoreOntologies:is_uncle_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is uncle of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:has_familial_relationship_to .

CommonCoreOntologies:is_used_by
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is used by"@en ;
    owl:inverseOf CommonCoreOntologies:uses .

CommonCoreOntologies:is_wife_of
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is wife of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_spouse_of .

CommonCoreOntologies:permits
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:domain CommonCoreOntologies:ActionRegulation ;
    rdfs:label "permits"@en ;
    rdfs:range <http://purl.obolibrary.org/obo/BFO_0000015> ;
    rdfs:subPropertyOf CommonCoreOntologies:prescribes ;
    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 .

CommonCoreOntologies:prohibits
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:domain CommonCoreOntologies:ActionRegulation ;
    rdfs:label "prohibits"@en ;
    rdfs:range <http://purl.obolibrary.org/obo/BFO_0000015> ;
    rdfs:subPropertyOf CommonCoreOntologies:prescribes ;
    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 .

CommonCoreOntologies:receives
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:domain CommonCoreOntologies:Agent ;
    rdfs:label "receives"@en ;
    rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000056> .

CommonCoreOntologies:requires
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:domain CommonCoreOntologies:ActionRegulation ;
    rdfs:label "requires"@en ;
    rdfs:range <http://purl.obolibrary.org/obo/BFO_0000015> ;
    rdfs:subPropertyOf CommonCoreOntologies:prescribes ;
    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 .

CommonCoreOntologies:sends
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:domain CommonCoreOntologies:Agent ;
    rdfs:label "sends"@en ;
    rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000056> .

CommonCoreOntologies:supervises
    CommonCoreOntologies:definition "A person p1 supervises a person p2 by virtue of p1 directing, managing, or overseeing p2."@en ;
    CommonCoreOntologies:definition_source "http://en.wiktionary.org/wiki/supervise" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:domain CommonCoreOntologies:Person ;
    rdfs:label "supervises"@en ;
    rdfs:range CommonCoreOntologies:Person ;
    rdfs:subPropertyOf CommonCoreOntologies:has_affiliate .

CommonCoreOntologies:uses
    CommonCoreOntologies: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 ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "uses"@en .

skos:editorialNote
    a owl:AnnotationProperty .

skos:prefLabel
    a owl:AnnotationProperty .

