crm:P135i_was_created_by leaf node


URI

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

Label

P135 was created by

Usage

DOMAINPROPERTYRANGE
crm:E55_Type crm:P135i_was_created_by crm:E83_Type_Creation

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:P135i_was_created_by a owl:ObjectProperty ;
    rdfs:label "P135 was created by"@en ;
    rdfs:domain crm:E55_Type ;
    rdfs:range crm:E83_Type_Creation ;
    rdfs:subPropertyOf crm:P94i_was_created_by ;
    owl:equivalentProperty ecrm:P135i_was_created_by ;
    owl:inverseOf crm:P135_created_type ;
    skos:notation "P135i"^^xsd:string .