crm:P24i_changed_ownership_through leaf node


URI

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

Label

P24 changed ownership through

Usage

DOMAINPROPERTYRANGE
crm:E18_Physical_Thing crm:P24i_changed_ownership_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:P24i_changed_ownership_through a owl:ObjectProperty ;
    rdfs:label "P24 changed ownership through"@en ;
    rdfs:domain crm:E18_Physical_Thing ;
    rdfs:range crm:E8_Acquisition ;
    owl:equivalentProperty ecrm:P24i_changed_ownership_through ;
    owl:inverseOf crm:P24_transferred_title_of ;
    skos:notation "P24i"^^xsd:string .