@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix : <#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix terms: <http://purl.org/dc/terms/> .
@prefix oboInOwl: <http://www.geneontology.org/formats/oboInOwl#> .
@prefix CommonCoreOntologies: <../> .

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

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

CommonCoreOntologies:ActionRegulation
    CommonCoreOntologies:definition "A Directive Information Content Entity that prescribes an Act as required, prohibited, or permitted, and is the output of an Act which realizes some Authority Role."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Action Regulation"@en ;
    rdfs:subClassOf CommonCoreOntologies:DirectiveInformationContentEntity .

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

CommonCoreOntologies:Affordance
    CommonCoreOntologies:definition "A Realizable Entity of an Independent Continuant that creates an opportunity for an Agent to realize some Capability or Disposition in some Act."@en ;
    CommonCoreOntologies:definition_source "https://en.wikipedia.org/wiki/Affordance" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Affordance"@en ;
    rdfs:subClassOf obo:BFO_0000017 .

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

CommonCoreOntologies:AgentCapability
    CommonCoreOntologies:definition "A Realizable Entity that inheres in an Agent to the extent of that Agent's capacity to realize it in Intentional Acts of a certain type."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Agent Capability"@en ;
    rdfs:subClassOf obo:BFO_0000017 .

CommonCoreOntologies:AllegianceRole
    CommonCoreOntologies:definition "A Role that inheres in an Agent by virtue of the support it has committed to provide to another Agent when that Agent is involved in a conflict."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Allegiance Role"@en ;
    rdfs:subClassOf obo:BFO_0000023 .

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

CommonCoreOntologies:AllyRole
    CommonCoreOntologies:definition "An Allegiance Role that inheres in an Agent in virtue of that Agent's commitment to perform Acts that support the Objectives of a particular Agent or Group of Agents."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Ally Role"@en ;
    rdfs:subClassOf CommonCoreOntologies:AllegianceRole .

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

CommonCoreOntologies:ArmedForce
    CommonCoreOntologies:definition "An Organization having the Objective to further the foreign and domestic policies of a Government and to defend that body and the nation it represents from external and internal aggressors."@en ;
    CommonCoreOntologies:definition_source "https://en.wikipedia.org/wiki/Armed_forces" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Armed Force"@en ;
    rdfs:subClassOf CommonCoreOntologies:Organization .

CommonCoreOntologies:AuthorityRole
    CommonCoreOntologies:definition "A Role that is realized by Acts which create, modify, transfer, or eliminate Action Regulations or other Authority Roles, and inheres in an Agent in virtue of collective acceptance of that Agent's ability to issue binding directives."@en ;
    CommonCoreOntologies:elucidation "Authority Roles are externally grounded in a social group's collective acceptance of the binding force of the agent's directives. This acceptance can be direct or indirect (e.g., by accepting a procedure for deputizing authority). Such collective acceptance need not be explicit or cognized; rather, collective acceptance can be expressed in the dispositions and attitudes of people toward that agent's directives. In many cases, the directives issued by Authority Roles are backed by threats of punishment or sanction for failure to comply, but the issuing of a directive plus a threat is not sufficient for authority. Rather, an agent's authority must be accepted either directly or indirectly through the acceptance of a procedure for bestowing authority (e.g., elections)."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Authority Role"@en ;
    rdfs:subClassOf obo:BFO_0000023 .

CommonCoreOntologies:BiologicalSex
    CommonCoreOntologies:definition "A Quality inhering in a bearer by virtue of the bearer's ability to undergo sexual reproduction in order to differentiate the individuals or types involved."@en ;
    CommonCoreOntologies:definition_source "http://purl.org/obo/owl/PATO#PATO_0000047" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Biological Sex"@en ;
    rdfs:subClassOf obo:BFO_0000019 .

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

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

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

CommonCoreOntologies:CitizenRole
    CommonCoreOntologies:definition "A Role that inheres in a Person who is legally recognized as a member of a particular state, with associated rights and obligations."@en ;
    CommonCoreOntologies:definition_source "http://en.wikitionary.org/wiki/citizen" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Citizen Role"@en ;
    rdfs:subClassOf obo:BFO_0000023 .

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

