http://www.cidoc-crm.org/cidoc-crm/P167_was_at
Scope Note:
This property points to a wider area in which my thing /event was ...
In First Order Logic:
P167(x,y) ⊃ E93(x)
P167(x,y) ⊃ E53(y)
DOMAIN | PROPERTY | RANGE |
---|---|---|
crm:E93_Presence | crm:P167_was_at | crm:E53_Place |
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
crm:P167_was_at a owl:ObjectProperty ;
rdfs:comment """Scope Note:
This property points to a wider area in which my thing /event was ...
In First Order Logic:
P167(x,y) ⊃ E93(x)
P167(x,y) ⊃ E53(y)"""^^xsd:string ;
rdfs:domain crm:E93_Presence ;
rdfs:range crm:E53_Place ;
owl:equivalentProperty ecrm:P167_was_at ;
owl:inverseOf crm:P167i_was_place_of .