crm:P57_has_number_of_parts leaf node


URI

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

Label

P57 has number of parts

Description

Scope note:
This property documents the E60 Number of parts of which an instance of E19 Physical Object is composed.

This may be used as a method of checking inventory counts with regard to aggregate or collective objects. What constitutes a part or component depends on the context and requirements of the documentation. Normally, the parts documented in this way would not be considered as worthy of individual attention.

For a more complete description, objects may be decomposed into their components and constituents using P46 is composed of (forms parts of) and P45 consists of (is incorporated in). This allows each element to be described individually.

Examples:
- chess set 233 (E22) has number of parts 33 (E60)

In First Order Logic:
P57(x,y) ⊃ E19(x)
P57(x,y) ⊃ E60(y)

Usage

DOMAINPROPERTYRANGE
crm:E19_Physical_Object crm:P57_has_number_of_parts owl:Thing (inferred)

Implementation

@prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
@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:P57_has_number_of_parts a owl:DatatypeProperty ;
    rdfs:label "P57 has number of parts"@en ;
    rdfs:comment """Scope note:
This property documents the E60 Number of parts of which an instance of E19 Physical Object is composed.

This may be used as a method of checking inventory counts with regard to aggregate or collective objects. What constitutes a part or component depends on the context and requirements of the documentation. Normally, the parts documented in this way would not be considered as worthy of individual attention.

For a more complete description, objects may be decomposed into their components and constituents using P46 is composed of (forms parts of) and P45 consists of (is incorporated in). This allows each element to be described individually.

Examples:
- chess set 233 (E22) has number of parts 33 (E60)

In First Order Logic:
P57(x,y) ⊃ E19(x)
P57(x,y) ⊃ E60(y)"""@en ;
    rdfs:domain crm:E19_Physical_Object ;
    skos:notation "P57"^^xsd:string .