@prefix cc:    <http://creativecommons.org/ns#> .
@prefix :      <https://d-nb.info/standards/elementset/agrelon#> .
@prefix dct:   <http://purl.org/dc/terms/> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix voaf:  <http://purl.org/vocommons/voaf#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann:  <http://purl.org/vocab/vann/> .
@prefix vs:    <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .

:HasIsMuse  a             rdfs:Class , owl:Class ;
        rdfs:comment      "This is the n-ary concept for the properties hasMuse / isMuseOf"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "has muse / is muse of"@en , "tiene musa / es musa de"@es , "hat Muse / ist Muse von"@de , "ha musa / è musa di"@it ;
        rdfs:seeAlso      :isMuseOf , :hasMuse ;
        rdfs:subClassOf   :HasProfessionalContact ;
        vs:term_status    "stable" .

:hasFianceeFiance  a        rdf:Property , owl:ObjectProperty ;
        rdfs:comment        "A person (subject) is engaged with a person (object)."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "has fiancee  or fiance"@en , "hat Verlobte(n)"@de , "tiene prometido(a)"@es , "ha fidanzato(a)"@it ;
        rdfs:subPropertyOf  :hasInlaw ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasFianceeFiance .

:IsHasPhysician  a        owl:Class , rdfs:Class ;
        rdfs:comment      "This is the n-ary concept for the properties hasPhysician / isPhysicianOf"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "has physician / is physician of"@en , "tiene médico / es médico de"@es , "hat Arzt / ist Arzt von"@de , "ha medico / è medico di"@it ;
        rdfs:seeAlso      :isPhysicianOf , :hasPhysician ;
        rdfs:subClassOf   :HasVitalLethalContact ;
        vs:term_status    "stable" .

:hasSpiritualContact  a     rdf:Property , owl:SymmetricProperty ;
        rdfs:comment        "A person or spiritual entity (subject) has some kind of spiritual relation with a person or spiritual entity (object). The relationship may e.g. be channelling, guru-devotee, or a psychoanalyst-patient."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "hat spirituellen Kontakt"@de , "has spiritual contact"@en , "ha contatto spirituale"@it , "tiene guía espiritual"@es ;
        rdfs:subPropertyOf  :relatedAgent ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasSpiritualContact .

:hasFosterSibling  a        owl:SymmetricProperty , rdf:Property ;
        rdfs:comment        "A person (subject) has as sibling a person (object), where at least one of the two siblings is foster child of a joint parent."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "tiene hermano(a) de crianza"@es , "hat Pflegegeschwister"@de , "has foster sibling"@en , "ha fratello o sorella di latte"@it ;
        rdfs:subPropertyOf  :hasSibling ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasFosterSibling .

:hasEmployer  a                rdf:Property , owl:ObjectProperty ;
        rdfs:comment           "A person (subject) works for a person or corporation (object)."@en ;
        rdfs:isDefinedBy       : ;
        rdfs:label             "ha datore di lavoro"@it , "hat Arbeitgeber"@de , "tiene empleador(a)"@es , "has employer"@en ;
        rdfs:subPropertyOf     :hasProfessionalContact ;
        owl:inverseOf          :hasEmployee ;
        vs:term_status         "stable" ;
        :correspondsToInverse  :HasEmployeeEmployer .

:hasGndCode  a            owl:AnnotationProperty , rdf:Property ;
        rdfs:comment      "A relationship type (subject) has a correlating GND code (literal). In the context of the project GND (Gemeinsame Normdatei), codes for agent relations correlating to AgRelOn are successively determined in cooperation with the Library of Congress or rather NDMSO (Network Development and MARC Standards Office) to supplement MARC. The codes will be indicated in AgRelOn when they are available."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "ha chiave di accesso GND"@it , "has GND code"@en , "tiene código de GND"@es , "hat GND Code"@de ;
        rdfs:range        xsd:string ;
        vs:term_status    "stable" .

:hasIllegitimateChild
        a                   rdf:Property , owl:ObjectProperty ;
        rdfs:comment        "A person (subject) begot/conceived a person (object), without the two biological parents being married at the child's day of birth."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "tiene hijo(a) illegítimo(a)"@es , "has illegitimate child"@en , "hat illegitimes Kind"@de , "ha figlio(a) illegittimo(a)"@it ;
        rdfs:subPropertyOf  :hasBiologicalChild ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasIllegitimateChildParent .

:hasCooperator  a           rdf:Property , owl:SymmetricProperty ;
        rdfs:comment        "A person (subject) works together with a person or corporation (object)."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "hat Kollaborator"@de , "has collaborator"@en , "ha collaboratore o collaboratrice"@it , "tiene colaborador(a)"@es ;
        rdfs:subPropertyOf  :hasProfessionalContact ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasCooperator .

:HasIsMember  a           owl:Class , rdfs:Class ;
        rdfs:comment      "This is the n-ary concept for the properties hasMember / isMemberOf"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "ha membro / è membro di"@it , "has member / is member of"@en , "tiene membrio / es miembro de"@es , "hat Mitglied / ist Mitglied von"@de ;
        rdfs:seeAlso      :isMemberOf , :hasMember ;
        rdfs:subClassOf   :HasAssociate ;
        vs:term_status    "stable" .

:isObject  a              rdf:Property , owl:ObjectProperty ;
        rdfs:comment      "Something (subject) takes the object role at an n-ary concept's instance (object) of the asymmetric relationship meant by the n-ary concept. \nFor inverse relationsships, the subject and object role follow the naming of the n-ary concept when reading quasi just the first part of the n-ary concept name."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "è oggetto"@it , "es objeto"@es , "is object"@en , "ist Objekt"@de ;
        vs:term_status    "stable" .

:hasStudent  a              owl:ObjectProperty , rdf:Property ;
        rdfs:comment        "A person (subject) trains a person (object)."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "tiene estudiante"@es , "has Student"@en , "ha scolaro(a)"@it , "hat Schüler"@de ;
        rdfs:subPropertyOf  :hasProfessionalContact ;
        owl:inverseOf       :hasTeacher ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasStudentTeacher .

:metadataConfidence  a    rdf:Property , owl:DatatypeProperty ;
        rdfs:comment      "A statement or fact (subject) has a value indicating the statement's confidence or trustworthiness."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "ha valore di fiducia"@it , "valor de confianza"@es , "has confidence value"@en , "hat Konfidenzwert"@de ;
        vs:term_status    "stable" .

:HasAdoptiveChildParent
        a                 rdfs:Class , owl:Class ;
        rdfs:comment      "This is the n-ary concept for the properties hasAdoptiveChild and hasAdoptiveParent"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "has adoptive child / adoptive parent"@en , "ha figlio(a) / genitore adottivo(a)"@it , "tiene hijo(a) / padre / madre adoptivo(a)"@es , "hat Adoptivkind / Adoptivelternteil"@de ;
        rdfs:seeAlso      :hasAdoptiveParent , :hasAdoptiveChild ;
        rdfs:subClassOf   :HasChildParent ;
        vs:term_status    "stable" .

:hasCousin  a               rdf:Property , owl:SymmetricProperty ;
        rdfs:comment        "A person (subject) has a cousin (object)."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "hat Cousin"@de , "ha cugino(a)"@it , "tiene primo o prima"@es , "has cousin"@en ;
        rdfs:subPropertyOf  :hasRelative ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasCousin .

:hasIllegitimateParent
        a                      rdf:Property , owl:ObjectProperty ;
        rdfs:comment           "A person (subject) was begotten/conceived by a person (object), without the two biological parents being married at the child's day of birth."@en ;
        rdfs:isDefinedBy       : ;
        rdfs:label             "tiene padre o madre ilegítimo(a)"@es , "ha genitore illegittimo"@it , "has illegitimate parent"@en , "hat illegitimen Elternteil"@de ;
        rdfs:subPropertyOf     :hasBiologicalParent ;
        owl:inverseOf          :hasIllegitimateChild ;
        vs:term_status         "stable" ;
        :correspondsToInverse  :HasIllegitimateChildParent .

:HasIsChannel  a          owl:Class , rdfs:Class ;
        rdfs:comment      "This is the n-ary concept for the properties hasChannel / isChannelOf"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "hat Medium / ist Medium von"@de , "tiene médium / es médium de"@es , "has channel / is channel of"@en , "ha sensitivo(a) / è sensitivo(a) di"@it ;
        rdfs:seeAlso      :isChannelOf , :hasChannel ;
        rdfs:subClassOf   :HasSpiritualContact ;
        vs:term_status    "stable" .

:HasSiblingInlaw  a       rdfs:Class , owl:Class ;
        rdfs:comment      "This is the n-ary concept for the property hasSiblingInlaw"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "ha cognato(a)"@it , "tiene cuñado(a)"@es , "has sibling-in-law"@en , "hat Schwager oder Schwägerin"@de ;
        rdfs:seeAlso      :hasSiblingInlaw ;
        rdfs:subClassOf   :HasInlaw ;
        vs:term_status    "stable" .

