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

terms:bibliographicCitation
    a owl:AnnotationProperty .

terms:created
    a owl:AnnotationProperty .

terms:creator
    a owl:AnnotationProperty .

CommonCoreOntologies:ActionPermission
    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>
            ]
        )
    ] ;
    skos:altLabel "Authorization"@en, "License"@en ;
    skos:definition "A Process Regulation that permits some Process."@en .

CommonCoreOntologies:ActionProhibition
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Process 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>
            ]
        )
    ] ;
    skos:definition "A Process Regulation that prohibits some Process."@en .

CommonCoreOntologies:ActionRegulation
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Process Regulation"@en ;
    rdfs:subClassOf CommonCoreOntologies:DirectiveInformationContentEntity ;
    skos:definition "A Directive Information Content Entity that prescribes an Process as required, prohibited, or permitted, and is the output of an Process which realizes some Authority Role."@en ;
    skos:scopeNote "Although regulations often regulate processes which involve agents--as the regulating or regulated participant--it is unclear how causally active an agents need to be in those regulated processes. For example, it is not clear how causally active a human agent is in the process of a traffic light regulating the motion of a self-driving vehicle."@en .

CommonCoreOntologies:ActionRequirement
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Process 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>
            ]
        )
    ] ;
    skos:altLabel "Duty"@en, "Obligation"@en ;
    skos:definition "A Process Regulation that requires some Process."@en .

CommonCoreOntologies:Affordance
    CommonCoreOntologies:definition_source "J. J. Gibson, \"The Theory of Affordances,\" in The Ecological Approach to Visual Perception (NY: Taylor & Francis Group, 1986): 127-143. Available at: https://archive.org/details/pdfy-u5hmFOvOM2Civ4Gz/page/n70/mode/1up."@en ;
    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> ;
    skos:definition "A Realizable Entity of an Independent Continuant that creates an opportunity for an Agent to realize some Agent Capability or Disposition in some Act."@en .

CommonCoreOntologies:Agent
    CommonCoreOntologies:definition_source "Schlosser, Markus, \"Agency\", The Stanford Encyclopedia of Philosophy (Winter 2019 Edition), Edward N. Zalta (ed.), available at: https://plato.stanford.edu/archives/win2019/entries/agency/"@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 <http://purl.obolibrary.org/obo/BFO_0000196> ;
                owl:someValuesFrom CommonCoreOntologies:AgentCapability
            ]
        )
    ] ;
    skos:definition "A Material Entity that bears an Agent Capability."@en .

CommonCoreOntologies:AgentCapability
    CommonCoreOntologies:definition_source "Schlosser, Markus, \"Agency\", The Stanford Encyclopedia of Philosophy (Winter 2019 Edition), Edward N. Zalta (ed.), available at: https://plato.stanford.edu/archives/win2019/entries/agency/"@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> ;
    skos:definition "A Realizable Entity that inheres in a Material Entity in virtue of that Material Entity's capacity to realize it in some Planned Act."@en .

CommonCoreOntologies:AllegianceRole
    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> ;
    skos: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:AlliedPerson
    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
            ]
        )
    ] ;
    skos:definition "A Person who is the bearer of some Ally Role."@en .

CommonCoreOntologies:AllyRole
    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 ;
    skos: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:Animal
    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 ;
    skos:definition "An Organism that is multicellular, eukaryotic, heterotrophic, and capable of motility for part of its life."@en .

CommonCoreOntologies:ArmedForce
    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 ;
    skos: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:AuthorityRole
    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> ;
    skos:definition "A Role that is realized by Processes which create, modify, transfer, or eliminate Process 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 ;
    skos:scopeNote "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:BiologicalSex
    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> ;
    skos: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:BodilyComponent
    CommonCoreOntologies:definition_source "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3017014/" ;
    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> ;
    skos:definition "A Fiat Object Part located within or on the surface of an Agent."@en ;
    skos:example "Bodily Components include anatomical structures, body flora, pathogens, toxins, and their combinations." .

