ontology:philosurfical.owl#ACTIVITY


URI

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

Label

ACTIVITY

Description

E7-CIDOC -This class comprises actions intentionally carried out by instances of E39 Actor that result in changes of state in the cultural, social, or physical systems documented. This notion includes complex, composite and long-lasting actions such as the building of a settlement or a war, as well as simple, short-lived actions such as the opening of a door. ++Philosurfical: There are 2 binary relations here, which have been translated in ocml only as slots. See the original documentation for reference. Had-a-general-purpose has been omitted. Does not appear to add anything useful.Same for used-object-of type.

Usage

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

PROPERTYDESCRIPTIONRANGE
From class ontology:philosurfical.owl#ACTIVITY
ontology:philosurfical.owl#CARRIED-OUT-BY -- owl:Thing
ontology:philosurfical.owl#CONTINUED -- owl:Thing
ontology:philosurfical.owl#HAD-SPECIFIC-PURPOSE -- owl:Thing
ontology:philosurfical.owl#USED-SPECIFIC-OBJECT -- owl:Thing
ontology:philosurfical.owl#WAS-INFLUENCED-BY -- owl:Thing
ontology:philosurfical.owl#WAS-INTENDED-USE-OF -- owl:Thing
ontology:philosurfical.owl#WAS-MOTIVATED-BY -- owl:Thing
From class ontology:philosurfical.owl#EVENT
ontology:philosurfical.owl#HAD-PARTICIPANT -- owl:Thing
ontology:philosurfical.owl#OCCURRED-IN-THE-PRESENCE-OF -- owl:Thing
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#ACTIVITY> a owl:Class ;
    rdfs:comment """E7-CIDOC -This class comprises actions intentionally carried out by instances of E39 Actor that result in changes of state in the cultural, social, or physical systems documented. This notion includes complex, composite and long-lasting actions such as the building of a settlement or a war, as well as simple, short-lived actions such as the opening of a door.
++Philosurfical: There are 2 binary relations here, which have been translated in ocml only as slots. See the original documentation for reference. Had-a-general-purpose has been omitted. Does not appear to add anything useful.Same for used-object-of type.""" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTIVITY> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONTINUED> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTOR> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CARRIED-OUT-BY> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTIVITY> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAD-SPECIFIC-PURPOSE> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EVENT> .