crm:P56i_is_found_on leaf node


URI

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

Label

P56 is found on

Inherits from

Usage

DOMAINPROPERTYRANGE
crm:E26_Physical_Feature crm:P56i_is_found_on crm:E19_Physical_Object

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:P56i_is_found_on a owl:ObjectProperty ;
    rdfs:label "P56 is found on"@en ;
    rdfs:domain crm:E26_Physical_Feature ;
    rdfs:range crm:E19_Physical_Object ;
    rdfs:subPropertyOf crm:P46i_forms_part_of ;
    owl:equivalentProperty ecrm:P56i_is_found_on ;
    owl:inverseOf crm:P56_bears_feature ;
    skos:notation "P56i"^^xsd:string .