CommonCoreOntologies:CarrierAirWing
    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 ;
    skos:definition "A Military Force that is trained and equipped to conduct air operations while embarked on an aircraft carrier."@en .

CommonCoreOntologies:Citizen
    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
            ]
        )
    ] ;
    skos:definition "A Person who is the bearer of some Citizen Role."@en .

CommonCoreOntologies:CitizenRole
    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> ;
    skos:definition "A Role that inheres in a Person by virtue of that Person being legally recognized as a member of a particular state, with associated rights and obligations."@en .

CommonCoreOntologies:City
    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 ;
    skos: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:CivilOrganization
    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
            ]
        )
    ] ;
    skos:definition "An Organization that is not commercial or military and is the bearer of a Civilian Role."@en .

CommonCoreOntologies:CivilianRole
    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> ;
    skos:definition "A Role that inheres in an Agent or Group of Agents by virtue of that Agent or Group of Agents not being part of either an Armed Force or police force."@en .

CommonCoreOntologies:CommercialOrganization
    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
            ]
        )
    ] ;
    skos: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:CommercialRole
    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> ;
    skos:definition "A Role that inheres in an Organization by virtue of its establishment as a for-profit business."@en .

CommonCoreOntologies:ContractorRole
    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> ;
    skos:definition "A Role that inheres in an Agent or Group of Agents by virtue of that Agent or Group of Agents entering into a Contract to provide materials or labor to perform a service or complete a task."@en ;
    skos:scopeNote "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: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_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: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 ;
    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 country (it's a territory) but has a government, a distinct culture, and so on. Thus, here we do not define 'Country' but instead define 'Domain of a Country'."@en ;
    skos:prefLabel "Domain of a Country"@en .

CommonCoreOntologies:County
    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 ;
    skos:definition "A Government Domain that is part of either a First-Order or Second-Order Administrative Region."@en .

CommonCoreOntologies:Crew
    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 ;
    skos:definition "A Group of Persons that bear Roles realized by the operation of the specified Vehicle."@en .

CommonCoreOntologies:DelimitingDomain
    terms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ;
    terms:creator "https://cubrc.org"^^xsd:anyURI ;
    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:definition "A Geospatial Region that delimits the authority of an Organization to exercise its control within the bounded area."@en ;
    skos:prefLabel "Delimiting Domain"@en .

CommonCoreOntologies:Disability
    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> ;
    skos: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:Disease
    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> ;
    skos:definition "A Disposition to undergo pathological processes that exists in an organism because of one or more disorders in that organism."@en .

CommonCoreOntologies:DivisonOfGeopoliticalEntity
    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
    ] ;
    skos:definition "A Geospatial Region that is a fiat division of a Delimiting Domain and not a Delimiting Domain."@en ;
    skos:example "Flatbush, French Quarter, Western New York, Texas Panhandle, Greater Montreal Area of Quebec, Pacific Northwest, southwest area of Al Anbar Province, Northern Iraq." .

CommonCoreOntologies:EducationalOrganization
    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 ;
    skos:definition "An Organization whose primary purpose is to provide training or otherwise facilitate learning or the acquisition of knowledge, Skills, values, beliefs, or habits."@en .

CommonCoreOntologies:Enemy
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Enemy 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:EnemyRole
            ]
        )
    ] ;
    skos:definition "A Person who is the bearer of some Enemy Role."@en .

CommonCoreOntologies:EnemyRole
    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 ;
    skos: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:EthnicGroup
    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
    ] ;
    skos: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:Ethnicity
    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> ;
    skos: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:Eye
    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 ;
    skos: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:EyeColor
    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
    ] ;
    skos:definition "A Quality inhering in an Eye by virtue of the color of the Eye's Iris."@en .

CommonCoreOntologies:FacialHair
    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 ;
    skos: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:Family
    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 ;
    skos:definition "A Group of Persons related to one another by ancestry or marriage."@en .

CommonCoreOntologies:FemaleSex
    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 ;
    skos:definition "A Biological Sex inhering in an individual that only produces gametes that can be fertilized by male gametes."@en .

