crm:P135_created_type leaf node


URI

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

Label

P135 created type

Description

Scope note:
This property identifies the E55 Type, which is created in an E83Type Creation activity.

Examples:
- The description of a new ribbon worm species by Bürger (E83) created type 'Lineus coxinus (Bürger, 1892)' (E55)

In First Order Logic:
P135(x,y) ⊃ E83(x)
P135(x,y) ⊃ E55(y)
P135(x,y) ⊃ P94(x,y)

Usage

DOMAINPROPERTYRANGE
crm:E83_Type_Creation crm:P135_created_type crm:E55_Type

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:P135_created_type a owl:ObjectProperty ;
    rdfs:label "P135 created type"@en ;
    rdfs:comment """Scope note:
This property identifies the E55 Type, which is created in an E83Type Creation activity.

Examples:
- The description of a new ribbon worm species by Bürger (E83) created type 'Lineus coxinus (Bürger, 1892)' (E55)

In First Order Logic:
P135(x,y) ⊃ E83(x)
P135(x,y) ⊃ E55(y)
P135(x,y) ⊃ P94(x,y)"""@en ;
    rdfs:domain crm:E83_Type_Creation ;
    rdfs:range crm:E55_Type ;
    rdfs:subPropertyOf crm:P94_has_created ;
    owl:equivalentProperty ecrm:P135_created_type ;
    owl:inverseOf crm:P135i_was_created_by ;
    skos:notation "P135"^^xsd:string .