:isSubjectObject  a       rdf:Property , owl:ObjectProperty ;
        rdfs:comment      "Something (subject) takes the subject or object role at an n-ary concept's instance (object) of the symmetric relationship meant by the n-ary concept. \nFor inverse relationsships, the subject and object role follow the naming of the n-ary concept when reading quasi just the first part of the n-ary concept name."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "è soggetto o oggetto"@it , "es sujeto u objeto"@es , "is subject or object"@en , "ist Subjekt oder Objekt"@de ;
        vs:term_status    "stable" .

:hasCohabitee  a            owl:SymmetricProperty , rdf:Property ;
        rdfs:comment        "A person (subject) lives together with and/or is companion of a person (object), without being married."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "hat Lebensgefährte"@de , "tiene cohabitante"@es , "has cohabitee"@en , "ha compagno(a) di vita"@it ;
        rdfs:subPropertyOf  :hasAcquaintance ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasCohabitee .

:HasChildParent  a        owl:Class , rdfs:Class ;
        rdfs:comment      "This is the n-ary concept for the properties hasChild and hasParent"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "has child / parent"@en , "ha figlio(a) / genitore"@it , "hat Kind / Elternteil"@de , "tiene hijo(a) / padre o madre"@es ;
        rdfs:seeAlso      :hasChild , :hasParent ;
        rdfs:subClassOf   :HasOffspringAncestor ;
        vs:term_status    "stable" .

:hasObject  a             owl:ObjectProperty , rdf:Property ;
        rdfs:comment      "At an n-ary concept's instance (subject), something (object) takes the object role of the asymmetric relationship meant by the n-ary concept. \nFor inverse relationsships, the subject and object role follow the naming of the n-ary concept when reading quasi just the first part of the n-ary concept name."@en ;
        rdfs:domain       :NAries ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "has object"@en , "tiene objeto"@es , "hat Objekt"@de , "ha oggetto"@it ;
        owl:inverseOf     :isObject ;
        vs:term_status    "stable" .

:aenneLoehden  a    foaf:Person ;
        rdfs:label  "Aenne Löhden" .

:HasInfluenceDoneeDonor
        a                 rdfs:Class , owl:Class ;
        rdfs:comment      "This is the n-ary concept for the properties hasInfluenceDonee / hasInfluenceDonor"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "hat Einfluss auf / ist beeinflusst durch"@de , "tiene influencia sobre / es influenciado(a) por"@es , "has influence on / is influenced by"@en , "ha influenza su / è influenzato(a) da"@it ;
        rdfs:seeAlso      :hasInfluenceDonee , :hasInfluenceDonor ;
        rdfs:subClassOf   :HasProfessionalContact ;
        vs:term_status    "stable" .

:hasMurderer  a                owl:ObjectProperty , rdf:Property ;
        rdfs:comment           "A person (subject) is murdered by a person or corporate body (object)."@en ;
        rdfs:isDefinedBy       : ;
        rdfs:label             "tiene asesino(a)"@es , "has murderer"@en , "ha assassino(a)"@it , "hat Mörder"@de ;
        rdfs:subPropertyOf     :hasVitalLethalContact ;
        owl:inverseOf          :hasMurderee ;
        vs:term_status         "stable" ;
        :correspondsToInverse  :HasMurdereeMurderer .

:isFounderOf  a                rdf:Property , owl:ObjectProperty ;
        rdfs:comment           "A person (subject) ist founder of a group (object)."@en ;
        rdfs:isDefinedBy       : ;
        rdfs:label             "è fondatore o fondatrice di"@it , "es fundador(a) de"@es , "ist Gründer von"@de , "is founder of"@en ;
        rdfs:subPropertyOf     :hasAssociate ;
        vs:term_status         "stable" ;
        :correspondsToInverse  :HasIsFounder .

:HasSpiritualContact  a   rdfs:Class , owl:Class ;
        rdfs:comment      "This is the n-ary concept for the property hasSpiritualContact"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "has spiritual contact"@en , "ha contatto spirituale"@it , "tiene guía espiritual"@es , "hat spirituellen Kontakt"@de ;
        rdfs:seeAlso      :hasSpiritualContact ;
        rdfs:subClassOf   :RelatedAgent ;
        vs:term_status    "stable" .

:hasBiologicalParent  a        owl:ObjectProperty , rdf:Property ;
        rdfs:comment           "A person (subject) was begotten/conceived by a person (object)."@en ;
        rdfs:isDefinedBy       : ;
        rdfs:label             "has biological parent"@en , "hat biologischen Elternteil"@de , "ha genitore biologico"@it , "tiene padre o madre biológico(a)"@es ;
        rdfs:subPropertyOf     :hasParent ;
        vs:term_status         "stable" ;
        :correspondsToInverse  :HasBiologicalChildParent .

:hasMember  a               rdf:Property , owl:ObjectProperty ;
        rdfs:comment        "A goup (subject) has as a member a person (object)."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "has member"@en , "hat Mitglied"@de , "ha membro"@it , "tiene membrio"@es ;
        rdfs:subPropertyOf  :hasAssociate ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasIsMember .

:HasCooperator  a         owl:Class , rdfs:Class ;
        rdfs:comment      "This is the n-ary concept for the property hasCooperator"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "tiene colaborador(a)"@es , "has collaborator"@en , "ha collaboratore o collaboratrice"@it , "hat Kollaborator"@de ;
        rdfs:seeAlso      :hasCooperator ;
        rdfs:subClassOf   :HasProfessionalContact ;
        vs:term_status    "stable" .

:HasMultipleBirthSibling
        a                 rdfs:Class , owl:Class ;
        rdfs:comment      "This is the n-ary concept for the property hasMultipleBirthSibling"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "tiene hermano(a) gemelo(a)"@es , "hat Mehrlingsgeschwister"@de , "ha fratello o sorella plurigemellare"@it , "has multiple birth sibling"@en ;
        rdfs:seeAlso      :hasMultipleBirthSibling ;
        rdfs:subClassOf   :HasSibling ;
        vs:term_status    "stable" .

:HasIsFounder  a          owl:Class , rdfs:Class ;
        rdfs:comment      "This is the n-ary concept for the properties hasFounder / isFounderOf"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "has founder / is founder of"@en , "tiene fundador(a) / es fundador(a) de"@es , "hat Gründer / ist Gründer von"@de , "ha fondatore o fondatrice / è fondatore o fondatrice di"@it ;
        rdfs:seeAlso      :isFounderOf , :hasFounder ;
        rdfs:subClassOf   :HasAssociate ;
        vs:term_status    "stable" .

:hasOffspring  a            owl:ObjectProperty , rdf:Property ;
        rdfs:comment        "A person (subject) has an offspring (object), where the chain of child-relations might include adoptive, foster, illegitimate, step relations."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "hat Nachkomme"@de , "has offspring"@en , "tiene heredero(a)"@es , "ha discendente"@it ;
        rdfs:subPropertyOf  :hasRelative ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasOffspringAncestor .

:HasFriend  a             rdfs:Class , owl:Class ;
        rdfs:comment      "This is the n-ary concept for the property hasFriend"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "hat Freund"@de , "tiene amigo(a)"@es , "has friend"@en , "ha amico(a)"@it ;
        rdfs:seeAlso      :hasFriend ;
        rdfs:subClassOf   :HasAcquaintance ;
        vs:term_status    "stable" .

:hasFosterParent  a            rdf:Property , owl:ObjectProperty ;
        rdfs:comment           "A person (subject) was fostered by a person (object), without being a biological child."@en ;
        rdfs:isDefinedBy       : ;
        rdfs:label             "hat Pflegeelternteil"@de , "ha foster genitore"@it , "tiene padre o madre de crianza"@es , "has foster parent"@en ;
        rdfs:subPropertyOf     :hasParent ;
        owl:inverseOf          :hasFosterChild ;
        vs:term_status         "stable" ;
        :correspondsToInverse  :HasFosterChildParent .

:HasChildParentInlaw  a   owl:Class , rdfs:Class ;
        rdfs:comment      "This is the n-ary concept for the properties hasChildInlaw and hasParentInlaw"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "has child/parent-in-law"@en , "ha genero o nuora / suocero(a)"@it , "tiene yerno o nuera / suegro(a)"@es , "hat Schwiegerkind / -elternteil"@de ;
        rdfs:seeAlso      :hasParentInlaw , :hasChildInlaw ;
        rdfs:subClassOf   :HasInlaw ;
        vs:term_status    "stable" .

:hasGrandParent  a              owl:ObjectProperty , rdf:Property ;
        rdfs:comment            "A person (subject) has as grandparent a person (object), where the two parent-relations might include adoptive, foster, illegitimate, step relations."@en ;
        rdfs:isDefinedBy        : ;
        rdfs:label              "hat Großelternteil"@de , "ha nonno(a)"@it , "has grandparent"@en , "tiene abuelo(a)"@es ;
        rdfs:subPropertyOf      :hasAncestor ;
        owl:inverseOf           :hasGrandChild ;
        owl:propertyChainAxiom  ( :hasParent :hasParent ) ;
        vs:term_status          "stable" ;
        :correspondsToInverse   :HasGrandChildParent .

