crm:P26i_was_destination_of leaf node


URI

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

Label

P26 was destination of

Inherits from

Usage

DOMAINPROPERTYRANGE
crm:E53_Place crm:P26i_was_destination_of crm:E9_Move

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:P26i_was_destination_of a owl:ObjectProperty ;
    rdfs:label "P26 was destination of"@en ;
    rdfs:domain crm:E53_Place ;
    rdfs:range crm:E9_Move ;
    rdfs:subPropertyOf crm:P7i_witnessed ;
    owl:equivalentProperty ecrm:P26i_was_destination_of ;
    owl:inverseOf crm:P26_moved_to ;
    skos:notation "P26i"^^xsd:string .