crm:P136_was_based_on leaf node


URI

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

Label

P136 was based on

Description

Scope note:
This property identifies one or more items that were used as evidence to declare a new E55 Type.

The examination of these items is often the only objective way to understand the precise characteristics of a new Type. Such items should be deposited in a museum or similar institution for that reason. The taxonomic role renders the specific relationship of each item to the Type, such as "holotype" or "original element".

Examples:
- the taxon creation of the plant species 'Serratula glauca Linné, 1753.' (E83) was based on Object BM000576251 of the Clayton Herbarium (E20) in the taxonomic role original element (E55)

In First Order Logic:
P136(x,y) ⊃ E83(x)
P136(x,y) ⊃ E1(y)
P136(x,y,z) ⊃ [P136(x,y) ∧ E55(z)]
P136(x,y) ⊃ P15(x,y)

Properties: P136.1 in the taxonomic role: E55 Type

Usage

DOMAINPROPERTYRANGE
crm:E83_Type_Creation crm:P136_was_based_on 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:P136_was_based_on a owl:ObjectProperty ;
    rdfs:label "P136 was based on"@en ;
    rdfs:comment """Scope note:
This property identifies one or more items that were used as evidence to declare a new E55 Type.

The examination of these items is often the only objective way to understand the precise characteristics of a new Type. Such items should be deposited in a museum or similar institution for that reason. The taxonomic role renders the specific relationship of each item to the Type, such as "holotype" or "original element".

Examples:
- the taxon creation of the plant species 'Serratula glauca Linné, 1753.' (E83) was based on Object BM000576251 of the Clayton Herbarium (E20)  in the taxonomic role original element (E55)

In First Order Logic:
P136(x,y) ⊃ E83(x)
P136(x,y) ⊃ E1(y)
P136(x,y,z) ⊃ [P136(x,y) ∧ E55(z)]
P136(x,y) ⊃ P15(x,y)

Properties: P136.1 in the taxonomic role: E55 Type"""@en ;
    rdfs:domain crm:E83_Type_Creation ;
    rdfs:range crm:E1_CRM_Entity ;
    rdfs:subPropertyOf crm:P15_was_influenced_by ;
    owl:equivalentProperty ecrm:P136_was_based_on ;
    owl:inverseOf crm:P136i_supported_type_creation ;
    skos:notation "P136"^^xsd:string .