http://www.cidoc-crm.org/cidoc-crm/P103_was_intended_for
Scope note:
This property links an instance of E71 Man-Made Thing to an E55 Type of usage.
It creates a property between specific man-made things, both physical and immaterial, to Types of intended methods and techniques of use. Note: A link between specific man-made things and a specific use activity should be expressed using P19 was intended use of (was made for).
Examples:
- this plate (E22) was intended for being destroyed at wedding reception (E55)
In First Order Logic:
P103(x,y) ⊃ E71(x)
P103(x,y) ⊃ E55(y)
DOMAIN | PROPERTY | RANGE |
---|---|---|
crm:E71_Man-Made_Thing | crm:P103_was_intended_for | crm:E55_Type |
@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:P103_was_intended_for a owl:ObjectProperty ;
rdfs:label "P103 was intended for"@en ;
rdfs:comment """Scope note:
This property links an instance of E71 Man-Made Thing to an E55 Type of usage.
It creates a property between specific man-made things, both physical and immaterial, to Types of intended methods and techniques of use. Note: A link between specific man-made things and a specific use activity should be expressed using P19 was intended use of (was made for).
Examples:
- this plate (E22) was intended for being destroyed at wedding reception (E55)
In First Order Logic:
P103(x,y) ⊃ E71(x)
P103(x,y) ⊃ E55(y)"""@en ;
rdfs:domain crm:E71_Man-Made_Thing ;
rdfs:range crm:E55_Type ;
owl:equivalentProperty ecrm:P103_was_intended_for ;
owl:inverseOf crm:P103i_was_intention_of ;
skos:notation "P103"^^xsd:string .