http://www.cidoc-crm.org/cidoc-crm/P79_beginning_is_qualified_by
Scope note:
This property qualifies the beginning 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) beginning is qualified by approximately (E62)
In First Order Logic:
P79 (x,y) ⊃ E52 (x)
P79 (x,y) ⊃ E62(y)
P79(x,y) ⊃ P3(x,y)
DOMAIN | PROPERTY | RANGE |
---|---|---|
crm:E52_Time-Span | crm:P79_beginning_is_qualified_by | owl:Thing (inferred) |
@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:P79_beginning_is_qualified_by a owl:DatatypeProperty ;
rdfs:label "P79 beginning is qualified by"@en ;
rdfs:comment """Scope note:
This property qualifies the beginning 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) beginning is qualified by approximately (E62)
In First Order Logic:
P79 (x,y) ⊃ E52 (x)
P79 (x,y) ⊃ E62(y)
P79(x,y) ⊃ P3(x,y)"""@en ;
rdfs:domain crm:E52_Time-Span ;
rdfs:subPropertyOf crm:P3_has_note ;
skos:notation "P79"^^xsd:string .