crm:P141_assigned


URI

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

Label

P141 assigned

Description

Scope note:
This property indicates the attribute that was assigned or the item that was related to the item denoted by a property P140 assigned attribute to in an Attribute assignment action.

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

Usage

DOMAINPROPERTYRANGE
crm:E13_Attribute_Assignment crm:P141_assigned 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:P141_assigned a owl:ObjectProperty ;
    rdfs:label "P141 assigned"@en ;
    rdfs:comment """Scope note:
This property indicates the attribute that was assigned or the item that was related to the item denoted by a property P140 assigned attribute to in an Attribute assignment action.

Examples:
- February 1997 Current Ownership Assessment of Martin Doerr's silver cup (E13) assigned Martin Doerr (E21)
- 01 June 1997 Identifier Assignment of the silver cup donated by Martin Doerr (E15) assigned object identifier 232"""@en ;
    rdfs:domain crm:E13_Attribute_Assignment ;
    rdfs:range crm:E1_CRM_Entity ;
    owl:equivalentProperty ecrm:P141_assigned ;
    owl:inverseOf crm:P141i_was_assigned_by ;
    skos:notation "P141"^^xsd:string .