crm:P109_has_current_or_former_curator leaf node


URI

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

Label

P109 has current or former curator

Description

Scope note:
This property identifies the E39 Actor or Actors who assume or have assumed overall curatorial responsibility for an E78 Collection.

It does not allow a history of curation to be recorded. This would require use of an Event initiating a curator being responsible for a Collection.

Examples:
- the Robert Opie Collection (E78) has current or former curator Robert Opie (E39)
- the Mikael Heggelund Foslie's coralline red algae Herbarium (E78) has current or former curator Mikael Heggelund Foslie

In First Order Logic:
P109(x,y) ⊃ E78(x)
P109(x,y) ⊃ E39(y)
P109(x,y) ⊃ P49(x,y)

Usage

DOMAINPROPERTYRANGE
crm:E78_Collection crm:P109_has_current_or_former_curator crm:E39_Actor

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:P109_has_current_or_former_curator a owl:ObjectProperty ;
    rdfs:label "P109 has current or former curator"@en ;
    rdfs:comment """Scope note:
This property identifies the E39 Actor or Actors who assume or have assumed overall curatorial responsibility for an E78 Collection.

It does not allow a history of curation to be recorded. This would require use of an Event initiating a curator being responsible for a Collection.

Examples:
- the Robert Opie Collection (E78) has current or former curator Robert Opie (E39)
- the Mikael Heggelund Foslie's coralline red algae Herbarium (E78) has current or former curator Mikael Heggelund Foslie

In First Order Logic:
P109(x,y) ⊃ E78(x)
P109(x,y) ⊃ E39(y)
P109(x,y) ⊃ P49(x,y)"""@en ;
    rdfs:domain crm:E78_Collection ;
    rdfs:range crm:E39_Actor ;
    rdfs:subPropertyOf crm:P49_has_former_or_current_keeper ;
    owl:equivalentProperty ecrm:P109_has_current_or_former_curator ;
    owl:inverseOf crm:P109i_is_current_or_former_curator_of ;
    skos:notation "P109"^^xsd:string .