:hasMuse  a                 rdf:Property , owl:ObjectProperty ;
        rdfs:comment        "A person or corporation (subject; e.g. an artist or group of artists) who is inspired by a person (object)."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "has muse"@en , "ha musa"@it , "hat Muse"@de , "tiene musa"@es ;
        rdfs:subPropertyOf  :hasProfessionalContact ;
        owl:inverseOf       :isMuseOf ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasIsMuse .

:hasHalfSibling  a          owl:ObjectProperty , rdf:Property ;
        rdfs:comment        "A person (subject) has as sibling a person (object), where the two siblings share only one biological parent."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "tiene medio hermano(a)"@es , "ha fratellastro a sorellastra"@it , "has half sibling"@en , "hat Halbgeschwister"@de ;
        rdfs:subPropertyOf  :hasSibling ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasHalfSibling .

:correspondsToInverse
        a                 rdf:Property , owl:SymmetricProperty ;
        rdfs:comment      "A normal property's (type rdf:Property) fro-direction matches an n-ary concept (type rdfs:Class). \n2 mutually inverse normal properties match only 1 n-ary concept, because the meta statements must be identical for both 'to-direction' and 'fro-direction' of the relationship. \nThe normal property's to-direction is related to the n-ary concept via correspondsTo."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "corrisponde inversamente a"@it , "corresponde inversamente con"@es , "corresponds to inverse"@en , "korrespondiert invers mit"@de ;
        vs:term_status    "stable" .

:HasOffspringAncestor
        a                 owl:Class , rdfs:Class ;
        rdfs:comment      "This is the n-ary concept for the properties hasAncestor / hasOffspring"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "has ancestor / offspring"@en , "tiene ancestro / heredero(a)"@es , "hat Vorfahr / Nachkomme"@de , "ha antenato / discendente"@it ;
        rdfs:seeAlso      :hasAncestor , :hasOffspring ;
        rdfs:subClassOf   :HasRelative ;
        vs:term_status    "stable" .

:relatedAgent  a            owl:ObjectProperty , rdf:Property ;
        rdfs:comment        "A person or corporation (subject) has some kind of relation with a person or corporation (object)."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "verknüpfter Agens"@de , "agente connesso"@it , "related Agent"@en , "agente relacionado"@es ;
        rdfs:subPropertyOf  <https://d-nb.info/standards/elementset/gnd#relatedTerm> ;
        vs:term_status      "stable" ;
        :correspondsTo      :RelatedAgent .

:HasRelative  a           rdfs:Class , owl:Class ;
        rdfs:comment      "This is the n-ary concept for the property hasRelative"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "hat Verwandte(n)"@de , "tiene pariente"@es , "has relative"@en , "ha parente"@it ;
        rdfs:seeAlso      :hasRelative ;
        rdfs:subClassOf   :RelatedAgent ;
        vs:term_status    "stable" .

:isPhysicianOf  a           rdf:Property , owl:ObjectProperty ;
        rdfs:comment        "A person or corporate body (subject) is physician of a person or corporate body (object)."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "is physician of"@en , "ist Arzt von"@de , "es médico de"@es , "è medico di"@it ;
        rdfs:subPropertyOf  :hasVitalLethalContact ;
        owl:inverseOf       :hasPhysician ;
        vs:term_status      "stable" ;
        :correspondsTo      :IsHasPhysician .

:hasChannel  a              rdf:Property , owl:ObjectProperty ;
        rdfs:comment        "A person or spiritual entity (subject), e.g. a dead person, spirit, angel etc. has as a channel or medium a person or spiritual entity (object). I.e. the subject transmits messages to the object."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "tiene médium"@es , "hat Medium"@de , "has channel"@en , "ha sensitivo(a)"@it ;
        rdfs:subPropertyOf  :hasSpiritualContact ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasIsChannel .

:hasEmployee  a             rdf:Property , owl:ObjectProperty ;
        rdfs:comment        "A person or corporation (subject) for whom/which a person (object) works."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "tiene empleado(a)"@es , "hat Arbeitnehmer"@de , "has employee"@en , "ha impiegato(a)"@it ;
        rdfs:subPropertyOf  :hasProfessionalContact ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasEmployeeEmployer .

:HasStepSibling  a        rdfs:Class , owl:Class ;
        rdfs:comment      "This is the n-ary concept for the property hasStepSibling"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "ha fratellastro o sorellastra"@it , "hat Stiefgeschwister"@de , "tiene hermano(a) adoptivo(a)"@es , "has stepsibling"@en ;
        rdfs:seeAlso      :hasStepSibling ;
        rdfs:subClassOf   :HasSibling ;
        vs:term_status    "stable" .

:hasCorrespondent  a            owl:SymmetricProperty , rdf:Property ;
        rdfs:comment            "A person or corporation (subject) exchanges letters with a person or corporation (object)."@en ;
        rdfs:isDefinedBy        : ;
        rdfs:label              "hat Korrespondent"@de , "has correspondent"@en , "ha corrispondente"@it , "tiene correspondente"@es ;
        rdfs:subPropertyOf      :relatedAgent ;
        owl:equivalentProperty  <https://d-nb.info/standards/elementset/gnd#correspondent> ;
        vs:term_status          "stable" ;
        :correspondsTo          :HasCorrespondent ;
        :hasGndCode             "corr" .

:hasNieceNephew  a          owl:ObjectProperty , rdf:Property ;
        rdfs:comment        "A person (subject) has a niece or nephew (object)."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "ha nipote (di zii)"@it , "tiene sobrino(a)"@es , "has niece or nephew"@en , "hat Nichte oder Neffe"@de ;
        rdfs:subPropertyOf  :hasRelative ;
        owl:inverseOf       :hasAuntUncle ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasNieceNephewAuntUncle .

:IsHasPatron  a           rdfs:Class , owl:Class ;
        rdfs:comment      "This is the n-ary concept for the properties hasPatron / isPatronOf"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "has patron / is patron of"@en , "ha mecenateè mecenate di"@it , "tiene mecenas / es mecenas de"@es , "hat Mäzen / ist Mäzen von"@de ;
        rdfs:seeAlso      :isPatronOf , :hasPatron ;
        rdfs:subClassOf   :HasProfessionalContact ;
        vs:term_status    "stable" .

:hasSubject  a            rdf:Property , owl:ObjectProperty ;
        rdfs:comment      "At an n-ary concept's instance (subject), something (object) takes the subject role of the asymmetric relationship meant by the n-ary concept. \nFor inverse relationsships, the subject and object role follow the naming of the n-ary concept when reading quasi just the first part of the n-ary concept name."@en ;
        rdfs:domain       :NAries ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "tiene sujeto"@es , "hat Subjekt"@de , "ha soggetto"@it , "has subject"@en ;
        vs:term_status    "stable" .

:HasNieceNephewAuntUncle
        a                 rdfs:Class , owl:Class ;
        rdfs:comment      "This is the n-ary concept for the properties hasAuntUncle / hasNieceNephew"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "hat Tante oder Onkel / Nichte oder Neffe"@de , "has aunt or uncle / niece or nephew"@en , "tiene tío o tía / sobrino(a)"@es , "ha zia o zio / nipote (di zii)"@it ;
        rdfs:seeAlso      :hasAuntUncle , :hasNieceNephew ;
        rdfs:subClassOf   :HasRelative ;
        vs:term_status    "stable" .

:HasBiologicalSibling
        a                 owl:Class , rdfs:Class ;
        rdfs:comment      "This is the n-ary concept for the property hasBiologicalSibling"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "has biological sibling"@en , "hat biologisches Geschwister"@de , "tiene hermano(a) biológico(a)"@es , "ha fratello biologico o sorella biologica"@it ;
        rdfs:seeAlso      :hasBiologicalSibling ;
        rdfs:subClassOf   :HasSibling ;
        vs:term_status    "stable" .

:isChannelOf  a                rdf:Property , owl:ObjectProperty ;
        rdfs:comment           "A person or spiritual entity (subject) is a channel or medium of a person or spiritual entity (object), e.g. a dead person, spirit, angel etc. I.e. the subject receives messages from the object."@en ;
        rdfs:isDefinedBy       : ;
        rdfs:label             "es médium de"@es , "è sensitivo(a) di"@it , "is channel of"@en , "ist Medium von"@de ;
        rdfs:subPropertyOf     :hasSpiritualContact ;
        owl:inverseOf          :hasChannel ;
        vs:term_status         "stable" ;
        :correspondsToInverse  :HasIsChannel .