CommonCoreOntologies:CivilianRole
    CommonCoreOntologies:definition "A Role that inheres in an Agent or Group of Agents who is not a member of either an Armed Force or police force."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Civilian Role"@en ;
    rdfs:subClassOf obo:BFO_0000023 .

CommonCoreOntologies:CommercialOrganization
    CommonCoreOntologies:definition "An Organization that is the bearer of a Commercial Role and whose primary objective is to make a profit from the provision of goods or services."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Commercial Organization"@en ;
    rdfs:subClassOf CommonCoreOntologies:Organization ;
    owl:equivalentClass [
        a owl:Class ;
        owl:intersectionOf (CommonCoreOntologies:Organization
            [
                a owl:Restriction ;
                owl:onProperty obo:RO_0000087 ;
                owl:someValuesFrom CommonCoreOntologies:CommercialRole
            ]
        )
    ] .

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

CommonCoreOntologies:ContractorRole
    CommonCoreOntologies:definition "A Role that inheres in an Agent or Group of Agents who enters into a Contract to provide materials or labor to perform a service or complete a task."@en ;
    CommonCoreOntologies:elucidation "A Contractor Role differs from an Occupation Role in at least two ways. First, the Contract that binds the two parties together is not one of employment. Second, a Contractor Role is occupationally neutral in that an Agent can be contracted to perform any number of Occupational Roles."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Contractor Role"@en ;
    rdfs:subClassOf obo:BFO_0000023 .

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

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

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

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

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

CommonCoreOntologies:EnemyRole
    CommonCoreOntologies:definition "An Allegiance Role that inheres in an Agent by virtue of that Agent having committed offensive Acts or exhibited intent to perform such Acts towards a particular Agent or Group of Agents or has been declared as hostile by some appropriate authority."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Enemy Role"@en ;
    rdfs:subClassOf CommonCoreOntologies:AllegianceRole .

CommonCoreOntologies:EthnicGroup
    CommonCoreOntologies:definition "A Group of Persons who identify with one another based on one or more shared inherited characteristics such as language, ancestry, nationality, culture, customs, religion, or social experiences."@en ;
    CommonCoreOntologies:definition_source "https://en.wikipedia.org/wiki/Ethnic_group" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Ethnic Group"@en ;
    rdfs:subClassOf CommonCoreOntologies:GroupOfPersons, [
        a owl:Restriction ;
        owl:onProperty CommonCoreOntologies:aggregate_has_quality ;
        owl:someValuesFrom CommonCoreOntologies:Ethnicity
    ] .

CommonCoreOntologies:Ethnicity
    CommonCoreOntologies:definition "A Quality that inheres in its bearers by virtue of a common heritage, often consisting of a common language, a common culture (often including a shared religion) and an ideology that stresses common ancestry or endogamy."@en ;
    CommonCoreOntologies:definition_source "http://en.wikipedia.org/wiki/Ethncity" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Ethnicity"@en ;
    rdfs:subClassOf obo:BFO_0000019 .

CommonCoreOntologies:Eye
    CommonCoreOntologies:definition "A Bodily Component that consists of an organ that canonically affords the Agent it is part of with the ability to receive visual stimuli necessary for sight."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Eye"@en ;
    rdfs:subClassOf CommonCoreOntologies:BodilyComponent .

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

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

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

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

CommonCoreOntologies:FinancialValue
    CommonCoreOntologies:definition "A quality that inheres in an independent continuant to the degree that that independent continuant can serve as a medium of exchange in an economic system at a particular time."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Financial Value"@en ;
    rdfs:subClassOf obo:BFO_0000019 .

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

CommonCoreOntologies:Government
    CommonCoreOntologies:definition "An Organization that exercises executive, legislative, or judicial authority over a Geopolitical Entity."@en ;
    CommonCoreOntologies:definition_source "https://en.wikipedia.org/wiki/Government" ;
    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:GeopoliticalEntity
    ] .

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

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

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

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

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

CommonCoreOntologies:Ideology
    CommonCoreOntologies:definition "An Information Content Entity that consists of a collection of claims about how some part of the world is or should be and which is accepted as true by an Agent or Group of Agents such that it forms the basis of their beliefs, goals, expectations, and motivations."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Ideology"@en ;
    rdfs:subClassOf CommonCoreOntologies:InformationContentEntity .

