crm:P62i_is_depicted_by leaf node


URI

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

Label

P62 is depicted by

Usage

DOMAINPROPERTYRANGE
crm:E1_CRM_Entity crm:P62i_is_depicted_by crm:E24_Physical_Man-Made_Thing

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:P62i_is_depicted_by a owl:ObjectProperty ;
    rdfs:label "P62 is depicted by"@en ;
    rdfs:domain crm:E1_CRM_Entity ;
    rdfs:range crm:E24_Physical_Man-Made_Thing ;
    owl:equivalentProperty ecrm:P62i_is_depicted_by ;
    owl:inverseOf crm:P62_depicts ;
    skos:notation "P62i"^^xsd:string .