ontology:philosurfical.owl#THEORY


URI

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

Label

THEORY

Description

++PhiloSURFical : A systemic conceptual construction, with a coherent and organic architecture. It explains a specific phenomena (or set of) and answers to an existing problem. It comprises concepts, propositions and it HAS to be related to at least one argument. This is required to guarantee a more solid architecture, compared for example to a School-of-thought. Examples are the -theory of evolution- or the -theory of possible worlds-.

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#THEORY> a owl:Class ;
    rdfs:comment "++PhiloSURFical : A systemic conceptual construction, with a coherent and organic architecture. It explains a specific phenomena (or set of) and answers to an existing problem. It comprises concepts, propositions and it HAS to be related to at least one argument. This is required to guarantee a more solid architecture, compared for example to a School-of-thought. Examples are the -theory of evolution- or the -theory of possible worlds-." ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PHILOSOPHICAL-SYSTEM> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PART-OF-SYSTEM> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THEORY> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PART-OF-THEORY> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#METHOD> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEFINES-METHOD> ],
        [ 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-THESIS> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW> .