crm:P81_ongoing_throughout leaf node


URI

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

Label

P81 ongoing throughout

Description

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

Since Time-Spans may not have precisely known temporal extents, the CRM supports statements about the minimum and maximum temporal extents of Time-Spans. This property allows a Time-Span’s minimum temporal extent (i.e. its inner boundary) to be assigned an E61 Time Primitive value. Time Primitives are treated by the CRM as application or system specific date intervals, and are not further analysed.

Examples:
- the time-span of the development of the CIDOC CRM (E52) ongoing throughout 1996-2002 (E61)

In First Order Logic:
P81 (x,y) ⊃ E52(x)
P81 (x,y) ⊃ E61(y)

Usage

DOMAINPROPERTYRANGE
crm:E52_Time-Span crm:P81_ongoing_throughout 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:P81_ongoing_throughout a owl:DatatypeProperty ;
    rdfs:label "P81 ongoing throughout"@en ;
    rdfs:comment """Scope note:
This property describes the minimum period of time covered by an E52 Time-Span.

Since Time-Spans may not have precisely known temporal extents, the CRM supports statements about the minimum and maximum temporal extents of Time-Spans. This property allows a Time-Span’s minimum temporal extent (i.e. its inner boundary) to be assigned an E61 Time Primitive value. Time Primitives are treated by the CRM as application or system specific date intervals, and are not further analysed.

Examples:
- the time-span of the development of the CIDOC CRM (E52) ongoing throughout 1996-2002 (E61)

In First Order Logic:
P81 (x,y) ⊃ E52(x)
P81 (x,y) ⊃ E61(y)"""@en ;
    rdfs:domain crm:E52_Time-Span ;
    skos:notation "P81"^^xsd:string .