crm:P140_assigned_attribute_to


URI

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

Label

P140 assigned attribute to

Description

Scope note:
This property indicates the item to which an attribute or relation is assigned.

Examples:
- February 1997 Current Ownership Assessment of Martin Doerr's silver cup (E13) assigned attribute to Martin Doerr's silver cup (E19)
- 01 June 1997 Identifier Assignment of the silver cup donated by Martin Doerr (E15) assigned attribute to silver cup 232 (E19)

In First Order Logic:
P140(x,y) ⊃ E13(x)
P140(x,y) ⊃ E1(y)

Usage

DOMAINPROPERTYRANGE
crm:E13_Attribute_Assignment crm:P140_assigned_attribute_to crm:E1_CRM_Entity

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:P140_assigned_attribute_to a owl:ObjectProperty ;
    rdfs:label "P140 assigned attribute to"@en ;
    rdfs:comment """Scope note:
This property indicates the item to which an attribute or relation is assigned.

Examples:
- February 1997 Current Ownership Assessment of Martin Doerr's silver cup (E13) assigned attribute to Martin Doerr's silver cup (E19)
- 01 June 1997 Identifier Assignment of the silver cup donated by Martin Doerr (E15) assigned attribute to silver cup 232 (E19)

In First Order Logic:
P140(x,y) ⊃ E13(x)
P140(x,y) ⊃ E1(y)"""@en ;
    rdfs:domain crm:E13_Attribute_Assignment ;
    rdfs:range crm:E1_CRM_Entity ;
    owl:equivalentProperty ecrm:P140_assigned_attribute_to ;
    owl:inverseOf crm:P140i_was_attributed_by ;
    skos:notation "P140"^^xsd:string .