crm:P84_had_at_most_duration leaf node


URI

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

Label

P84 had at most duration

Description

Scope note:
This property describes the maximum length of time covered by an E52 Time-Span.

It allows an E52 Time-Span to be associated with an E54 Dimension representing it’s maximum duration (i.e. it’s outer boundary) independent from the actual beginning and end.

Examples:
- the time span of the Battle of Issos 333 B.C.E. (E52) had at most duration Battle of Issos maximum duration (E54) has unit (P91) day (E58) has value (P90) 2 (E60)

In First Order Logic:
P84(x,y) ⊃ E52(x)
P84(x,y) ⊃ E54(y)

Usage

DOMAINPROPERTYRANGE
crm:E52_Time-Span crm:P84_had_at_most_duration crm:E54_Dimension

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:P84_had_at_most_duration a owl:ObjectProperty ;
    rdfs:label "P84 had at most duration"@en ;
    rdfs:comment """Scope note:
This property describes the maximum length of time covered by an E52 Time-Span.

It allows an E52 Time-Span to be associated with an E54 Dimension representing it’s maximum duration (i.e. it’s outer boundary) independent from the actual beginning and end.

Examples:
- the time span of the Battle of Issos 333 B.C.E. (E52) had at most duration Battle of Issos maximum duration (E54) has unit (P91) day (E58) has value (P90) 2 (E60)

In First Order Logic:
P84(x,y) ⊃ E52(x)
P84(x,y) ⊃ E54(y)"""@en ;
    rdfs:domain crm:E52_Time-Span ;
    rdfs:range crm:E54_Dimension ;
    owl:equivalentProperty ecrm:P84_had_at_most_duration ;
    owl:inverseOf crm:P84i_was_maximum_duration_of ;
    skos:notation "P84"^^xsd:string .