crm:P148_has_component leaf node


URI

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

Label

P148 has component

Description

Scope note:
This property associates an instance of E89 Propositional Object with a structural part of it that is by itself an instance of E89 Propositional Object.

Examples:
- Dante's "Divine Comedy" (E89) has component Dante's "Hell" (E89)

In First Order Logic:
P148(x,y) ⊃ E89(x)
P148(x,y) ⊃ E89(y)

Usage

DOMAINPROPERTYRANGE
crm:E89_Propositional_Object crm:P148_has_component crm:E89_Propositional_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:P148_has_component a owl:ObjectProperty,
        owl:TransitiveProperty ;
    rdfs:label "P148 has component"@en ;
    rdfs:comment """Scope note:
This property associates an instance of E89 Propositional Object with a structural part of it that is by itself an instance of E89 Propositional Object.

Examples:
- Dante's "Divine Comedy" (E89) has component Dante's "Hell" (E89)

In First Order Logic:
P148(x,y) ⊃ E89(x)
P148(x,y) ⊃ E89(y)"""@en ;
    rdfs:domain crm:E89_Propositional_Object ;
    rdfs:range crm:E89_Propositional_Object ;
    owl:equivalentProperty ecrm:P148_has_component ;
    owl:inverseOf crm:P148i_is_component_of ;
    skos:notation "P148"^^xsd:string .