CommonCoreOntologies:FinancialValue
    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> ;
    skos: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:FinancialValueOfProperty
    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 ;
    skos:altLabel "Property Value"@en ;
    skos:definition "Financial Value that inheres in an material entity that is the object of an Act of Ownership."@en .

CommonCoreOntologies:FirstOrderAdministrativeRegion
    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 "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
    ] ;
    skos:definition "A Government Domain that is a primary administrative division of a Country."@en ;
    skos:example "a state in the United States" .

CommonCoreOntologies:FourthOrderAdministrativeRegion
    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
    ] ;
    skos:definition "A Government Domain that is a subdivision of a Third-Order Administrative Region."@en .

CommonCoreOntologies:GeopoliticalEntity
    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
            ]
        )
    ] ;
    skos:definition "A Delimiting Domain that delimits the authority of a Government to exercise its control within the bounded area."@en .

CommonCoreOntologies:GeopoliticalEntityBorder
    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 ;
    skos:definition "A Geospatial Boundary that is a boundary of some Government Domain."@en .

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_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:definition "An Organization that bears a Geopolitical Power Role."@en ;
    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_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: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 ;
    skos:prefLabel "Geopolitical Power Role"@en .

CommonCoreOntologies:Government
    terms:creator "https://cubrc.org"^^xsd:anyURI ;
    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: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 ;
    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: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
    ] ;
    skos:definition "An Organization that is part of a Government and is responsible for the oversight or administration of specific governmental functions."@en .

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_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:definition "A Government that has legitimate authority within and is delimited by a Domain of a Country."@en ;
    skos:prefLabel "Government of a Country"@en .

CommonCoreOntologies:GroupOfAgents
    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>
            ]
        )
    ] ;
    skos:definition "An Object Aggregate that has only Agents as parts."@en .

CommonCoreOntologies:GroupOfOrganizations
    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>
    ] ;
    skos:definition "A Group of Agents that has only Organizations as parts."@en .

CommonCoreOntologies:GroupOfPersons
    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>
    ] ;
    skos:definition "A Group of Agents that has only Persons as parts."@en .

CommonCoreOntologies:HairColor
    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> ;
    skos:definition "A Quality inhering in a portion of Hair by virtue of its color."@en .

CommonCoreOntologies:Ideology
    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 ;
    skos: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:IncorporatedOrganization
    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 ;
    skos:altLabel "Corporation"@en ;
    skos: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: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_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:definition "A maximal Group of Geopolitical Organizations engaged in geopolitics with one another."@en ;
    skos:prefLabel "International Community"@en .

CommonCoreOntologies:InterpersonalRelationshipRole
    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> ;
    skos: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:Iris
    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
    ] ;
    skos: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:LanguageSkill
    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 ;
    skos:definition "A Skill that is realized by an Act which is prescribed by a Language."@en .

CommonCoreOntologies:LocalAdministrativeRegion
    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 ;
    skos:altLabel "Locality"@en ;
    skos:definition "A Government Domain that delimits a local Government."@en .

CommonCoreOntologies:MaleSex
    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 ;
    skos:definition "A Biological Sex inhering in an individual whose sex organs contain only male gametes."@en .

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_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:definition "The portions of lithosphere, hydrosphere, or atmosphere that together exactly occupy a The Domain of a Country."@en ;
    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_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:definition "The portions of lithosphere, hydrosphere, or atmosphere that together exactly occupy a Government Domain"@en ;
    skos:prefLabel "Material Territory of a Government Domain"@en .

<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology>
    terms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ;
    terms:rights "CUBRC Inc., see full license."@en ;
    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-11-03/AgentOntology> ;
    owl:versionInfo "Version 1.7"@en .

CommonCoreOntologies:MilitaryPersonnelForce
    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 ;
    skos: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:NeutralRole
    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 ;
    skos: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:NuclearFamily
    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 ;
    skos:definition "A Family composed of parents and their children."@en .

