crm:P142i_was_used_in leaf node


URI

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

Label

P142 was used in

Usage

DOMAINPROPERTYRANGE
crm:E90_Symbolic_Object crm:P142i_was_used_in crm:E15_Identifier_Assignment

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:P142i_was_used_in a owl:ObjectProperty ;
    rdfs:label "P142 was used in"@en ;
    rdfs:domain crm:E90_Symbolic_Object ;
    rdfs:range crm:E15_Identifier_Assignment ;
    rdfs:subPropertyOf crm:P16i_was_used_for ;
    owl:equivalentProperty ecrm:P142i_was_used_in ;
    owl:inverseOf crm:P142_used_constituent ;
    skos:notation "P142i"^^xsd:string .