crm:P116i_is_started_by leaf node


URI

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

Label

P116 is started by

Usage

DOMAINPROPERTYRANGE
crm:E2_Temporal_Entity crm:P116i_is_started_by crm:E2_Temporal_Entity

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:P116i_is_started_by a owl:ObjectProperty,
        owl:TransitiveProperty ;
    rdfs:label "P116 is started by"@en ;
    rdfs:domain crm:E2_Temporal_Entity ;
    rdfs:range crm:E2_Temporal_Entity ;
    owl:equivalentProperty ecrm:P116i_is_started_by ;
    owl:inverseOf crm:P116_starts ;
    skos:notation "P116i"^^xsd:string .