crm:P129i_is_subject_of leaf node


URI

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

Label

P129 is subject of

Usage

DOMAINPROPERTYRANGE
crm:E1_CRM_Entity crm:P129i_is_subject_of crm:E89_Propositional_Object

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:P129i_is_subject_of a owl:ObjectProperty ;
    rdfs:label "P129 is subject of"@en ;
    rdfs:domain crm:E1_CRM_Entity ;
    rdfs:range crm:E89_Propositional_Object ;
    rdfs:subPropertyOf crm:P67i_is_referred_to_by ;
    owl:equivalentProperty ecrm:P129i_is_subject_of ;
    owl:inverseOf crm:P129_is_about ;
    skos:notation "P129i"^^xsd:string .