crm:P152i_is_parent_of leaf node


URI

http://www.cidoc-crm.org/cidoc-crm/P152i_is_parent_of

Label

P152 is parent of

Usage

DOMAINPROPERTYRANGE
crm:E21_Person crm:P152i_is_parent_of crm:E21_Person

Implementation

@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@prefix ecrm: <http://erlangen-crm.org/current/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

crm:P152i_is_parent_of a owl:ObjectProperty ;
    rdfs:label "P152 is parent of"@en ;
    rdfs:domain crm:E21_Person ;
    rdfs:range crm:E21_Person ;
    owl:equivalentProperty ecrm:P152i_is_parent_of ;
    owl:inverseOf crm:P152_has_parent ;
    skos:notation "P152i"^^xsd:string .