ontology:philosurfical.owl#VIEW


URI

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

Label

VIEW

Description

++PhiloSURFical : Generic class referring to propositions expressing a viewpoint, that is, descriptions defining other concepts and, in general, meanings. The property exists-in-area can have multiple values.Defines-method is excluded at this level cause a thesis is not enough to define a method. Another possible relationis defines-key-concept...

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> a owl:Class ;
    rdfs:comment "++PhiloSURFical : Generic class referring to propositions expressing a viewpoint, that is, descriptions defining other concepts and, in general, meanings. The property exists-in-area can have multiple values.Defines-method is excluded at this level cause a thesis is not enough to define a method. Another possible relationis defines-key-concept..." ;
    rdfs:subClassOf [ 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-AREA> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EXISTS-IN-AREA> ],
        [ 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> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PHILOSOPHICAL-IDEA> .