crm:P16i_was_used_for


URI

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

Label

P16 was used for

Usage

DOMAINPROPERTYRANGE
crm:E70_Thing crm:P16i_was_used_for crm:E7_Activity

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:P16i_was_used_for a owl:ObjectProperty ;
    rdfs:label "P16 was used for"@en ;
    rdfs:domain crm:E70_Thing ;
    rdfs:range crm:E7_Activity ;
    rdfs:subPropertyOf crm:P12i_was_present_at,
        crm:P15i_influenced ;
    owl:equivalentProperty ecrm:P16i_was_used_for ;
    owl:inverseOf crm:P16_used_specific_object ;
    skos:notation "P16i"^^xsd:string .