crm:P99_dissolved leaf node


URI

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

Label

P99 dissolved

Description

Scope note:
This property links the disbanding or E68 Dissolution of an E74 Group to the Group itself.

Examples:
- the end of The Hole in the Wall Gang (E68) dissolved The Hole in the Wall Gang (E74)

In First Order Logic:
P99(x,y) ⊃ E68(x)
P99(x,y) ⊃ E74(y)
P99(x,y) ⊃ P11(x,y)
P99(x,y) ⊃ P93(x,y)

Usage

DOMAINPROPERTYRANGE
crm:E68_Dissolution crm:P99_dissolved 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:P99_dissolved a owl:ObjectProperty ;
    rdfs:label "P99 dissolved"@en ;
    rdfs:comment """Scope note:
This property links the disbanding or E68 Dissolution of an E74 Group to the Group itself.

Examples:
- the end of The Hole in the Wall Gang (E68) dissolved The Hole in the Wall Gang (E74)

In First Order Logic:
P99(x,y) ⊃ E68(x)
P99(x,y) ⊃ E74(y)
P99(x,y) ⊃ P11(x,y)
P99(x,y) ⊃ P93(x,y)"""@en ;
    rdfs:domain crm:E68_Dissolution ;
    rdfs:range crm:E74_Group ;
    rdfs:subPropertyOf crm:P11_had_participant,
        crm:P93_took_out_of_existence ;
    owl:equivalentProperty ecrm:P99_dissolved ;
    owl:inverseOf crm:P99i_was_dissolved_by ;
    skos:notation "P99"^^xsd:string .