crm:P151_was_formed_from leaf node


URI

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

Label

P151 was formed from

Description

Scope note:
This property associates an instance of E66 Formation with an instance of E74 Group from which the
new group was formed preserving a sense of continuity such as in mission, membership or tradition.

Examples:
- The formation of the House of Bourbon-Conti in 1581 (E66) was formed from House of Condé (E74)

In First Order Logic:
P151(x,y) ⊃ E66(x)
P151(x,y) ⊃ E74(y)
P151(x,y) ⊃ P11(x,y)

Usage

DOMAINPROPERTYRANGE
crm:E66_Formation crm:P151_was_formed_from crm:E74_Group

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:P151_was_formed_from a owl:ObjectProperty ;
    rdfs:label "P151 was formed from"@en ;
    rdfs:comment """Scope note:
This property associates an instance of E66 Formation with an instance of E74 Group from which the
new group was formed preserving a sense of continuity such as in mission, membership or tradition.

Examples:
- The formation of the House of Bourbon-Conti in 1581 (E66) was formed from House of Condé (E74)

In First Order Logic:
P151(x,y) ⊃ E66(x)
P151(x,y) ⊃ E74(y)
P151(x,y) ⊃ P11(x,y)"""^^xsd:string ;
    rdfs:domain crm:E66_Formation ;
    rdfs:range crm:E74_Group ;
    rdfs:subPropertyOf crm:P11_had_participant ;
    owl:equivalentProperty ecrm:P151_was_formed_from ;
    owl:inverseOf crm:P151i_participated_in ;
    skos:notation "P151"^^xsd:string .