:hasColleague  a            owl:SymmetricProperty , rdf:Property ;
        rdfs:comment        "A person (subject) works together with a person (object) at the same corporation."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "has colleague"@en , "ha collega"@it , "hat Kollege"@de , "tiene colega"@es ;
        rdfs:subPropertyOf  :hasProfessionalContact ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasColleague .

:hasAdoptiveChild  a        owl:ObjectProperty , rdf:Property ;
        rdfs:comment        "A person (subject) adopted a person (object)."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "ha figlio(a) adottivo(a)"@it , "tiene hijo(a) adoptivo(a)"@es , "has adoptive child"@en , "hat Adoptivkind"@de ;
        rdfs:subPropertyOf  :hasChild ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasAdoptiveChildParent .

:hasVitalLethalContact
        a                   owl:SymmetricProperty , rdf:Property ;
        rdfs:comment        "A person or corporate body (subject) has som kind of vital or lethal relation with a person or corporate body (object). The relationship may e.g. include healing, mutilating, life saving, killing."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "hat vitalen oder letalen Kontakt"@de , "ha contatto vitale o letale"@it , "tiene contacto vital o letal"@es , "has vital or lethal contact"@en ;
        rdfs:subPropertyOf  :relatedAgent ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasVitalLethalContact .

:hasParent  a                  rdf:Property , owl:ObjectProperty ;
        rdfs:comment           "A person has as some kind of parent a person (object)."@en ;
        rdfs:isDefinedBy       : ;
        rdfs:label             "has parent"@en , "tiene padre o madre"@es , "hat Elternteil"@de , "ha genitore"@it ;
        rdfs:subPropertyOf     :hasAncestor ;
        owl:inverseOf          :hasChild ;
        vs:term_status         "stable" ;
        :correspondsToInverse  :HasChildParent .

:hasFounder  a              rdf:Property , owl:ObjectProperty ;
        rdfs:comment        "A group (subject) has as a founder a person (object)."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "ha fondatore o fondatrice"@it , "has founder"@en , "hat Gründer"@de , "tiene fundador(a)"@es ;
        rdfs:subPropertyOf  :hasAssociate ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasIsFounder .

:hasBiologicalChild  a      rdf:Property , owl:ObjectProperty ;
        rdfs:comment        "A person (subject) begot/conceived a person (object)."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "ha figlio(a) biologico(a)"@it , "tiene hijo(a) biológico(a)"@es , "hat biologisches Kind"@de , "has biological child"@en ;
        rdfs:subPropertyOf  :hasChild ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasBiologicalChildParent .

:hasInfluenceDonee  a       owl:ObjectProperty , rdf:Property ;
        rdfs:comment        "A person or corporation (subject) who influences a person or corporation (object)."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "hat Einfluss auf"@de , "tiene influencia sobre"@es , "ha influenza su"@it , "has influence on"@en ;
        rdfs:subPropertyOf  :hasProfessionalContact ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasInfluenceDoneeDonor .

:HasAssociate  a          owl:Class , rdfs:Class ;
        rdfs:comment      "This is the n-ary concept for the property hasAssociate"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "ha gruppo di appartenenza"@it , "hat Gruppenzugehörigkeit"@de , "tiene grupo de afiliación"@es , "has group affiliation"@en ;
        rdfs:seeAlso      :hasAssociate ;
        rdfs:subClassOf   :RelatedAgent ;
        vs:term_status    "stable" .

:hasMurderee  a             rdf:Property , owl:ObjectProperty ;
        rdfs:comment        "A person or corporate body (subject) murders a person (object)."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "tiene víctima"@es , "has murder victim"@en , "hat Mordopfer"@de , "ha vittima domicidio"@it ;
        rdfs:subPropertyOf  :hasVitalLethalContact ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasMurdereeMurderer .

:hasFosterChild  a          owl:ObjectProperty , rdf:Property ;
        rdfs:comment        "A person (subject) fostered a person (object), without being a biological parent."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "hat Pflegekind"@de , "has foster child"@en , "tiene hijo(a) de crianza"@es , "ha pupillo(a)"@it ;
        rdfs:subPropertyOf  :hasChild ;
        owl:inverseOf       :hasFosterParent ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasFosterChildParent .

:HasIsChief  a            rdfs:Class , owl:Class ;
        rdfs:comment      "This is the n-ary concept for the properties hasChief / isChiefOf"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "hat Chef / ist Chef von"@de , "has chief / is chief of"@en , "tiene jefe / es jefe de"@es , "ha capo / è capo di"@it ;
        rdfs:seeAlso      :hasChief , :isChiefOf ;
        rdfs:subClassOf   :HasAssociate ;
        vs:term_status    "stable" .

:hasEndDate  a              rdf:Property , owl:DatatypeProperty ;
        rdfs:comment        "A metadata period or phase (subject) has a temporal end (date). The phase might e.g. concern a relationship between agents."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "has end date"@en , "tiene fecha final"@es , "hat Enddatum"@de , "ha data finale"@it ;
        rdfs:subPropertyOf  <https://d-nb.info/standards/elementset/gnd#associatedDate> ;
        vs:term_status      "stable" .

:hasFriend  a               owl:SymmetricProperty , rdf:Property ;
        rdfs:comment        "A person (subject) is friends with a person (object)."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "has friend"@en , "hat Freund"@de , "tiene amigo(a)"@es , "ha amico(a)"@it ;
        rdfs:subPropertyOf  :hasAcquaintance ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasFriend .

:HasLover  a              owl:Class , rdfs:Class ;
        rdfs:comment      "This is the n-ary concept for the property hasLover"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "hat Geliebte(n)"@de , "ha amante"@it , "has lover"@en , "tiene amante"@es ;
        rdfs:seeAlso      :hasLover ;
        rdfs:subClassOf   :HasAcquaintance ;
        vs:term_status    "stable" .

:hasRelative  a                 rdf:Property , owl:SymmetricProperty ;
        rdfs:comment            "A person (subject) is kin to a person (object). This denotes not only biological kinship, but also inlaw, adoptive, step, foster relationships."@en ;
        rdfs:isDefinedBy        : ;
        rdfs:label              "hat Verwandte(n)"@de , "ha parente"@it , "tiene pariente"@es , "has relative"@en ;
        rdfs:subPropertyOf      :relatedAgent ;
        owl:equivalentProperty  <https://d-nb.info/standards/elementset/gnd#familialRelationship> ;
        vs:term_status          "stable" ;
        :correspondsTo          :HasRelative ;
        :hasGndCode             "bezf" .

:hasPhysician  a               rdf:Property , owl:ObjectProperty ;
        rdfs:comment           "A person or corporate body (subject) has as physician a person or corporate body (object)."@en ;
        rdfs:isDefinedBy       : ;
        rdfs:label             "tiene médico"@es , "hat Arzt"@de , "has physician"@en , "ha medico"@it ;
        rdfs:subPropertyOf     :hasVitalLethalContact ;
        vs:term_status         "stable" ;
        :correspondsToInverse  :IsHasPhysician .

:correspondsTo  a         rdf:Property , owl:SymmetricProperty ;
        rdfs:comment      "A normal property's (type rdf:Property) to-direction matches an n-ary concept (type rdfs:Class). \n2 mutually inverse normal properties match only 1 n-ary concept, because the meta statements must be identical for both 'to-direction' and 'fro-direction' of the relationship. \nThe normal property's fro-direction is related to the n-ary concept via correspondsToInverse."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "corrisponde a"@it , "corresponde con"@es , "corresponds to"@en , "korrespondiert mit"@de ;
        vs:term_status    "stable" .

:berenikeLitz  a    foaf:Person ;
        rdfs:label  "Berenike Litz" ;
        owl:sameAs  <https://d-nb.info/gnd/141919701> .

:hasProfessionalContact
        a                       rdf:Property , owl:SymmetricProperty ;
        rdfs:comment            "A person or corporation (subject) has some business/profession/occupation related relation with a person or corporation (object)."@en ;
        rdfs:isDefinedBy        : ;
        rdfs:label              "hat Berufskontakt"@de , "ha contatto professionale"@it , "tiene relación profesional"@es , "has professional contact"@en ;
        rdfs:subPropertyOf      :relatedAgent ;
        owl:equivalentProperty  <https://d-nb.info/standards/elementset/gnd#professionalRelationship> ;
        vs:term_status          "stable" ;
        :correspondsTo          :HasProfessionalContact ;
        :hasGndCode             "bezb" .

:hasLover  a                owl:SymmetricProperty , rdf:Property ;
        rdfs:comment        "A person (subject) has a liaison with a person (object), without being married."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "has lover"@en , "ha amante"@it , "tiene amante"@es , "hat Geliebte(n)"@de ;
        rdfs:subPropertyOf  :hasAcquaintance ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasLover .

:HasIllegitimateChildParent
        a                 owl:Class , rdfs:Class ;
        rdfs:comment      "This is the n-ary concept for the properties hasIllegitimateChild / hasIllegitimateParent"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "hat illegitimes Kind / illegitimen Elternteil"@de , "tiene hijo(a) / padre o madre illegítimo(a)"@es , "has illegitimate child / parent"@en , "ha figlio(a) / genitore illegittimo(a)"@it ;
        rdfs:seeAlso      :hasIllegitimateParent , :hasIllegitimateChild ;
        rdfs:subClassOf   :HasBiologicalChildParent ;
        vs:term_status    "stable" .

