crm:P12i_was_present_at


URI

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

Label

P12 was present at

Usage

DOMAINPROPERTYRANGE
crm:E77_Persistent_Item crm:P12i_was_present_at crm:E5_Event

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:P12i_was_present_at a owl:ObjectProperty ;
    rdfs:label "P12 was present at"@en ;
    rdfs:domain crm:E77_Persistent_Item ;
    rdfs:range crm:E5_Event ;
    owl:equivalentProperty ecrm:P12i_was_present_at ;
    owl:inverseOf crm:P12_occurred_in_the_presence_of ;
    skos:notation "P12i"^^xsd:string .