crm:P23i_surrendered_title_through leaf node


URI

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

Label

P23 surrendered title through

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) crm:P23i_surrendered_title_through crm:E8_Acquisition

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:P23i_surrendered_title_through a owl:ObjectProperty ;
    rdfs:label "P23 surrendered title through"@en ;
    rdfs:range crm:E8_Acquisition ;
    rdfs:subPropertyOf crm:P14i_performed ;
    owl:equivalentProperty ecrm:P23i_surrendered_title_through ;
    owl:inverseOf crm:P23_transferred_title_from ;
    skos:notation "P23i"^^xsd:string .