crm:P92_brought_into_existence


URI

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

Label

P92 brought into existence

Description

Scope note:
This property allows an E63 Beginning of Existence event to be linked to the E77 Persistent Item brought into existence by it.

It allows a "start" to be attached to any Persistent Item being documented i.e. E70 Thing, E72 Legal Object, E39 Actor, E41 Appellation, E51 Contact Point and E55 Type.

Examples:
- the birth of Mozart (E67) brought into existence Mozart (E21)

In First Order Logic:
P92(x,y) ⊃ E63(x)
P92(x,y) ⊃ E77(y)
P92(x,y) ⊃ P12(x,y)

Usage

DOMAINPROPERTYRANGE
crm:E63_Beginning_of_Existence crm:P92_brought_into_existence crm:E77_Persistent_Item

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:P92_brought_into_existence a owl:ObjectProperty ;
    rdfs:label "P92 brought into existence"@en ;
    rdfs:comment """Scope note:
This property allows an E63 Beginning of Existence event to be linked to the E77 Persistent Item brought into existence by it.

It allows a "start" to be attached to any Persistent Item being documented i.e. E70 Thing, E72 Legal Object, E39 Actor, E41 Appellation, E51 Contact Point and E55 Type.

Examples:
- the birth of Mozart (E67) brought into existence Mozart (E21)

In First Order Logic:
P92(x,y) ⊃ E63(x)
P92(x,y) ⊃ E77(y)
P92(x,y) ⊃ P12(x,y)"""@en ;
    rdfs:domain crm:E63_Beginning_of_Existence ;
    rdfs:range crm:E77_Persistent_Item ;
    rdfs:subPropertyOf crm:P12_occurred_in_the_presence_of ;
    owl:equivalentProperty ecrm:P92_brought_into_existence ;
    owl:inverseOf crm:P92i_was_brought_into_existence_by ;
    skos:notation "P92"^^xsd:string .