CommonCoreOntologies:IncorporatedOrganization
    CommonCoreOntologies:alternative_label "Corporation"@en ;
    CommonCoreOntologies:definition "An Organization formed by an Act of Incorporation that consists of an association of individuals, created by law or under authority of law, having a continuous existence independent of the existences of its members and owners, and having powers and liabilities distinct from those of its members and owners."@en ;
    CommonCoreOntologies:definition_source "http://www.dictionary.com/browse/corporation" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Incorporated Organization"@en ;
    rdfs:subClassOf CommonCoreOntologies:Organization .

CommonCoreOntologies:InterpersonalRelationshipRole
    CommonCoreOntologies:definition "A Role that inheres in a Person in virtue of the obligations, expectations, or social norms that govern that Person's Intentional Acts within the context of a relationship with another Person."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Interpersonal Relationship Role"@en ;
    rdfs:subClassOf obo:BFO_0000023 .

CommonCoreOntologies:Iris
    CommonCoreOntologies:definition "A Bodily Component that consists of the part of an Eye that is a pigmented, round, contractile membrane, suspended between the cornea and lens and perforated by the pupil, and which canonically regulates the amount of light entering the Eye."@en ;
    CommonCoreOntologies:definition_source "http://www.thefreedictionary.com/iris" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Iris"@en ;
    rdfs:subClassOf CommonCoreOntologies:BodilyComponent, [
        a owl:Restriction ;
        owl:onProperty obo:BFO_0000050 ;
        owl:someValuesFrom CommonCoreOntologies:Eye
    ] .

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

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

<>
    CommonCoreOntologies:code_license <https://opensource.org/licenses/BSD-3-Clause> ;
    CommonCoreOntologies:content_license <https://creativecommons.org/licenses/by/3.0/> ;
    CommonCoreOntologies:copyright "COPYRIGHT © 2015-2019 CUBRC, Inc."@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 <InformationEntityOntology> ;
    owl:versionIRI <2019-12-20/AgentOntology> ;
    owl:versionInfo "Version 1.2"@en .

CommonCoreOntologies:MilitaryPersonnelForce
    CommonCoreOntologies:definition "An Armed Force authorized to use deadly force, and weapons, to support the interests of the Government and some or all of its Citizens."@en ;
    CommonCoreOntologies:definition_source "https://en.wikipedia.org/wiki/Military" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Military Personnel Force"@en ;
    rdfs:subClassOf CommonCoreOntologies:ArmedForce .

CommonCoreOntologies:NeutralRole
    CommonCoreOntologies:definition "An Allegiance Role that inheres in an Agent by virtue of that Agent not performing or being committed to perfoming Acts that have as their Objective to either support or undermine the Objectives of an Agent or Group of Agents involved in some conflict."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Neutral Role"@en ;
    rdfs:subClassOf CommonCoreOntologies:AllegianceRole .

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

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

CommonCoreOntologies:OccupationRole
    CommonCoreOntologies:definition "A Role that inheres in an Agent in virtue of the responsibilities that Agent is expected to fulfill within the context of some Act of Employment."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Occupation Role"@en ;
    rdfs:subClassOf obo:BFO_0000023 .

CommonCoreOntologies:OperationalArea
    CommonCoreOntologies:definition "A Geospatial Location in which an Agent conducts some activity."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:comment "This is a general term that applies to both military and civilian activities, such as the Geospatial Region within which a company conducts its business."@en ;
    rdfs:label "Operational Area"@en ;
    rdfs:subClassOf CommonCoreOntologies:GeospatialLocation .

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

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

CommonCoreOntologies:Organization
    CommonCoreOntologies:definition "A Group of Agents which can be the bearer of roles, has members, and has a set of organization rules."@en ;
    CommonCoreOntologies:definition_source "http://purl.obolibrary.org/obo/OBI_0000245" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:comment "Members of organizations are either Organizations themselves or individual Persons. Members can bear specific Organization Member Roles that are determined in the organization rules. The organization rules also determine how decisions are made on behalf of the Organization by the organization members."@en ;
    rdfs:label "Organization"@en ;
    rdfs:subClassOf CommonCoreOntologies:GroupOfAgents .

