@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://linkedevents.org/ontology/> . @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 dct: <http://purl.org/dc/terms/> . @prefix ns1: <http://www.w3.org/2006/time#> . ns0:circa dct:issued "2009-07-28"^^<http://www.w3.org/2001/XMLSchema#date> ; a owl:ObjectProperty ; rdfs:comment """ This property relates a span of time that cannot be precisely located in a chronological series to another span of time that can be precisely located, thus asserting that the latter is an approximation of the former."""@en, "An temporal relation expressing nearness in time."@en ; rdfs:domain ns1:TemporalEntity ; rdfs:isDefinedBy <http://linkedevents.org/ontology/> ; rdfs:label "circa"@en ; rdfs:range ns1:DateTimeInterval ; skos:definition """ an interval of time that can be precisely described using calendar dates and clock times."""@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://linkedevents.org/ontology/> .
@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 dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/2006/time#> .

ns0:circa
    dct:issued "2009-07-28"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a owl:ObjectProperty ;
    rdfs:comment """
This property relates a span of time that cannot be precisely located
in a chronological series to another span of time that can be
precisely located, thus asserting that the latter is an approximation
of the former."""@en, "An temporal relation expressing nearness in time."@en ;
    rdfs:domain ns1:TemporalEntity ;
    rdfs:isDefinedBy <http://linkedevents.org/ontology/> ;
    rdfs:label "circa"@en ;
    rdfs:range ns1:DateTimeInterval ;
    skos:definition """
an interval of time that can be
precisely described using calendar dates and clock times."""@en .