:HasSpouse  a             rdfs:Class , owl:Class ;
        rdfs:comment      "This is the n-ary concept for the property hasSpouse"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "ha coniuge"@it , "has spouse"@en , "tiene esposo(a)"@es , "hat Ehepartner"@de ;
        rdfs:seeAlso      :hasSpouse ;
        rdfs:subClassOf   :HasInlaw ;
        vs:term_status    "stable" .

:HasStudentTeacher  a     owl:Class , rdfs:Class ;
        rdfs:comment      "This is the n-ary concept for the properties hasStudent / hasTeacher"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "hat Schüler / Lehrer"@de , "ha scolaro(a) / insegnante"@it , "tiene estudiante / maestro(a)"@es , "has Student / teacher"@en ;
        rdfs:seeAlso      :hasTeacher , :hasStudent ;
        rdfs:subClassOf   :HasProfessionalContact ;
        vs:term_status    "stable" .

:hasAcquaintance  a             owl:SymmetricProperty , rdf:Property ;
        rdfs:comment            "A person (subject) privately knows a person (object)."@en ;
        rdfs:isDefinedBy        : ;
        rdfs:label              "hat Bekannte(n)"@de , "ha conoscente"@it , "has acquaintance"@en , "tiene conocido(a)"@es ;
        rdfs:subPropertyOf      :relatedAgent ;
        owl:equivalentProperty  <https://d-nb.info/standards/elementset/gnd#acquaintanceshipOrFriendship> ;
        vs:term_status          "stable" ;
        :correspondsTo          :HasAcquaintance ;
        :hasGndCode             "beza" .

:hasAdoptiveParent  a          rdf:Property , owl:ObjectProperty ;
        rdfs:comment           "A person (subject) was adopted by a person (object)."@en ;
        rdfs:isDefinedBy       : ;
        rdfs:label             "has adoptive parent"@en , "tiene padre o madre adoptivo(a)"@es , "ha genitore adottivo"@it , "hat Adoptivelternteil"@de ;
        rdfs:subPropertyOf     :hasParent ;
        owl:inverseOf          :hasAdoptiveChild ;
        vs:term_status         "stable" ;
        :correspondsToInverse  :HasAdoptiveChildParent .

:HasGrandChildParent  a   rdfs:Class , owl:Class ;
        rdfs:comment      "This is the n-ary concept for the properties hasGrandChild and hasGrandParent"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "has grandchild / grandparent"@en , "ha nipote (di nonni) / nonno(a)"@it , "tiene nieto(a) / abuelo(a)"@es , "hat Enkel / Großelternteil"@de ;
        rdfs:seeAlso      :hasGrandParent , :hasGrandChild ;
        rdfs:subClassOf   :HasOffspringAncestor ;
        vs:term_status    "stable" .

:hasBiologicalSibling
        a                   owl:ObjectProperty , rdf:Property ;
        rdfs:comment        "A person (subject) has as sibling a person (object), where the two siblings share both biological parents."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "ha fratello biologico o sorella biologica"@it , "has biological sibling"@en , "hat biologisches Geschwister"@de , "tiene hermano(a) biológico(a)"@es ;
        rdfs:subPropertyOf  :hasSibling ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasBiologicalSibling .

:hasPatron  a                  owl:ObjectProperty , rdf:Property ;
        rdfs:comment           "A person or corporation (subject; e.g. an artist or group of artists) who is sponsored/favoured by a person or corporation (object)."@en ;
        rdfs:isDefinedBy       : ;
        rdfs:label             "tiene mecenas"@es , "has patron"@en , "ha mecenate"@it , "hat Mäzen"@de ;
        rdfs:subPropertyOf     :hasProfessionalContact , <https://d-nb.info/standards/elementset/gnd#sponsorOrPatron> ;
        owl:inverseOf          :isPatronOf ;
        vs:term_status         "stable" ;
        :correspondsToInverse  :IsHasPatron .

:HasBiologicalChildParent
        a                 owl:Class , rdfs:Class ;
        rdfs:comment      "This is the n-ary concept for the properties hasBiologicalChild and hasBiologicalParent"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "ha figlio(a) / genitore biologico(a)"@it , "tiene hijo(a) / padre / madre biológico(a)"@es , "has biological child / parent"@en , "hat biologisches Kind / biologischen Elternteil"@de ;
        rdfs:seeAlso      :hasBiologicalChild , :hasBiologicalParent ;
        rdfs:subClassOf   :HasChildParent ;
        vs:term_status    "stable" .

:hasSibling  a              rdf:Property , owl:SymmetricProperty ;
        rdfs:comment        "A person has as some kind of sibling a person (object)."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "hat Geschwister"@de , "has sibling"@en , "tiene hermano(a)"@es , "ha fratello o sorella"@it ;
        rdfs:subPropertyOf  :hasRelative ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasSibling .

:isSubject  a             owl:ObjectProperty , rdf:Property ;
        rdfs:comment      "Something (subject) takes the subject role at an n-ary concept's instance (object) of the asymmetric relationship meant by the n-ary concept. \nFor inverse relationsships, the subject and object role follow the naming of the n-ary concept when reading quasi just the first part of the n-ary concept name."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "is subject"@en , "es sujeto"@es , "è soggetto di"@it , "ist Subjekt"@de ;
        owl:inverseOf     :hasSubject ;
        vs:term_status    "stable" .

:hasInfluenceDonor  a          rdf:Property , owl:ObjectProperty ;
        rdfs:comment           "A person or corporation (subject) who is influenced by a person or corporation (object)."@en ;
        rdfs:isDefinedBy       : ;
        rdfs:label             "is influenced by"@en , "ist beeinflusst durch"@de , "es influenciado(a) por"@es , "è influenzato(a) da"@it ;
        rdfs:subPropertyOf     :hasProfessionalContact ;
        owl:inverseOf          :hasInfluenceDonee ;
        vs:term_status         "stable" ;
        :correspondsToInverse  :HasInfluenceDoneeDonor .

:HasFianceeFiance  a      owl:Class , rdfs:Class ;
        rdfs:comment      "This is the n-ary concept for the property hasFianceeFiance"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "hat Verlobte(n)"@de , "ha fidanzato(a)"@it , "has fiancee  or fiance"@en , "tiene prometido(a)"@es ;
        rdfs:seeAlso      :hasFianceeFiance ;
        rdfs:subClassOf   :HasInlaw ;
        vs:term_status    "stable" .