CommonCoreOntologies:OrganizationCapability
    CommonCoreOntologies:definition "An Agent Capability that inheres in an Organization to the extent of that Organization's capacity to realize it in Intentional Acts of a certain type."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Organization Capability"@en ;
    rdfs:subClassOf CommonCoreOntologies:AgentCapability ;
    owl:equivalentClass [
        a owl:Restriction ;
        owl:onProperty CommonCoreOntologies:capability_of ;
        owl:someValuesFrom CommonCoreOntologies:Organization
    ] .

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

CommonCoreOntologies:OrganizationMemberRole
    CommonCoreOntologies:definition "A Role that inheres in an Agent in virtue of the responsibilities that Agent is expected to fulfill as a member of some Organization."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Organization Member Role"@en ;
    rdfs:subClassOf obo:BFO_0000023 .

CommonCoreOntologies:ParamilitaryForce
    CommonCoreOntologies:definition "An Armed Force whose organizational structure, training, subculture, and (often) function are similar to those of a professional Military, and which is not included as part of a Government's formal Armed Forces."@en ;
    CommonCoreOntologies:definition_source "https://en.wikipedia.org/wiki/Paramilitary" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Paramilitary Force"@en ;
    rdfs:subClassOf CommonCoreOntologies:ArmedForce .

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

CommonCoreOntologies:PlanSpecification
    CommonCoreOntologies:definition "A Directive Information Content Entity that prescribes some set of intended Intentional Acts through which some Agent expects to achieve some Objective."@en ;
    CommonCoreOntologies:definition_source "http://en.wikipedia.org/wiki/Plan" ;
    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 obo:BFO_0000051 ;
        owl:someValuesFrom CommonCoreOntologies:Objective
    ] .

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

CommonCoreOntologies:PoliticalOrientation
    CommonCoreOntologies:definition "An Ideology that characterizes the political thinking of an Agent or Group of Agents, usually with respect to the political environment within a particular nation."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Political Orientation"@en ;
    rdfs:subClassOf CommonCoreOntologies:Ideology .

CommonCoreOntologies:Populace
    CommonCoreOntologies:definition "A Group of Persons forming the total population of some Geopolitical Entity."@en ;
    CommonCoreOntologies:definition_source "http://en.wikipedia.org/wiki/Populace" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Populace"@en ;
    rdfs:subClassOf CommonCoreOntologies:GroupOfPersons .

CommonCoreOntologies:Religion
    CommonCoreOntologies:definition "An Information Content Entity that consists of a collection of claims about the meaning or origin of existence or about the existence or nature of one or more deities, an afterlife, or spiritual or sacred entities, and which is accepted as true by an Agent or Group of Agents."@en ;
    CommonCoreOntologies:definition_source "http://www.dictionary.com/browse/religion" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Religion"@en ;
    rdfs:subClassOf CommonCoreOntologies:InformationContentEntity .

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

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

CommonCoreOntologies:Scar
    CommonCoreOntologies:definition "A Bodily Component that consists of a portion of fibrous connective tissue on skin or within body tissue and which was formed due to an injury that has not healed completely."@en ;
    CommonCoreOntologies:definition_source "https://en.wikipedia.org/wiki/Scar" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Scar"@en ;
    rdfs:subClassOf CommonCoreOntologies:BodilyComponent .

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

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

CommonCoreOntologies:Skill
    CommonCoreOntologies:definition "An Agent Capability that inheres in a Person to the extent of that Person's capacity to realize it in Intentional Acts of a certain type."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Skill"@en ;
    rdfs:subClassOf CommonCoreOntologies:AgentCapability ;
    owl:equivalentClass [
        a owl:Restriction ;
        owl:onProperty CommonCoreOntologies:capability_of ;
        owl:someValuesFrom CommonCoreOntologies:Person
    ] .

CommonCoreOntologies:SkinType
    CommonCoreOntologies:definition "A Quality inhering in a portion of skin by virtue of its color and natural tendency to respond to ultraviolet light."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:comment "Skin Type is classified according to a reference system such as the Fitzpatrick scale: https://en.wikipedia.org/wiki/Fitzpatrick_scale"@en ;
    rdfs:label "Skin Type"@en ;
    rdfs:subClassOf obo:BFO_0000019 .

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

