ontology:philosurfical.owl#PERIOD


URI

http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PERIOD

Label

PERIOD

Description

E4-CIDOC - This class comprises sets of coherent phenomena or cultural manifestations bounded in time and space. It is the social or physical coherence of these phenomena that identify an E4 Period and not the associated spatio-temporal bounds. [...] Typically this class is used to describe prehistoric or historic periods such as the 'Neolithic Period', the 'Ming Dynasty' or the 'McCarthy Era'. There are however no assumptions about the scale of the associated phenomena. In particular all events are seen as synthetic processes consisting of coherent phenomena. Therefore E4 Period is a superclass of E5 Event. [...] Artistic style may be modeled as E4 Period. ++Philosurfical: the subclasses intellectual movement and philosophical movement has been added as types of period.

Usage

Instances of ontology:philosurfical.owl#PERIOD can have the following properties:

PROPERTYDESCRIPTIONRANGE
From class ontology:philosurfical.owl#PERIOD
ontology:philosurfical.owl#CONSISTS-OF -- owl:Thing
ontology:philosurfical.owl#FALLS-WITHIN -- owl:Thing
ontology:philosurfical.owl#IS-SEPARATED-FROM -- owl:Thing
ontology:philosurfical.owl#OVERLAPS-WITH -- owl:Thing
ontology:philosurfical.owl#TOOK-PLACE-AT -- owl:Thing
ontology:philosurfical.owl#TOOK-PLACE-ON-OR-WITHIN -- owl:Thing
From class ontology:philosurfical.owl#TEMPORAL-ENTITY
ontology:philosurfical.owl#FINISHES -- owl:Thing
ontology:philosurfical.owl#HAS-TIME-SPECIFICATION -- owl:Thing
ontology:philosurfical.owl#IS-EQUAL-IN-TIME-TO -- owl:Thing
ontology:philosurfical.owl#MEETS-IN-TIME-WITH -- owl:Thing
ontology:philosurfical.owl#OCCURS-BEFORE -- owl:Thing
ontology:philosurfical.owl#OCCURS-DURING -- owl:Thing
ontology:philosurfical.owl#OVERLAPS-IN-TIME-WITH -- owl:Thing
ontology:philosurfical.owl#STARTS -- owl:Thing
From class owl:Thing
ontology:philosurfical.owl#HAS-ALTERNATIVE-FORM -- owl:Thing
ontology:philosurfical.owl#HAS-ALTITUDE -- owl:Thing
ontology:philosurfical.owl#HAS-BBOXEAST -- owl:Thing
ontology:philosurfical.owl#HAS-BBOXNORTH -- owl:Thing
ontology:philosurfical.owl#HAS-BBOXSOUTH -- owl:Thing
ontology:philosurfical.owl#HAS-BBOXWEST -- owl:Thing
ontology:philosurfical.owl#HAS-LATITUDE -- owl:Thing
ontology:philosurfical.owl#HAS-LONGITUDE -- owl:Thing
ontology:philosurfical.owl#TYPICAL-OF-AREA -- owl:Thing

Implementation

@prefix ontology: <http://philosurfical.open.ac.uk/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix owl11: <http://www.w3.org/2006/12/owl11#> .
@prefix owl11xml: <http://www.w3.org/2006/12/owl11-xml#> .
@prefix phideas: <http://purl.com/net/phideas#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PERIOD> a owl:Class ;
    rdfs:comment """E4-CIDOC - This class comprises sets of coherent phenomena or cultural manifestations bounded in time and space. It is the social or physical coherence of these phenomena that identify an E4 Period and not the associated spatio-temporal bounds. [...] Typically this class is used to describe prehistoric or historic periods such as the 'Neolithic Period', the 'Ming Dynasty' or the 'McCarthy Era'. There are however no assumptions about the scale of the associated phenomena. In particular all events are seen as synthetic processes consisting of coherent phenomena. Therefore E4 Period is a superclass of E5 Event. [...] Artistic style may be modeled as E4 Period.
++Philosurfical: the subclasses intellectual movement and philosophical movement has been added as types of period.""" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PERIOD> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IS-SEPARATED-FROM> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PERIOD> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#OVERLAPS-WITH> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PERIOD> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONSISTS-OF> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PERIOD> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#FALLS-WITHIN> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TEMPORAL-ENTITY> .