crm:P19_was_intended_use_of leaf node


URI

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

Label

P19 was intended use of

Description

Scope note:
This property relates an E7 Activity with objects created specifically for use in the activity.

This is distinct from the intended use of an item in some general type of activity such as the book of common prayer which was intended for use in Church of England services (see P101 had as general use (was use of)).

Examples:
- Lady Diana Spencer's wedding dress (E71) was made for Wedding of Prince Charles and Lady Diana Spencer (E7) mode of use To Be Worn (E55)

FOL:
P19(x,y) ⊃ E7(x)
P19(x,y) ⊃ E71(y)
P19(x,y,z) ⊃ [P19(x,y) ∧ E55(z)]

Properties: P19.1 mode of use: E55 Type

Usage

DOMAINPROPERTYRANGE
crm:E7_Activity crm:P19_was_intended_use_of crm:E71_Man-Made_Thing

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:P19_was_intended_use_of a owl:ObjectProperty ;
    rdfs:label "P19 was intended use of"@en ;
    rdfs:comment """Scope note:
This property relates an E7 Activity with objects created specifically for use in the activity.

This is distinct from the intended use of an item in some general type of activity such as the book of common prayer which was intended for use in Church of England services (see P101 had as general use (was use of)).

Examples:
- Lady Diana Spencer's wedding dress (E71) was made for Wedding of Prince Charles and Lady Diana Spencer (E7) mode of use To Be Worn (E55)

FOL: 
P19(x,y) ⊃ E7(x)
P19(x,y) ⊃ E71(y)
P19(x,y,z) ⊃ [P19(x,y) ∧ E55(z)]

Properties: P19.1 mode of use: E55 Type"""@en ;
    rdfs:domain crm:E7_Activity ;
    rdfs:range crm:E71_Man-Made_Thing ;
    owl:equivalentProperty ecrm:P19_was_intended_use_of ;
    owl:inverseOf crm:P19i_was_made_for ;
    skos:notation "P19"^^xsd:string .