crm:P80_end_is_qualified_by leaf node


URI

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

Label

P80 end is qualified by

Description

Scope note:
This property qualifies the end of an E52 Time-Span in some way.

The nature of the qualification may be certainty, precision, source etc.

Examples:
- the time-span of the Holocene (E52) end is qualified by approximately (E62)

In First Order Logic:
P80(x,y) ⊃ E52(x)
P80(x,y) ⊃ E62(y)
P80(x,y) ⊃ P3(x,y)

Usage

DOMAINPROPERTYRANGE
crm:E52_Time-Span crm:P80_end_is_qualified_by 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:P80_end_is_qualified_by a owl:DatatypeProperty ;
    rdfs:label "P80 end is qualified by"@en ;
    rdfs:comment """Scope note:
This property qualifies the end of an E52 Time-Span in some way.

The nature of the qualification may be certainty, precision, source etc.

Examples:
- the time-span of the Holocene (E52) end is qualified by approximately (E62)

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