crm:P58_has_section_definition leaf node


URI

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

Label

P58 has section definition

Description

Scope note:
This property links an area (section) named by a E46 Section Definition to the instance of E18 Physical Thing upon which it is found.
The CRM handles sections as locations (instances of E53 Place) within or on E18 Physical Thing that are identified by E46 Section Definitions. Sections need not be discrete and separable components or parts of an object.

This is part of a more developed path from E18 Physical Thing through P58, E46 Section Definition, P87 is identified by (identifies) that allows a more precise definition of a location found on an object than the shortcut P59 has section (is located on or within).
A particular instance of a Section Definition only applies to one instance of Physical Thing.

Examples:
- HMS Victory (E22) has section definition "poop deck of HMS Victory" (E46)

In First Order Logic:
P58(x,y) ⊃ E18(x)
P58(x,y) ⊃ E46(y)

Usage

DOMAINPROPERTYRANGE
crm:E18_Physical_Thing crm:P58_has_section_definition crm:E46_Section_Definition

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:P58_has_section_definition a owl:ObjectProperty ;
    rdfs:label "P58 has section definition"@en ;
    rdfs:comment """Scope note:
This property links an area (section) named by a E46 Section Definition to the instance of E18 Physical Thing upon which it is found.
The CRM handles sections as locations (instances of E53 Place) within or on E18 Physical Thing that are identified by E46 Section Definitions. Sections need not be discrete and separable components or parts of an object.

This is part of a more developed path from E18 Physical Thing through P58, E46 Section Definition, P87 is identified by (identifies) that allows a more precise definition of a location found on an object than the shortcut P59 has section (is located on or within).
A particular instance of a Section Definition only applies to one instance of Physical Thing.

Examples:
- HMS Victory (E22) has section definition "poop deck of HMS Victory" (E46)

In First Order Logic:
P58(x,y) ⊃ E18(x)
P58(x,y) ⊃ E46(y)"""@en ;
    rdfs:domain crm:E18_Physical_Thing ;
    rdfs:range crm:E46_Section_Definition ;
    owl:equivalentProperty ecrm:P58_has_section_definition ;
    owl:inverseOf crm:P58i_defines_section ;
    skos:notation "P58"^^xsd:string .