:       a                              voaf:Vocabulary , owl:Ontology ;
        rdfs:comment                   "\n\t\t\tChanges from 2019-06-18 to 2019-10-15\n\t\t\tAll d-nb.info-URIs changed from http to https\n\t\t\t\n\t\t\tChanges from 2018-10-16\n\t\t\tUpdated labels in agrelon:hasGrandParent, agrelon:hasStepParent,\n\t\t\t\tagrelon:HasAdoptiveChildParent, agrelon:HasChildParentInlaw, \n\t\t\t\tagrelon:hasFosterParent, agrelon:HasStepChildParent,\n\t\t\t\tagrelon:HasFosterChildParent, agrelon:hasAdoptiveParent,\n\t\t\t\tagrelon:HasGrandChildParent, agrelon:HasFosterParent,\n\t\t\t\tagrelon:HasBiologicalChildParent, agrelon:hasIllegitimateParent,\n\t\t\t\tagrelon:hasBiologicalParent, agrelon:HasIllegitimateChildParent\n\t\t\t\n\t\t\tChanges from 2018-05-15\n\t\t\tMinor terminology changes in labels\n\t\t\tAdded alignments to GNDO:\n\t\t\tagrelon:relatedAgent rdfs:subPropertyOf gndo:relatedTerm\n\t\t\tagrelon:hasAcquaintance owl:equivalentProperty gndo:acquaintanceshipOrFriendship (beza)\n\t\t\tagrelon:hasAssociate owl:equivalentProperty gndo:affiliation (affi)\n\t\t\tagrelon:hasCorrespondent owl:equivalentProperty gndo:correspondent (gndo:correspondent == corr -- in AgRelOn zu ergänzen)\n\t\t\tagrelon:hasProfessionalContact owl:equivalentProperty gndo:professionalRelationship (bezb)\n\t\t\tagrelon:hasPatron rdfs:subPropertyOf gndo:sponsorOrPatron\n\t\t\tagrelon:hasRelative owl:equivalentProperty gndo:familialRelationship (bezf)\n\t\t\tagrelon:hasBeginDate rdfs:subPropertyOf gndo:associatedDate\n\t\t\tagrelon:hasEndDate rdfs:subPropertyOf gndo:associatedDate\n\t\t\t\n            Changes from 2017-01-17\n            agrelon:hasGodChild and agrelon:hasGodParent are now subproperties of agrelon:hasRelative and not of agrelon:hasNieceOrNephew resp. agrelon:hasAuntOrUncle  \n\t\t\t\n            Changes from 2013-06-30\n\t\t\t\n\t\t\tagrelon:hasGndCode is now an annotation property\n\t\t\tminor bugfix to ensure that the correct datatype is used for dates.\n\t\t"@en , "∼∼∼ Modelling Guidelines ∼∼∼ \nVocabulary elements (properties and concepts) are conceived gender neutral.\nThe identifiers of properties are preferably hasProperty and invers isPropertyOf or hasInverseProperty. \nDomains and ranges of properties are mostly not fixed.\nInstance relations (object properties) are mostly specified bidirectionally.\nImplicit, deducable instance relations are explicitly formulated.\nProperties partly allow imperfect information (e.g. fragmentary dates, names instead of object URIs).\nCorrelations between instance relations, like inversity, transitivity, symmetry, hierarchie, are marked.\nMeta statements are exhibited by modelling person relations as n-ary concepts as well as as properties, corresponding n-ary concepts and properties are correlated.\n"@en ;
        cc:license                     <http://creativecommons.org/publicdomain/zero/1.0/> ;
        dc:description                 "\nThe ontology of agent relationships, AgRelOn, defines relations of persons to other persons and to organisations, since agents (persons, organisations) and their interconnections are important in the cultural heritage domain. AgRelOn is developed to foster uniform cataloging as well as semantic searchability of and via relations between agents. Therefore, a general set of nearly 70 relationhip types is provided. AgRelOn discerns private acquaintanceship, group affiliation, correspondence, occupational contact,  kinship, spiritual contact, and vital/lethal contact. For these kinds of relations more specific sub-relations are formulated.\nMeta statements are supported to obtain transparency of reliability and provenance as well as validity period of facts.\nThe modelled relations are determined on the one hand by exemplary knowledge base searches, on the other hand by available data sources. Hence, the model consciously is incomplete and pertinent to a cultural area and period."@en , "\nDie Ontology of Agent Relationships (AgRelOn) definiert Beziehungen von Personen zu anderen Personen\nund zu Körperschaften, da Agenten (Personen und Körperschaften) und ihre Beziehungen wichtig sind\nim Kulturerbeberech. AgRelOn wurde entwickelt, um die Erschließung von und die semantische Suche nach \nBeziehungen zwischen Agenten zu verbessern. Dazu wurden etwa 70 verschiedene Beziehungstypen definiert.\nAgRelOn umfasst private Bekanntschaften, Zugehörigkeit zu Gruppen, Korrespondenzen, berufliche Beziehungen,\nVerwandschaftsrelationen, spirituelle und vitale/letale Kontakte. Für diese Arten von Beziehungen sind\nauch spezifische Subtypen von Relationen vorhanden.\nUm weitere Informationen wie z. B. Provenance und Konfidenzwerte transportieren zu können, sind in\nAgRelOn auch Meta-Statements vorgesehen.\nDie modellierten Beziehungen basieren sowohl auf beispielhafte Suchen in verschiedenen Wissensbasen, als\nauch auf zugängliche Datenquellen. Insofern ist das Modell bewusst unvollständig und bezogen auf einen \nbestimmten zeitlichen und räumlichen kulturellen Raum.\n"@de , "\nThe ontology of agent relationships (AgRelOn) defines relations of persons to other persons\nand to organisations, since agents (persons, organisations) and their interconnections are important \nin the cultural heritage domain. AgRelOn is developed to foster uniform cataloging as well as \nsemantic searchability of and via relations between agents. Therefore, a general set of nearly \n70 relationhip types is provided. AgRelOn discerns private acquaintanceship, group affiliation, \ncorrespondence, occupational contact, kinship, spiritual contact, and vital/lethal contact. \nFor these kinds of relations more specific sub-relations are formulated.\nMeta statements are supported to obtain transparency of reliability and provenance as well as validity \nperiod of facts.\nThe modelled relations are determined on the one hand by exemplary knowledge base searches, on the other \nhand by available data sources. Hence, the model consciously is incomplete and pertinent to a cultural \narea and period."@en ;
        dc:title                       "AgRelOn, an Agent Relationship Ontology"@en ;
        dcterms:available              "2019-10-15"^^xsd:date ;
        dcterms:contributor            :berenikeLitz , :larsGSvensson ;
        dcterms:creator                :aenneLoehden ;
        dcterms:issued                 "2011-06-30"^^xsd:date ;
        dcterms:license                <http://creativecommons.org/publicdomain/zero/1.0/> ;
        dcterms:modified               "2019-06-13T10:24:00+02:00"^^xsd:dateTime ;
        dcterms:publisher              <http://ld.zdb-services.de/resource/organisations/DE-101> ;
        dcterms:rights                 "Copyright 2013-2019 Deutsche Nationalbibliothek" ;
        vann:preferredNamespacePrefix  "agrelon" ;
        vann:preferredNamespaceUri     "https://d-nb.info/standards/elementset/agrelon#" ;
        owl:priorVersion               <http://d-nb.info/standards/elementset/agrelon2018-10-16> ;
        owl:versionIRI                 <https://d-nb.info/standards/elementset/agrelon_20190618> ;
        owl:versionInfo                "1.5" .

:HasFosterSibling  a      rdfs:Class , owl:Class ;
        rdfs:comment      "This is the n-ary concept for the property hasFosterSibling"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "has foster sibling"@en , "tiene hermano(a) de crianza"@es , "ha fratello o sorella di latte"@it , "hat Pflegegeschwister"@de ;
        rdfs:seeAlso      :hasFosterSibling ;
        rdfs:subClassOf   :HasSibling ;
        vs:term_status    "stable" .

:HasHalfSibling  a        owl:Class , rdfs:Class ;
        rdfs:comment      "This is the n-ary concept for the property hasHalfSibling"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "tiene medio hermano(a)"@es , "has half sibling"@en , "ha fratellastro a sorellastra"@it , "hat Halbgeschwister"@de ;
        rdfs:seeAlso      :hasHalfSibling ;
        rdfs:subClassOf   :HasSibling ;
        vs:term_status    "stable" .

:HasSibling  a            rdfs:Class , owl:Class ;
        rdfs:comment      "This is the n-ary concept for the property hasSibling"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "hat Geschwister"@de , "has sibling"@en , "ha fratello o sorella"@it , "tiene hermano(a)"@es ;
        rdfs:seeAlso      :hasSibling ;
        rdfs:subClassOf   :HasRelative ;
        vs:term_status    "stable" .

:HasMurdereeMurderer  a   rdfs:Class , owl:Class ;
        rdfs:comment      "This is the n-ary concept for the properties hasMurderee / hasMurderer"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "ha vittima domicidio / assassino(a)"@it , "hat Mordopfer / Mörder"@de , "tiene víctima / asesino(a)"@es , "has murder victim / murderer"@en ;
        rdfs:seeAlso      :hasMurderer , :hasMurderee ;
        rdfs:subClassOf   :HasVitalLethalContact ;
        vs:term_status    "stable" .

:hasMultipleBirthSibling
        a                   owl:SymmetricProperty , rdf:Property ;
        rdfs:comment        "A person (subject) has as sibling a person (object), where both siblings where carried together in a joint pregnancy. This denotes not only twins, but also triplets etc.. Mostly, multiple birth siblings are biolological siblings, i.e. share both biological parents, but this doesn't have to be the case."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "has multiple birth sibling"@en , "ha fratello o sorella plurigemellare"@it , "tiene hermano(a) gemelo(a)"@es , "hat Mehrlingsgeschwister"@de ;
        rdfs:subPropertyOf  :hasSibling ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasMultipleBirthSibling .

:hasGrandChild  a           rdf:Property , owl:ObjectProperty ;
        rdfs:comment        "A person's (subject) child has a child (object)."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "has grandchild"@en , "tiene nieto(a)"@es , "ha nipote (di nonni)"@it , "hat Enkel"@de ;
        rdfs:subPropertyOf  :hasOffspring ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasGrandChildParent .

:hasChief  a                owl:ObjectProperty , rdf:Property ;
        rdfs:comment        "A group (subject) has as a chief a person (object)."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "hat Chef"@de , "tiene jefe"@es , "has chief"@en , "ha capo"@it ;
        rdfs:subPropertyOf  :hasAssociate ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasIsChief .

:isMemberOf  a                 rdf:Property , owl:ObjectProperty ;
        rdfs:comment           "A person (subject) ist member of a group (object)."@en ;
        rdfs:isDefinedBy       : ;
        rdfs:label             "è membro di"@it , "ist Mitglied von"@de , "is member of"@en , "es miembro de"@es ;
        rdfs:subPropertyOf     :hasAssociate ;
        vs:term_status         "stable" ;
        :correspondsToInverse  :HasIsMember .