CommonCoreOntologies:Objective
    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 ;
    skos:definition "A Directive Information Content Entity that prescribes some projected state that some Agent intends to achieve."@en .

CommonCoreOntologies:OccupationRole
    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> ;
    skos: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:OperationalArea
    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 ;
    skos:definition "A Geospatial Location in which an Agent conducts some activity."@en .

CommonCoreOntologies:OperatorRole
    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> ;
    skos:definition "A Role that inheres in an Agent by virtue of that Agent's responsibilities to operate or control some Artifact."@en ;
    skos:example "the role of driving a car", "the role of flying an airplane", "the role of operating a crane" .

CommonCoreOntologies:Organism
    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> ;
    skos:definition "An Object that is an Animal or Plant."@en .

CommonCoreOntologies:Organization
    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 ;
    skos:definition "A Group of Agents which can be the bearer of roles, has members, and has a set of organization rules."@en .

CommonCoreOntologies:OrganizationCapability
    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
            ]
        )
    ] ;
    skos: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:OrganizationMember
    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
            ]
        )
    ] ;
    skos:definition "A Person who is affiliated with some Organization by being a member of that Organization."@en .

CommonCoreOntologies:OrganizationMemberRole
    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> ;
    skos: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:ParamilitaryForce
    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 ;
    skos: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:PermanentResident
    terms:created "2023-03-29T20:17:54-04:00"^^xsd:dateTime ;
    terms:creator "https://cubrc.org"^^xsd:anyURI ;
    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:definition "A person with a Permanent Resident Role."@en ;
    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_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:definition "A role inhering in a Person by virtue of that Person being 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 ;
    skos:prefLabel "Permanent Resident Role"@en .

CommonCoreOntologies:Person
    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 ;
    skos:altLabel "Human"@en ;
    skos:definition "An Animal that is a member of the species Homo sapiens."@en .

CommonCoreOntologies:PlanSpecification
    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
    ] ;
    skos: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:Plant
    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 ;
    skos:definition "An Organism that is multicellular, eukaryotic, autotrophic, and has cells that contain chloroplasts and walls made of cellulose."@en .

CommonCoreOntologies:PoliticalOrientation
    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 ;
    skos: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:Populace
    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 ;
    skos:definition "A Group of Persons forming the total population of some Government Domain."@en .

CommonCoreOntologies:Province
    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 ;
    skos: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:Religion
    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 ;
    skos: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:Scalp
    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 ;
    skos:definition "A Bodily Component that consists of the skin covering the top of the head of a human or other animal."@en .

CommonCoreOntologies:ScalpHair
    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 ;
    skos:definition "A Bodily Component that consists of a portion of hair that grows on the scalp of a human or other animal."@en .

CommonCoreOntologies:Scar
    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 ;
    skos: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:SecondOrderAdministrativeRegion
    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
    ] ;
    skos:definition "A Government Domain that is a subdivision of a First-Order Administrative Region."@en .

CommonCoreOntologies:ServiceProvider
    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 ;
    skos:definition "An Organization whose purpose is to provide a service to other Agents."@en .

CommonCoreOntologies:SetOfEyes
    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
    ] ;
    skos:definition "A Bodily Component that consists of two or more Eyes that are part of a single Agent."@en .

CommonCoreOntologies:Skill
    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
            ]
        )
    ] ;
    skos: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:SkinType
    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> ;
    skos:definition "A Quality inhering in a portion of skin by virtue of its color and natural tendency to respond to ultraviolet light."@en .

CommonCoreOntologies:SocialNetwork
    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 ;
    skos: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:State
    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 ;
    skos:altLabel "State"@en ;
    skos: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:Tattoo
    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 ;
    skos: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:ThirdOrderAdministrativeRegion
    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
    ] ;
    skos:definition "A Government Domain that is a subdivision of a Second-Order Administrative Region."@en .

