ontology:philosurfical.owl#PHILOSOPHICAL-IDEA


URI

http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PHILOSOPHICAL-IDEA

Label

PHILOSOPHICAL-IDEA

Description

++PhiloSURFical : a philosophical idea is a propositional content with a specific importance within the philosophical world. Philosophical ideas are usually product propositions, as they are important in themselves, for argumentation or theoretical purposes, and not for specifying an action. The class methods is kind of borderline - future refinements should address this!

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#PHILOSOPHICAL-IDEA> a owl:Class ;
    rdfs:comment "++PhiloSURFical : a philosophical idea is a propositional content with a specific importance within the philosophical world. Philosophical ideas are usually product propositions, as they are important in themselves, for argumentation or theoretical purposes, and not for specifying an action. The class methods is kind of borderline - future refinements should address this!" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTOR> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-REFERRED-AUTHOR> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTOR> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#WAS-MADE-BY> ],
        owl:Thing .