:isMuseOf  a                   rdf:Property , owl:ObjectProperty ;
        rdfs:comment           "A person (subject) inspires a person or corporation (object)."@en ;
        rdfs:isDefinedBy       : ;
        rdfs:label             "is muse of"@en , "ist Muse von"@de , "è musa di"@it , "es musa de"@es ;
        rdfs:subPropertyOf     :hasProfessionalContact ;
        vs:term_status         "stable" ;
        :correspondsToInverse  :HasIsMuse .

:isPatronOf  a              owl:ObjectProperty , rdf:Property ;
        rdfs:comment        "A person or corporation (subject) sponsors/favours a person or corporation (object; e.g. an artist or group of artists)."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "es mecenas de"@es , "is patron of"@en , "ist Mäzen von"@de , "è mecenate di"@it ;
        rdfs:subPropertyOf  :hasProfessionalContact ;
        vs:term_status      "stable" ;
        :correspondsTo      :IsHasPatron .

:hasTeacher  a                 owl:ObjectProperty , rdf:Property ;
        rdfs:comment           "A person (subject) who is trained by a person (object)."@en ;
        rdfs:isDefinedBy       : ;
        rdfs:label             "tiene maestro(a)"@es , "ha insegnante"@it , "hat Lehrer"@de , "has teacher"@en ;
        rdfs:subPropertyOf     :hasProfessionalContact ;
        vs:term_status         "stable" ;
        :correspondsToInverse  :HasStudentTeacher .

:hasParentInlaw  a             owl:ObjectProperty , rdf:Property ;
        rdfs:comment           "A person's (subject) spouse has a parent (object)."@en ;
        rdfs:isDefinedBy       : ;
        rdfs:label             "has parent-in-law"@en , "tiene suegro(a)"@es , "ha suocero(a)"@it , "hat Schwiegerelternteil"@de ;
        rdfs:subPropertyOf     :hasInlaw ;
        vs:term_status         "stable" ;
        :correspondsToInverse  :HasChildParentInlaw .

:HasAcquaintance  a       owl:Class , rdfs:Class ;
        rdfs:comment      "This is the n-ary concept for the property hasAcquaintance"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "ha conoscente"@it , "hat Bekannte(n)"@de , "tiene conocido(a)"@es , "has acquaintance"@en ;
        rdfs:seeAlso      :hasAcquaintance ;
        rdfs:subClassOf   :RelatedAgent ;
        vs:term_status    "stable" .

:isChiefOf  a                  rdf:Property , owl:ObjectProperty ;
        rdfs:comment           "A person (subject) ist chief of a group (object)."@en ;
        rdfs:isDefinedBy       : ;
        rdfs:label             "è capo di"@it , "es jefe de"@es , "ist Chef von"@de , "is chief of"@en ;
        rdfs:subPropertyOf     :hasAssociate ;
        vs:term_status         "stable" ;
        :correspondsToInverse  :HasIsChief .

:hasAncestor  a                rdf:Property , owl:TransitiveProperty ;
        rdfs:comment           "A person (subject) has an ancestor (object), where the chain of parent-relations might include adoptive, foster, illegitimate, step relations."@en ;
        rdfs:isDefinedBy       : ;
        rdfs:label             "tiene ancestro"@es , "hat Vorfahr"@de , "has ancestor"@en , "ha antenato"@it ;
        rdfs:subPropertyOf     :hasRelative ;
        owl:inverseOf          :hasOffspring ;
        vs:term_status         "stable" ;
        :correspondsToInverse  :HasOffspringAncestor .

:HasFosterChildParent
        a                 owl:Class , rdfs:Class ;
        rdfs:comment      "This is the n-ary concept for the properties hasFosterChild and hasFosterParent"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "has foster child / parent"@en , "ha pupillo(a) / genitore"@it , "tiene hijo(a) / padre o madre de crianza"@es , "hat Pflegekind / -elternteil"@de ;
        rdfs:seeAlso      :hasFosterParent , :hasFosterChild ;
        rdfs:subClassOf   :HasChildParent ;
        vs:term_status    "stable" .

:NAries  a                rdfs:Class , owl:Class ;
        rdfs:comment      "This is the top class for all n-ary classes"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "n-ary classes"@en , "n-ary Klassen"@de ;
        vs:term_status    "stable" .

:HasCohabitee  a          rdfs:Class , owl:Class ;
        rdfs:comment      "This is the n-ary concept for the property hasCohabitee"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "ha compagno(a) di vita"@it , "has cohabitee"@en , "hat Lebensgefährte"@de , "tiene cohabitante"@es ;
        rdfs:seeAlso      :hasCohabitee ;
        rdfs:subClassOf   :HasAcquaintance ;
        vs:term_status    "stable" .

:HasVitalLethalContact
        a                 owl:Class , rdfs:Class ;
        rdfs:comment      "This is the n-ary concept for the property hasVitalLethalContact"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "ha contatto vitale o letale"@it , "tiene contacto vital o letal"@es , "hat vitalen oder letalen Kontakt"@de , "has vital or lethal contact"@en ;
        rdfs:seeAlso      :hasVitalLethalContact ;
        rdfs:subClassOf   :RelatedAgent ;
        vs:term_status    "stable" .

:larsGSvensson  a   foaf:Person ;
        rdfs:label  "Lars G. Svensson" ;
        owl:sameAs  <https://d-nb.info/gnd/124903959> .

:hasAdoptiveSibling  a      rdf:Property , owl:SymmetricProperty ;
        rdfs:comment        "A person (subject) has as sibling a person (object), where at least one of the two siblings is adoptive child of a joint parent."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "hat Adoptivgeschwister"@de , "has adoptive sibling"@en , "tiene hermano(a) adoptivo(a)"@es , "ha fratello adottato o sorella adottata"@it ;
        rdfs:subPropertyOf  :hasSibling ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasAdoptiveSibling .

:HasCousin  a             rdfs:Class , owl:Class ;
        rdfs:comment      "This is the n-ary concept for the property hasCousin"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "ha cugino(a)"@it , "hat Cousin"@de , "tiene primo o prima"@es , "has cousin"@en ;
        rdfs:seeAlso      :hasCousin ;
        rdfs:subClassOf   :HasRelative ;
        vs:term_status    "stable" .

:hasAssociate  a                rdf:Property , owl:ObjectProperty ;
        rdfs:comment            "A person (subject) is associated with a group (object), or a group (subject) is associated with a person (object)."@en ;
        rdfs:isDefinedBy        : ;
        rdfs:label              "hat Gruppenzugehörigkeit"@de , "ha gruppo di appartenenza"@it , "tiene grupo de afiliación"@es , "has group affiliation"@en ;
        rdfs:subPropertyOf      :relatedAgent ;
        owl:equivalentProperty  <https://d-nb.info/standards/elementset/gnd#affiliation> ;
        vs:term_status          "stable" ;
        :correspondsTo          :HasAssociate ;
        :hasGndCode             "affi" .

:HasStepChildParent  a    rdfs:Class , owl:Class ;
        rdfs:comment      "This is the n-ary concept for the properties hasStepChild / hasStepParent"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "hat Stiefkind / Stiefelternteil"@de , "tiene hijo(a) / padre o madre adoptivo(a)"@es , "has stepchild / stepparent"@en , "ha figliastro(a) / padrigno o madrigna"@it ;
        rdfs:seeAlso      :hasStepChild , :hasStepParent ;
        rdfs:subClassOf   :HasChildParent ;
        vs:term_status    "stable" .

:metadataProvenance  a    rdf:Property , owl:DatatypeProperty ;
        rdfs:comment      "A statement or fact (subject) originates from a source."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "ha provenienza"@it , "tiene origen"@es , "has provenance"@en , "hat Herkunft"@de ;
        vs:term_status    "stable" .

:hasSpouse  a               owl:SymmetricProperty , rdf:Property ;
        rdfs:comment        "A person (subject) is married with a person (object)."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "ha coniuge"@it , "has spouse"@en , "hat Ehepartner"@de , "tiene esposo(a)"@es ;
        rdfs:subPropertyOf  :hasInlaw ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasSpouse .

:hasGodChild  a             owl:ObjectProperty , rdf:Property ;
        rdfs:comment        "A person (subject) obtains as godchild a person (object) at the godchild's christening."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "tiene ahijado(a)"@es , "has godchild"@en , "hat Patenkind"@de , "ha figlioccio o figlioccia"@it ;
        rdfs:subPropertyOf  :hasRelative ;
        owl:inverseOf       :hasGodParent ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasGodChildParent .

:hasChild  a                rdf:Property , owl:ObjectProperty ;
        rdfs:comment        "A person has as some kind of child a person (object)."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "tiene hijo(a)"@es , "hat Kind"@de , "ha figlio(a)"@it , "has child"@en ;
        rdfs:subPropertyOf  :hasOffspring ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasChildParent .

:HasAdoptiveSibling  a    rdfs:Class , owl:Class ;
        rdfs:comment      "This is the n-ary concept for the property hasAdoptiveSibling"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "tiene hermano(a) adoptivo(a)"@es , "hat Adoptivgeschwister"@de , "ha fratello adottato o sorella adottata"@it , "has adoptive sibling"@en ;
        rdfs:seeAlso      :hasAdoptiveSibling ;
        rdfs:subClassOf   :HasSibling ;
        vs:term_status    "stable" .

:hasBeginDate  a            owl:DatatypeProperty , rdf:Property ;
        rdfs:comment        "A metadata period or phase (subject) has a temporal start (date). The phase might e.g. concern a relationship between agents."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "tiene fecha inicial"@es , "has begin date"@en , "ha data dinizio"@it , "hat Anfangsdatum"@de ;
        rdfs:subPropertyOf  <https://d-nb.info/standards/elementset/gnd#associatedDate> ;
        vs:term_status      "stable" .

:hasSubjectObject  a      owl:ObjectProperty , rdf:Property ;
        rdfs:comment      "At an n-ary concept's instance (subject), something (object) takes the subject or object role of the symmetric relationship meant by the n-ary concept. \nFor inverse relationsships, the subject and object role follow the naming of the n-ary concept when reading quasi just the first part of the n-ary concept name."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "has subject or object"@en , "tiene sujeto u objeto"@es , "hat Subjekt oder Objekt"@de , "ha soggetto o oggetto"@it ;
        owl:inverseOf     :isSubjectObject ;
        vs:term_status    "stable" .

:HasProfessionalContact
        a                 rdfs:Class , owl:Class ;
        rdfs:comment      "This is the n-ary concept for the property hasProfessionalContact"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "has professional contact"@en , "ha contatto professionale"@it , "hat Berufskontakt"@de , "tiene relación profesional"@es ;
        rdfs:seeAlso      :hasProfessionalContact ;
        rdfs:subClassOf   :RelatedAgent ;
        vs:term_status    "stable" .

:metadataPeriod  a        rdf:Property , owl:ObjectProperty ;
        rdfs:comment      "An n−ary instance (subject) is valid/true in a period (object). The period should be manifested in a blank node, with data properties hasBeginDate or/and hasEndDate set."@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "ha tempo di validità"@it , "tiene periodo de validez"@es , "has validity period"@en , "hat Gültigkeitszeitraum"@de ;
        vs:term_status    "stable" .

:hasStepParent  a              owl:ObjectProperty , rdf:Property ;
        rdfs:comment           "A person's (subject) biological parent is married with or cohabits with a person (object)."@en ;
        rdfs:isDefinedBy       : ;
        rdfs:label             "tiene padre o madre adoptivo(a)"@es , "has stepparent"@en , "ha padrigno o madrigna"@it , "hat Stiefelternteil"@de ;
        rdfs:subPropertyOf     :hasParent ;
        owl:inverseOf          :hasStepChild ;
        vs:term_status         "stable" ;
        :correspondsToInverse  :HasStepChildParent .

:RelatedAgent  a          owl:Class , rdfs:Class ;
        rdfs:comment      "This is the n-ary concept for the property relatedAgent"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "agente connesso"@it , "related Agent"@en , "agente relacionado"@es , "verknüpfter Agens"@de ;
        rdfs:seeAlso      :relatedAgent ;
        rdfs:subClassOf   :NAries ;
        vs:term_status    "stable" .

:HasEmployeeEmployer  a   owl:Class , rdfs:Class ;
        rdfs:comment      "This is the n-ary concept for the properties hasEmployee and hasEmployer"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "ha impiegato(a) / datore di lavoro"@it , "tiene empleado(a) / empleador(a)"@es , "hat Arbeitnehmer / Arbeitgeber"@de , "has employee / employer"@en ;
        rdfs:seeAlso      :hasEmployer , :hasEmployee ;
        rdfs:subClassOf   :HasProfessionalContact ;
        vs:term_status    "stable" .

:hasStepSibling  a          rdf:Property , owl:SymmetricProperty ;
        rdfs:comment        "A person (subject) has as sibling a person (object), where at least one of the two siblings is step child of a joint parent."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "has stepsibling"@en , "tiene hermano(a) adoptivo(a)"@es , "ha fratellastro o sorellastra"@it , "hat Stiefgeschwister"@de ;
        rdfs:subPropertyOf  :hasSibling ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasStepSibling .

:HasInlaw  a              rdfs:Class , owl:Class ;
        rdfs:comment      "This is the n-ary concept for the property hasInlaw"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "tiene pariente político"@es , "has in-law"@en , "hat angeheiratete(n) Verwandte(n)"@de , "ha parente per matrimonio"@it ;
        rdfs:seeAlso      :hasInlaw ;
        rdfs:subClassOf   :HasRelative ;
        vs:term_status    "stable" .

:hasGodParent  a               rdf:Property , owl:ObjectProperty ;
        rdfs:comment           "A person (subject) obtains as godparent a person (object) at the godchild's christening."@en ;
        rdfs:isDefinedBy       : ;
        rdfs:label             "hat Pate"@de , "ha padrino o padrina"@it , "has godparent"@en , "tiene padrino o madrina"@es ;
        rdfs:subPropertyOf     :hasRelative ;
        vs:term_status         "stable" ;
        :correspondsToInverse  :HasGodChildParent .

:hasChildInlaw  a           rdf:Property , owl:ObjectProperty ;
        rdfs:comment        "A person's (subject) child is married with a person (object)."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "has child-in-law"@en , "ha genero o nuora"@it , "tiene yerno o nuera"@es , "hat Schwiegerkind"@de ;
        rdfs:subPropertyOf  :hasInlaw ;
        owl:inverseOf       :hasParentInlaw ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasChildParentInlaw .

:hasAuntUncle  a               rdf:Property , owl:ObjectProperty ;
        rdfs:comment           "A person (subject) has an aunt or uncle (object)."@en ;
        rdfs:isDefinedBy       : ;
        rdfs:label             "hat Tante oder Onkel"@de , "tiene tío o tía"@es , "has aunt or uncle"@en , "ha zia o zio"@it ;
        rdfs:subPropertyOf     :hasRelative ;
        vs:term_status         "stable" ;
        :correspondsToInverse  :HasNieceNephewAuntUncle .

:hasSiblingInlaw  a         rdf:Property , owl:SymmetricProperty ;
        rdfs:comment        "A person's (subject) spouse has a sibling (object)."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "ha cognato(a)"@it , "tiene cuñado(a)"@es , "hat Schwager oder Schwägerin"@de , "has sibling-in-law"@en ;
        rdfs:subPropertyOf  :hasInlaw ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasSiblingInlaw .

:hasInlaw  a                owl:SymmetricProperty , rdf:Property ;
        rdfs:comment        "A person (subject) is related with a person (object) by a marriage between themselves or between relatives."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "tiene pariente político"@es , "has in-law"@en , "hat angeheiratete(n) Verwandte(n)"@de , "ha parente per matrimonio"@it ;
        rdfs:subPropertyOf  :hasRelative ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasInlaw .

:hasStepChild  a            owl:ObjectProperty , rdf:Property ;
        rdfs:comment        "A person's (subject) spouse has a child (object)."@en ;
        rdfs:isDefinedBy    : ;
        rdfs:label          "has stepchild"@en , "hat Stiefkind"@de , "ha figliastro(a)"@it , "tiene hijo(a) adoptivo(a)"@es ;
        rdfs:subPropertyOf  :hasChild ;
        vs:term_status      "stable" ;
        :correspondsTo      :HasStepChildParent .

:HasCorrespondent  a      rdfs:Class , owl:Class ;
        rdfs:comment      "This is the n-ary concept for the property hasCorrespondent"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "ha corrispondente"@it , "tiene correspondente"@es , "has correspondent"@en , "hat Korrespondent"@de ;
        rdfs:seeAlso      :hasCorrespondent ;
        rdfs:subClassOf   :RelatedAgent ;
        vs:term_status    "stable" .

:HasColleague  a          rdfs:Class , owl:Class ;
        rdfs:comment      "This is the n-ary concept for the property hasColleague"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "has colleague"@en , "hat Kollege"@de , "ha collega"@it , "tiene colega"@es ;
        rdfs:seeAlso      :hasColleague ;
        rdfs:subClassOf   :HasProfessionalContact ;
        vs:term_status    "stable" .

:HasGodChildParent  a     rdfs:Class , owl:Class ;
        rdfs:comment      "This is the n-ary concept for the properties hasGodChild and hasGodParent"@en ;
        rdfs:isDefinedBy  : ;
        rdfs:label        "has godchild / godparent"@en , "tiene ahijado(a) / padrino o madrina"@es , "ha figlioccio o figlioccia / padrino o padrina"@it , "hat Patenkind / Pate"@de ;
        rdfs:seeAlso      :hasGodChild , :hasGodParent ;
        rdfs:subClassOf   :HasNieceNephewAuntUncle ;
        vs:term_status    "stable" .