CommonCoreOntologies:Town
    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 ;
    skos: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:UnalliedPerson
    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
            ]
        )
    ] ;
    skos:altLabel "Unallied Person" ;
    skos:definition "A Person who is the bearer of some Neutral Role."@en .

CommonCoreOntologies:Village
    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 ;
    skos: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:agent_in
    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 ;
    skos: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:aggregate_has_capability
    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 ;
    skos: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:capability_of
    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 ;
    skos: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:capability_of_aggregate
    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 ;
    skos: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:delimits
    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 ;
    skos:definition "An instance of Delimiting Domain dd1 delimits some Organization o1 iff dd1 is the area within which o1 can legally operate."@en .

CommonCoreOntologies:has_affiliate
    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 ;
    skos: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:has_agent
    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> ;
    skos: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: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: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> ;
    skos: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: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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty, owl:SymmetricProperty ;
    rdfs:domain CommonCoreOntologies:Person ;
    rdfs:label "has familial relationship to"@en ;
    rdfs:range CommonCoreOntologies:Person ;
    skos:definition "A relationship between persons by virtue of ancestry or legal union."@en .

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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^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:definition "A relation between an entity and some process where the entity has an interest in that process."@en ;
    skos:editorialNote "This term is meant to be weakly normative. The only sense in which the process is of positive normative value is that it's prescribed by the entity, or historically of evolutionary benefit to the entity's ancestors, or facilitates a process the entity has an interest in for the prior two reasons. The process an entity has an interest could in many or all ways be harmful to the entity."@en ;
    skos:prefLabel "has interest in"@en ;
    skos:scopeNote "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: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: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 ;
    skos: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: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: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 ;
    skos: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:has_sender
    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 ;
    skos: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: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: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 ;
    skos:definition "For all x,y,t: x has subordinate role y at t iff: x is an instance of Role at time t, and y is an instance of Role at time t, and there is some z such that x is realized by z and z is an instance of Process which creates, modifies, transfers, or eliminates some u such that u is a Process Regulation at time t, and u is addressed to the bearer of y."@en .

CommonCoreOntologies:has_subsidiary
    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 ;
    skos: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: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: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
        )
    ] ;
    skos: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_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_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 ;
    skos: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: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: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 interest of"@en ;
    rdfs:range CommonCoreOntologies:Agent ;
    skos:definition "The inverse of has_interest_in. " ;
    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: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 ;
    skos: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_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: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> ;
    skos: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_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: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 ;
    skos: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_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: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:definition "y is_permitted_by x at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y may occur."@en ;
    skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .

CommonCoreOntologies:is_prohibited_by
    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:definition "y is_prohibited_by y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y must not occur."@en ;
    skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .

CommonCoreOntologies:is_required_by
    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:definition "y is_required_by x at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y must occur."@en ;
    skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .

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: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> ;
    skos:definition "For all x,y,t: y is subordinate role to x at t iff: x is an instance of Role at time t, and y is an instance of Role at time t, and there is some z such that x is realized by z and z is an instance of Process which creates, modifies, transfers, or eliminates some u such that u is a Process Regulation at time t, and u is addressed to the bearer of y."@en .

CommonCoreOntologies:is_subsidiary_of
    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 ;
    skos: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:is_supervised_by
    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 ;
    skos:definition "A person p1 is supervised by a person p2 by virtue of p1 being directed, managed, or overseen by p2."@en .

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: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 ;
    skos: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_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: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:definition "x permits y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y may occur."@en ;
    skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .

CommonCoreOntologies:prohibits
    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:definition "x prohibits y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that some y must not occur."@en ;
    skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .

CommonCoreOntologies:receives
    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> ;
    skos: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:requires
    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:definition "x requires y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that some y must occur."@en ;
    skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en .

CommonCoreOntologies:sends
    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> ;
    skos: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:supervises
    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 ;
    skos:definition "A person p1 supervises a person p2 by virtue of p1 directing, managing, or overseeing p2."@en .

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

skos:editorialNote
    a owl:AnnotationProperty .

skos:prefLabel
    a owl:AnnotationProperty .

