crm:P94_has_created


URI

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

Label

P94 has created

Description

Scope note:
This property allows a conceptual E65 Creation to be linked to the E28 Conceptual Object created by it.

It represents the act of conceiving the intellectual content of the E28 Conceptual Object. It does not represent the act of creating the first physical carrier of the E28 Conceptual Object. As an example, this is the composition of a poem, not its commitment to paper.

Examples:
- the composition of "The Four Friends" by A. A. Milne (E65) has created "The Four Friends" by A. A. Milne (E28)

In First Order Logic:
P94(x,y) ⊃ E65(x)
P94(x,y) ⊃ E28(y)
P94(x,y) ⊃ P92(x,y)

Sub Property

Usage

DOMAINPROPERTYRANGE
crm:E65_Creation crm:P94_has_created crm:E28_Conceptual_Object

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:P94_has_created a owl:ObjectProperty ;
    rdfs:label "P94 has created"@en ;
    rdfs:comment """Scope note:
This property allows a conceptual E65 Creation to be linked to the E28 Conceptual Object created by it.

It represents the act of conceiving the intellectual content of the E28 Conceptual Object. It does not represent the act of creating the first physical carrier of the E28 Conceptual Object. As an example, this is the composition of a poem, not its commitment to paper.

Examples:
- the composition of "The Four Friends" by A. A. Milne (E65) has created "The Four Friends" by A. A. Milne (E28)

In First Order Logic:
P94(x,y) ⊃ E65(x)
P94(x,y) ⊃ E28(y)
P94(x,y) ⊃ P92(x,y)"""@en ;
    rdfs:domain crm:E65_Creation ;
    rdfs:range crm:E28_Conceptual_Object ;
    rdfs:subPropertyOf crm:P92_brought_into_existence ;
    owl:equivalentProperty ecrm:P94_has_created ;
    owl:inverseOf crm:P94i_was_created_by ;
    skos:notation "P94"^^xsd:string .