crm:P95_has_formed leaf node


URI

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

Label

P95 has formed

Description

Scope note:
This property links the founding or E66 Formation for an E74 Group with the Group itself.

Examples:
- the formation of the CIDOC CRM SIG at the August 2000 CIDOC Board meeting (E66) has formed the CIDOC CRM Special Interest Group (E74)

In First Order Logic:
P95(x,y) ⊃ E66(x)
P95(x,y) ⊃ E74(y)
P95(x,y) ⊃ P92(x,y)

Usage

DOMAINPROPERTYRANGE
crm:E66_Formation crm:P95_has_formed 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:P95_has_formed a owl:ObjectProperty ;
    rdfs:label "P95 has formed"@en ;
    rdfs:comment """Scope note:
This property links the founding or E66 Formation for an E74 Group with the Group itself.

Examples:
- the formation of the CIDOC CRM SIG at the August 2000 CIDOC Board meeting (E66) has formed the CIDOC CRM Special Interest Group (E74)

In First Order Logic:
P95(x,y) ⊃ E66(x)
P95(x,y) ⊃ E74(y)
P95(x,y) ⊃ P92(x,y)"""@en ;
    rdfs:domain crm:E66_Formation ;
    rdfs:range crm:E74_Group ;
    rdfs:subPropertyOf crm:P92_brought_into_existence ;
    owl:equivalentProperty ecrm:P95_has_formed ;
    owl:inverseOf crm:P95i_was_formed_by ;
    skos:notation "P95"^^xsd:string .