ontology:philosurfical.owl#VIEW-INTERPRETATION


URI

http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW-INTERPRETATION

Label

VIEW-INTERPRETATION

Description

++PhiloSURFical : interpretations of views: we are replicating some slots of the view class, as an initial mechanism for providing support for inconsistent and contrasting annotations. We'll look into the issue more while enlarging the KB

Usage

Instances of ontology:philosurfical.owl#VIEW-INTERPRETATION can have the following properties:

PROPERTYDESCRIPTIONRANGE
From class ontology:philosurfical.owl#VIEW-INTERPRETATION
ontology:philosurfical.owl#ATTACKED-BY-PROBLEM -- owl:Thing
ontology:philosurfical.owl#DEFINES-CONCEPT -- owl:Thing
ontology:philosurfical.owl#HAS-EXEMPLAR-DOCUMENT -- owl:Thing
ontology:philosurfical.owl#HAS-OPPOSING-ARGUMENT -- owl:Thing
ontology:philosurfical.owl#HAS-SUPPORTING-ARGUMENT -- owl:Thing
ontology:philosurfical.owl#INFLUENCED-BY-VIEW -- owl:Thing
ontology:philosurfical.owl#INFLUENCES-VIEW -- owl:Thing
ontology:philosurfical.owl#INTERPRETS -- owl:Thing
ontology:philosurfical.owl#INTERPRETS-FACT -- owl:Thing
ontology:philosurfical.owl#OPPOSES-VIEW -- owl:Thing
ontology:philosurfical.owl#SUPPORTS-VIEW -- owl:Thing
ontology:philosurfical.owl#TACKLES-PROBLEM -- owl:Thing
ontology:philosurfical.owl#TYPIFIES -- owl:Thing
ontology:philosurfical.owl#USES-IDEA -- owl:Thing
From class ontology:philosurfical.owl#IDEA-INTERPRETATION
ontology:philosurfical.owl#CONTRASTS-WITH -- owl:Thing
ontology:philosurfical.owl#INTERPRETS -- owl:Thing
ontology:philosurfical.owl#SIMILAR-TO -- owl:Thing
ontology:philosurfical.owl#WAS-CONCEIVED-BY -- owl:Thing
From class ontology:philosurfical.owl#INTERPRETATION
ontology:philosurfical.owl#HAS-INTERPRETATION -- owl:Thing
ontology:philosurfical.owl#INTERPRETS -- owl:Thing
From class ontology:philosurfical.owl#INTELLECTUAL-ACTIVITY
ontology:philosurfical.owl#INVOLVES-IDEA -- owl:Thing
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#VIEW-INTERPRETATION> a owl:Class ;
    rdfs:comment "++PhiloSURFical : interpretations of views: we are replicating some slots of the view class, as an initial mechanism for providing support for inconsistent and contrasting annotations. We'll look into the issue more while enlarging the KB" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ATTACKED-BY-PROBLEM> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INFLUENCED-BY-VIEW> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-OPPOSING-ARGUMENT> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SUPPORTS-VIEW> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#OPPOSES-VIEW> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-SUPPORTING-ARGUMENT> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INFLUENCES-VIEW> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INTERPRETS> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INTELLECTUAL-MOVEMENT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TYPIFIES> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCEPT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEFINES-CONCEPT> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TEMPORAL-ENTITY> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INTERPRETS-FACT> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TACKLES-PROBLEM> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PHILOSOPHICAL-IDEA> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#USES-IDEA> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IDEA-INTERPRETATION> .