CommonCoreOntologies:Tattoo
    CommonCoreOntologies:definition "A Bodily Component that consists of a typically permanent mark or design on a portion of skin that is created by a process of pricking and ingraining an indelible pigment or by raising scars."@en ;
    CommonCoreOntologies:definition_source "http://www.thefreedictionary.com/tattoo" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Tattoo"@en ;
    rdfs:subClassOf CommonCoreOntologies:BodilyComponent .

CommonCoreOntologies:UnalliedPerson
    CommonCoreOntologies:definition "A Person who is the bearer of some Neutral Role."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:Class ;
    rdfs:label "Neutral"@en ;
    rdfs:subClassOf CommonCoreOntologies:Person ;
    owl:equivalentClass [
        a owl:Restriction ;
        owl:onProperty obo:RO_0000087 ;
        owl:someValuesFrom CommonCoreOntologies:NeutralRole
    ] .

CommonCoreOntologies:agent_in
    CommonCoreOntologies:definition "TO DO"@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "agent in"@en ;
    rdfs:subPropertyOf obo:RO_0000056 ;
    owl:inverseOf CommonCoreOntologies:has_agent .

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 .

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 obo:RO_0000052 ;
    owl:inverseOf CommonCoreOntologies:has_capability .

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 .

CommonCoreOntologies:delimits
    CommonCoreOntologies:definition "An instance of Geopolitical Entity gpe1 delimits some Government g1 iff gpe1 is the area within which g1 can legally exercies its authority."@en ;
    CommonCoreOntologies:definition_source "http://en.wikipedia.org/wiki/Delimitation" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:FunctionalProperty, owl:InverseFunctionalProperty, owl:ObjectProperty ;
    rdfs:domain CommonCoreOntologies:GeopoliticalEntity ;
    rdfs:label "delimits"@en ;
    rdfs:range CommonCoreOntologies:Organization ;
    owl:inverseOf CommonCoreOntologies:is_delimited_by .

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 .

CommonCoreOntologies:has_agent
    CommonCoreOntologies:definition "As for has_participant, but with the additional condition that the component instance is causally active in the relevant process."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has agent"@en ;
    rdfs:subPropertyOf obo:RO_0000057 .

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

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

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

CommonCoreOntologies:has_capability
    CommonCoreOntologies: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 obo:RO_0000053 .

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

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

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

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

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

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

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

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

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

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

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

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

CommonCoreOntologies:has_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 obo:BFO_0000023 ;
    rdfs:label "has organizational context"@en ;
    rdfs:range CommonCoreOntologies:Organization ;
    owl:inverseOf CommonCoreOntologies:is_organizational_context_of .

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

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

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

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

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

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

CommonCoreOntologies:has_recipient
    CommonCoreOntologies:definition "has_recipient is a relationship between an Act Of Communication c1 and an Agent a1 such that c1 has_recipient a1 iff a1 is the receiver and decoder of the InformationContentEntity participating in c1."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has recipient"@en ;
    rdfs:range CommonCoreOntologies:Agent ;
    rdfs:subPropertyOf obo:RO_0000057 ;
    owl:inverseOf CommonCoreOntologies:receives .

CommonCoreOntologies:has_sender
    CommonCoreOntologies:definition "has_sender is a relationship between an Act Of Communication c1 and an Agent a1 such that c1 has_sender a1 iff a1 is the initiator and encoder of the InformationContentEntity participating in c1."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "has sender"@en ;
    rdfs:range CommonCoreOntologies:Agent ;
    rdfs:subPropertyOf obo:RO_0000057 ;
    owl:inverseOf CommonCoreOntologies:sends .

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

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

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

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

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

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

CommonCoreOntologies:has_subordinate_role
    CommonCoreOntologies:definition "For all x,y,t: x has subordinate role y at t iff: x is an instance of bfo:BFO_0000023 (Role) at time t, and y is an instance of bfo:BFO_0000023 (Role) at time t, and there is some z such that x is realized by z and z is an instance of Act which creates, modifies, transfers, or eliminates some u such that u is an Action Regulation at time t, and u is addressed to the bearer of y."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:domain obo:BFO_0000023 ;
    rdfs:label "has subordinate role"@en ;
    rdfs:range obo:BFO_0000023 ;
    owl:inverseOf CommonCoreOntologies:is_subordinate_role_to .

