ontology:philosurfical.owl#SCHOOL-OF-THOUGHT


URI

http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SCHOOL-OF-THOUGHT

Label

SCHOOL-OF-THOUGHT

Description

++PhiloSURFical : A generic standpoint, a belief or view about a subject area or a problem. It is not as formalized and systematic as a theory, and its contents are limited to be thesis. Examples are -pacifism-, -animism-, -expansionism-. They could be further classified depending on their area of provenience (politics, religion). This class is needed cause often a mental content refer to a belief, but without the specificity of a theory

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#SCHOOL-OF-THOUGHT> a owl:Class ;
    rdfs:comment "++PhiloSURFical : A generic standpoint, a belief or view about a subject area or a problem. It is not as formalized and systematic as a theory, and its contents are limited to be thesis. Examples are -pacifism-, -animism-, -expansionism-. They could be further classified depending on their area of provenience (politics, religion). This class is needed cause often a mental content refer to a belief, but without the specificity of a theory" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THEORY> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-EXEMPLAR-THEORY> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CLASSIFIES-VIEW> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THESIS> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-MAIN-THESIS> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW> .