crm:P125_used_object_of_type


URI

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

Label

P125 used object of type

Description

Scope note:
This property defines the kind of objects used in an E7 Activity, when the specific instance is either unknown or not of interest, such as use of "a hammer".

Examples:
- at the Battle of Agincourt (E7), the English archers used object of type long bow (E55)

In First Order Logic:
P125(x,y) ⊃ E7(x)
P125(x,y) ⊃ E55(y)

Usage

DOMAINPROPERTYRANGE
crm:E7_Activity crm:P125_used_object_of_type crm:E55_Type

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:P125_used_object_of_type a owl:ObjectProperty ;
    rdfs:label "P125 used object of type"@en ;
    rdfs:comment """Scope note:
This property defines the kind of objects used in an E7 Activity, when the specific instance is either unknown or not of interest, such as use of "a hammer".

Examples:
- at the Battle of Agincourt (E7), the English archers used object of type long bow (E55)

In First Order Logic:
P125(x,y) ⊃ E7(x)
P125(x,y) ⊃ E55(y)"""@en ;
    rdfs:domain crm:E7_Activity ;
    rdfs:range crm:E55_Type ;
    owl:equivalentProperty ecrm:P125_used_object_of_type ;
    owl:inverseOf crm:P125i_was_type_of_object_used_in ;
    skos:notation "P125"^^xsd:string .