CommonCoreOntologies:has_subsidiary
    CommonCoreOntologies:definition "An Organization o1 has_subsidiary Organization o2 iff o1 controls o2 by having the capacity to determine the outcome of decisions about o2's financial and operating policies."@en ;
    CommonCoreOntologies:definition_source "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:domain CommonCoreOntologies:Organization ;
    rdfs:label "has subsidiary"@en ;
    rdfs:range CommonCoreOntologies:Organization ;
    rdfs:subPropertyOf CommonCoreOntologies:has_affiliate ;
    owl:inverseOf CommonCoreOntologies:is_subsidiary_of .

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

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

CommonCoreOntologies:is_affiliated_with
    CommonCoreOntologies:definition "An Agent a1 is affiliated with some Agent a2 by virtue of their having any social or business relationship."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (CommonCoreOntologies:Agent
            CommonCoreOntologies:Organization
            CommonCoreOntologies:Person
        )
    ] ;
    rdfs:label "is affiliated with"@en ;
    rdfs:range [
        a owl:Class ;
        owl:unionOf (CommonCoreOntologies:Agent
            CommonCoreOntologies:Organization
            CommonCoreOntologies:Person
        )
    ] .

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

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

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

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

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

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

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

CommonCoreOntologies:is_delimited_by
    CommonCoreOntologies:definition "An instance of Government g1 is_delimited_by some Geopolitical Entity gpe1 iff gpe1 is the area with which g1 can legally exercies its authority"@en ;
    CommonCoreOntologies:definition_source "http://en.wikipedia.org/wiki/Delimitation" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:FunctionalProperty, owl:InverseFunctionalProperty, owl:ObjectProperty ;
    rdfs:domain CommonCoreOntologies:Organization ;
    rdfs:label "is delimited by"@en ;
    rdfs:range CommonCoreOntologies:GeopoliticalEntity .

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, owl:SymmetricProperty ;
    rdfs:label "is in-law of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:has_familial_relationship_to ;
    owl:inverseOf CommonCoreOntologies:is_in_law_of .

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

CommonCoreOntologies:is_maternal_first_cousin_of
    CommonCoreOntologies:definition "Person A is maternal first cousin of Person B iff Person B has mother M and M has sibling P and P is parent of Person A."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:comment "Comment is_maternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of"@en ;
    rdfs:label "is maternal first cousin of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_first_cousin_of .

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

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

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

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

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

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

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

CommonCoreOntologies:is_organizational_context_of
    CommonCoreOntologies:definition "An Organization is a organizational context of a role if a person's affiliation with the organization is a prerequisite for being a bearer of the role or if the organization ascribes the role to some entity."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:domain CommonCoreOntologies:Organization ;
    rdfs:label "is organizational context of"@en ;
    rdfs:range obo:BFO_0000023 .

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

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

CommonCoreOntologies:is_paternal_first_cousin_of
    CommonCoreOntologies:definition "Person A is paternal first cousin of Person B iff Person B has father F and F has sibling P and P is parent of Person A."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:comment "Comment is_paternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of"@en ;
    rdfs:label "is paternal first cousin of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:is_first_cousin_of .

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

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

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

CommonCoreOntologies:is_permitted_by
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ;
    rdfs:domain obo:BFO_0000015 ;
    rdfs:label "is permitted by"@en ;
    rdfs:range CommonCoreOntologies:ActionRegulation ;
    rdfs:subPropertyOf CommonCoreOntologies:prescribed_by ;
    owl:inverseOf CommonCoreOntologies:permits .

CommonCoreOntologies:is_prohibited_by
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ;
    rdfs:domain obo:BFO_0000015 ;
    rdfs:label "is prohibited by"@en ;
    rdfs:range CommonCoreOntologies:ActionRegulation ;
    rdfs:subPropertyOf CommonCoreOntologies:prescribed_by ;
    owl:inverseOf CommonCoreOntologies:prohibits .

CommonCoreOntologies:is_required_by
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ;
    rdfs:domain obo:BFO_0000015 ;
    rdfs:label "is required by"@en ;
    rdfs:range CommonCoreOntologies:ActionRegulation ;
    rdfs:subPropertyOf CommonCoreOntologies:prescribed_by ;
    owl:inverseOf CommonCoreOntologies:requires .

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, owl:SymmetricProperty ;
    rdfs:label "is spouse of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:has_familial_relationship_to ;
    owl:inverseOf CommonCoreOntologies:is_spouse_of .

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, owl:SymmetricProperty ;
    rdfs:label "is step-sibling of"@en ;
    rdfs:subPropertyOf CommonCoreOntologies:has_familial_relationship_to ;
    owl:inverseOf CommonCoreOntologies:is_step_sibling_of .

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 obo:BFO_0000023 ;
    rdfs:label "is subordinate role to"@en ;
    rdfs:range obo:BFO_0000023 .

CommonCoreOntologies:is_subsidiary_of
    CommonCoreOntologies:definition "An Organization o2 is_subsidiary_of Organization o1 iff o1 controls o2 by having the capacity to determine the outcome of decisions about o2's financial and operating policies. "@en ;
    CommonCoreOntologies:definition_source "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html)" ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:domain CommonCoreOntologies:Organization ;
    rdfs:label "is subsidiary of"@en ;
    rdfs:range CommonCoreOntologies:Organization ;
    rdfs:subPropertyOf CommonCoreOntologies:is_affiliated_with .

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

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

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

CommonCoreOntologies:is_used_by
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "is used by"@en ;
    owl:inverseOf CommonCoreOntologies:uses .

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

CommonCoreOntologies:permits
    CommonCoreOntologies:definition "For all x,y,t: x permits y at t iff: x is an instance of Action Regulation at time t, and y is an instance of Act at time t, and x prescribes that some agent may be agent in y."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ;
    rdfs:domain CommonCoreOntologies:ActionRegulation ;
    rdfs:label "permits"@en ;
    rdfs:range obo:BFO_0000015 ;
    rdfs:subPropertyOf CommonCoreOntologies:prescribes .

CommonCoreOntologies:prohibits
    CommonCoreOntologies:definition "For all x,y,t: x prohibits y at t iff: x is an instance of Action Regulation at time t, and y is an instance of Act at time t, and x prescribes that some agent must not be agent in y."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ;
    rdfs:domain CommonCoreOntologies:ActionRegulation ;
    rdfs:label "prohibits"@en ;
    rdfs:range obo:BFO_0000015 ;
    rdfs:subPropertyOf CommonCoreOntologies:prescribes .

CommonCoreOntologies:receives
    CommonCoreOntologies:definition "receives is a relationship between an Agent a1 and an Act Of Communication c1 such that a1 receives c1 iff a1 is the recipient and decoder of the InformationContentEntity participating in c1."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:domain CommonCoreOntologies:Agent ;
    rdfs:label "receives"@en ;
    rdfs:subPropertyOf obo:RO_0000056 .

CommonCoreOntologies:requires
    CommonCoreOntologies:definition "For all x,y,t: x requires y at t iff: x is an instance of Action Regulation at time t, and y is an instance of Act at time t, and x prescribes that some agent must be agent in y."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:AsymmetricProperty, owl:IrreflexiveProperty, owl:ObjectProperty ;
    rdfs:domain CommonCoreOntologies:ActionRegulation ;
    rdfs:label "requires"@en ;
    rdfs:range obo:BFO_0000015 ;
    rdfs:subPropertyOf CommonCoreOntologies:prescribes .

CommonCoreOntologies:sends
    CommonCoreOntologies:definition "sends is a relationship between an Agent a1 and an Act Of Communication c1 and  such that a1 sends c1 iff a1 is the initiator and encoder of the InformationContentEntity participating in c1."@en ;
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:domain CommonCoreOntologies:Agent ;
    rdfs:label "sends"@en ;
    rdfs:subPropertyOf obo:RO_0000056 .

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

CommonCoreOntologies:uses
    CommonCoreOntologies:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ;
    a owl:ObjectProperty ;
    rdfs:label "uses"@en .

