@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#ACADEMIC-SUPPORT-UNIT> a rdfs:Class ;
    rdfs:comment "AKT -" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EDUCATIONAL-ORGANIZATION-UNIT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACADEMIC-UNIT> a rdfs:Class ;
    rdfs:comment "AKT -" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#UNIVERSITY> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#UNIT-OF-ORGANIZATION> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EDUCATIONAL-ORGANIZATION-UNIT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTOR> a rdfs:Class ;
    rdfs:comment """E39-CIDOC - This class comprises people, either individually or in groups, who have the potential to
perform intentional actions for which they can be held responsible.
++Philosurfical: has former-or-current-residence has been shortened to has-residence.. the first 4 slots only are originally from CIDOC""" ;
    rdfs:subClassOf owl:Thing .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#BELIEF-GROUP> a rdfs:Class ;
    rdfs:comment "++PhiloSURFical: Group of people united by a shared set of beliefs - it is a social object also because we identify it tx to the belief shared" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SHARES-BELIEF> ],
        [ 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#HAS-RELATED-INTELLECTUAL-EVENT> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#GROUP-OF-PEOPLE> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CHARITABLE-ORGANIZATION> a rdfs:Class ;
    rdfs:comment "AKT -" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#NON-PROFIT-ORGANIZATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CIVIL-SERVICE> a rdfs:Class ;
    rdfs:comment "AKT -" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#GOVERNMENT-ORGANIZATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#COMPANY> a rdfs:Class ;
    rdfs:comment "AKT -" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROFIT-ORGANIZATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DISTANCE-TEACHING-UNIVERSITY> a rdfs:Class ;
    rdfs:comment "AKT -" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#UNIVERSITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EDUCATIONAL-ORGANIZATION> a rdfs:Class ;
    rdfs:comment "AKT - ++Philosurfical: quite a useful class" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#LEARNING-CENTRED-ORGANIZATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EDUCATIONAL-ORGANIZATION-UNIT> a rdfs:Class ;
    rdfs:comment "AKT -" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EDUCATIONAL-ORGANIZATION> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#UNIT-OF-ORGANIZATION> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ORGANIZATION-UNIT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#GOVERNMENT> a rdfs:Class ;
    rdfs:comment "AKT -" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#GOVERNMENT-ORGANIZATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#GOVERNMENT-ORGANIZATION> a rdfs:Class ;
    rdfs:comment "AKT -" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#NON-PROFIT-ORGANIZATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#GROUP> a rdfs:Class ;
    rdfs:comment """E74-CIDOC - This class comprises any gatherings or organizations of two or more people that act collectively or in a similar way due to any form of unifying relationship. A gathering of people becomes an E74 Group when it exhibits organizational characteristics usually typified by a set of ideas or beliefs held in common, or actions performed together.
++Philosurfical : Has current or former member  has been changed to present tense. Since we can have groups of people and organization, we introduces also the subclass group-of-people. (for groups of objects there is already the class collection""" ;
    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-MEMBER> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTOR> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#GROUP-OF-PEOPLE> a rdfs:Class ;
    rdfs:comment "++PhiloSURFical: I added this class to refer explicitly to groups composed only by people" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#GROUP> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HIGHER-EDUCATIONAL-ORGANIZATION> a rdfs:Class ;
    rdfs:comment "AKT -" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACADEMIC-UNIT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-ACADEMIC-UNIT> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACADEMIC-SUPPORT-UNIT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-SUPPORT-UNIT> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EDUCATIONAL-ORGANIZATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INDIVIDUAL> a rdfs:Class ;
    rdfs:comment "++PhiloSURFical: If we have a group class, I don't see why not putting also this one" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTOR> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INDUSTRIAL-ORGANIZATION> a rdfs:Class ;
    rdfs:comment "AKT -" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROFIT-ORGANIZATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#LEARNING-CENTRED-ORGANIZATION> a rdfs:Class ;
    rdfs:comment "AKT - ++Philosurfical: quite a useful class" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ORGANIZATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#LEGAL-BODY> a rdfs:Class ;
    rdfs:comment """E40-CIDOC - This class comprises institutions or groups of people that have obtained a legal recognition as a group and can act collectively as agents.
++Philosurfical: we have added a set of organizations, partly taken from AKT. See below.""" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#GROUP> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#NON-PROFIT-ORGANIZATION> a rdfs:Class ;
    rdfs:comment "AKT -" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ORGANIZATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ORGANIZATION> a rdfs:Class ;
    rdfs:comment """AKT - An organization is a type of legal agent.
++Philosurfical: the original slot has-affiliated-person has been overridden by has-member:agent; the has-size slot not needed in this context.""" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ORGANIZATION-UNIT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-SUB-UNIT> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ORGANIZATION> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ORGANIZATION-PART-OF> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#LEGAL-BODY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ORGANIZATION-UNIT> a rdfs:Class ;
    rdfs:comment """AKT - An organization may have a number of units. Units may themselves have sub-units.
++Philosurfical: we have taken out all the address related slots, cause actors already have the has-contact slot. Same as above, for has-size and has-affiliated-person""" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ORGANIZATION> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#UNIT-OF-ORGANIZATION> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ORGANIZATION-UNIT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-SUB-UNIT> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ORGANIZATION-UNIT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SUB-UNIT-OF-ORGANIZATION-UNIT> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#LEGAL-BODY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PARTNERSHIP> a rdfs:Class ;
    rdfs:comment "AKT - A partnership is not necessarily a company, e.g. a consultancy firm is not a company" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROFIT-ORGANIZATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PHILOSOPHICAL-SCHOOL> a rdfs:Class ;
    rdfs:comment "++PhiloSURFical: E.g. the stoics or the circle of vienna, intended as the people composing them" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PHILOSOPHICAL-MOVEMENT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-RELATED-PHILO-EVENT> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#BELIEF-GROUP> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#POLITICAL-GROUP> a rdfs:Class ;
    rdfs:comment "++PhiloSURFical:" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#BELIEF-GROUP> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#POLITICAL-ORGANIZATION> a rdfs:Class ;
    rdfs:comment "AKT - An organization which has a political connotation" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ORGANIZATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PRIVATE-COMPANY> a rdfs:Class ;
    rdfs:comment "AKT -" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#COMPANY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROFIT-ORGANIZATION> a rdfs:Class ;
    rdfs:comment "AKT -" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROFIT-ORGANIZATION> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SUBSIDIARY-OF> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ORGANIZATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PUBLIC-COMPANY> a rdfs:Class ;
    rdfs:comment "AKT -" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#COMPANY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PUBLISHING-HOUSE> a rdfs:Class ;
    rdfs:comment "AKT -" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ORGANIZATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#R-AND-D-INSTITUTE> a rdfs:Class ;
    rdfs:comment "AKT -" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#LEARNING-CENTRED-ORGANIZATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#R-AND-D-INSTITUTE-WITHIN-EDUCATIONAL-ORGANIZATION> a rdfs:Class ;
    rdfs:comment "AKT -" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#R-AND-D-INSTITUTE-WITHIN-LARGER-ORGANIZATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#R-AND-D-INSTITUTE-WITHIN-LARGER-ORGANIZATION> a rdfs:Class ;
    rdfs:comment "AKT -" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ORGANIZATION-UNIT>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#R-AND-D-INSTITUTE> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#RELIGIOUS-GROUP> a rdfs:Class ;
    rdfs:comment "++PhiloSURFical:" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#BELIEF-GROUP> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SCHOOL> a rdfs:Class ;
    rdfs:comment "AKT -" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EDUCATIONAL-ORGANIZATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#UNIVERSITY> a rdfs:Class ;
    rdfs:comment """AKT -
++Philosurfical: the has-vice-chancellor slot could be taken away, cause it's clearly time-related, and we don't need it here in a static way. We could add an event some time in the future..... and actually this applies to all the headed-by properties!!!!""" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#UNIVERSITY-FACULTY> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-FACULTY> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HIGHER-EDUCATIONAL-ORGANIZATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#UNIVERSITY-FACULTY> a rdfs:Class ;
    rdfs:comment "AKT -" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACADEMIC-UNIT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ABDUCTIVE-ARGUMENT> a owl:Class ;
    rdfs:comment "++PhiloSURFical :" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ADDED> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PART-ADDITION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ALGORITHM> a owl:Class ;
    rdfs:comment "++PhiloSURFical :" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#LOGICAL-MATHEMATICAL-METHOD> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ANALOGY> a owl:Class ;
    rdfs:comment "++PhiloSURFical : ..." ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#METAPHOR> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ASSIGNED> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ATTRIBUTE-ASSIGNMENT>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IDENTIFIER-ASSIGNMENT>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TYPE-ASSIGNMENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ASSIGNED-ATTRIBUTE-TO> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ATTRIBUTE-ASSIGNMENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#AUGMENTED> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PART-ADDITION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#BROUGHT-INTO-EXISTENCE> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#BEGINNING-OF-EXISTENCE> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#BROUGHT-INTO-LIFE> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#BIRTH> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#BY-MOTHER> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#BIRTH> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CLASSIFIED> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TYPE-ASSIGNMENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#COMPOSITION-PROBLEM> a owl:Class ;
    rdfs:comment "++PhiloSURFical : Problem of the kind 'What is X composed of?" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEFINITORY-PROBLEM-ESSENCE> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCERNED> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONDITION-ASSESSMENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONTINGENCY-PROBLEM> a owl:Class ;
    rdfs:comment "++PhiloSURFical : Problem of the kind 'is X contingent?'" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MODALITY-PROBLEM> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#COUNTER-EXAMPLE> a owl:Class ;
    rdfs:comment "++PhiloSURFical :" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EXAMPLE> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEASSIGNED> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IDENTIFIER-ASSIGNMENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEDUCTIVE-ARGUMENT> a owl:Class ;
    rdfs:comment "++PhiloSURFical :" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEFINITORY-PROBLEM-ATTRIBUTE> a owl:Class ;
    rdfs:comment "++PhiloSURFical : Problem of the kind 'what are the attributes X has?'" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEFINITORY-PROBLEM> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEGREE-OF-STUDY> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#LEARNING-AT-INSTITUTION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEPENDENCE-CAUSE-PROBLEM> a owl:Class ;
    rdfs:comment "++PhiloSURFical : Problem of the kind 'Is X the cause of Y?'" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEPENDENCE-PROBLEM> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEPENDENCE-EFFECT-PROBLEM> a owl:Class ;
    rdfs:comment "++PhiloSURFical : Problem of the kind 'Is X the effect of Y?'" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEPENDENCE-PROBLEM> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DESTROYED> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DESTRUCTION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DIFFERENCE-PROBLEM> a owl:Class ;
    rdfs:comment "++PhiloSURFical : Problem of the kind 'Is X different from Y?'" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#RELATIONAL-PROBLEM> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DIMINISHED> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PART-REMOVAL> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EMPLOYED> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MODIFICATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EQUALITY-PROBLEM> a owl:Class ;
    rdfs:comment "++PhiloSURFical : Problem of the kind 'Is X equal to Y?'" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#RELATIONAL-PROBLEM> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EXISTENCE-AS-ABSTRACT-PROBLEM> a owl:Class ;
    rdfs:comment "++PhiloSURFical : Problem of the kind 'Is X abstract?'" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EXISTENCE-PROBLEM> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EXISTENCE-AS-CONCRETE-PROBLEM> a owl:Class ;
    rdfs:comment "++PhiloSURFical : Problem of the kind 'Is X concrete/real?'" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EXISTENCE-PROBLEM> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#FALLACY> a owl:Class ;
    rdfs:comment "++PhiloSURFical :" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#RULE-OF-INFERENCE> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#FROM-FATHER> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#BIRTH> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#GOD> a owl:Class ;
    rdfs:comment "++PhiloSURFical :" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PRINCIPIAL-ENTITY>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SUPERNATURAL-ENTITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#GOVERNMENT-OF-COUNTRY> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#GOVERNMENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-ALTERNATIVE-FORM> a owl:ObjectProperty .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-ALTITUDE> a owl:ObjectProperty .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-BBOXEAST> a owl:ObjectProperty .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-BBOXNORTH> a owl:ObjectProperty .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-BBOXSOUTH> a owl:ObjectProperty .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-BBOXWEST> a owl:ObjectProperty .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-CALLER> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TELEPHONE-CONVERSATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-COMMON-NAME> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PHILOSOPHICAL-IDEA> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-CONTACT-POINT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTOR> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-DESCRIPTION> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PHILOSOPHICAL-IDEA> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-EXEMPLAR-DOCUMENT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-FACILITATOR> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DISCUSSION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-FREQUENCY> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CLOSE-SOCIAL-CONTACT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-IDENTIFIED> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONDITION-ASSESSMENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-INTERPRETATION> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-ITEM-SENT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MAIL-EXCHANGE> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-LATITUDE> a owl:ObjectProperty .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-LEARNER> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#LEARNING>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TEACHING> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-LONGITUDE> a owl:ObjectProperty .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-MODIFIED> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MODIFICATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-PEDAGOGICAL-VALUE> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EXPRESSION-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-PERSON-ATTACKING> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENTATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-PERSON-DEFENDING> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENTATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-PROBLEM-TYPE> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-PRODUCED> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PRODUCTION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PUBLICATION-EVENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-PRODUCED-MANIFESTATION> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PUBLICATION-EVENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-PUBLISHED> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PUBLICATION-EVENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-RECEIVER> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MAIL-EXCHANGE>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TELEPHONE-CONVERSATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-RESIDENCE> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTOR> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-SENDER> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MAIL-EXCHANGE> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-TEACHER> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#LEARNING>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TEACHING> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-TIME-SPECIFICATION> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TEMPORAL-ENTITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-TRAVELER> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#JOURNEY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-VICE-CHANCELLOR> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#UNIVERSITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HEADED-BY> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ORGANIZATION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ORGANIZATION-UNIT>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#UNIVERSITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IMPOSSIBILITY-PROBLEM> a owl:Class ;
    rdfs:comment "++PhiloSURFical : Problem of the kind 'is X impossible?'" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MODALITY-PROBLEM> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INDEPENDENCE-PROBLEM> a owl:Class ;
    rdfs:comment "++PhiloSURFical : Problem of the kind 'Is X independent from Y?'" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#RELATIONAL-PROBLEM> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INDUCTIVE-ARGUMENT> a owl:Class ;
    rdfs:comment "++PhiloSURFical :" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IS-IDENTIFIED-BY> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTOR> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#LAW> a owl:Class ;
    rdfs:comment "++PhiloSURFical : A thesis with vast predictive power, especially in scientific areas" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THESIS> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MEASURED> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MEASUREMENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MEETING-ATTENDEE> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#2-PERSONS-MEETING>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MEETING> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MEETING-ORGANIZER> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#2-PERSONS-MEETING>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MEETING> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MOVED> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MOVE> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MOVED-FROM> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MOVE> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MOVED-TO> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MOVE> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#NECESSITY-PROBLEM> a owl:Class ;
    rdfs:comment "++PhiloSURFical : Problem of the kind 'is X necessary?'" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MODALITY-PROBLEM> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#OBSERVED-DIMENSION> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MEASUREMENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#OCCURRED-IN-THE-PRESENCE-OF> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EVENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#POSSESSES> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTOR> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#POSSIBILITY-PROLEM> a owl:Class ;
    rdfs:comment "++PhiloSURFical : Problem of the kind 'is X possible?'" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MODALITY-PROBLEM> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PRECEPT> a owl:Class ;
    rdfs:comment "++PhiloSURFical : A rule of personal conduct, like a commandment in Christianity or the five precepts in buddism" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PRACTICAL-METHOD> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PUBLISHED-PROCEEDINGS> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONFERENCE>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SEMINAR>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#WORKSHOP> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PURPOSE-PROBLEM> a owl:Class ;
    rdfs:comment "++PhiloSURFical : Problem of the kind 'What is the purpose of X?'" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#FUNCTIONAL-PROBLEM> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#REGISTERED> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IDENTIFIER-ASSIGNMENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#REMOVED> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PART-REMOVAL> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#RESULTED-IN> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TRANSFORMATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SCIENTIFIC-METHOD> a owl:Class ;
    rdfs:comment "++PhiloSURFical : A rule of personal conduct, like a commandment in Christianity or the five precepts in buddism" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PRACTICAL-METHOD> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SELF-EVIDENT-PRINCIPLE> a owl:Class ;
    rdfs:comment "++PhiloSURFical : A principle that is self-demonstrated, so it's a valid assumption" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PRINCIPLE> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THOUGHT-EXPERIMENT> a owl:Class ;
    rdfs:comment "++PhiloSURFical : The twin earth of Putnam, or the Chinese room of Searle.." ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#RHETORICAL-FIGURE> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TOOK-OUT-OF-EXISTENCE> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#END-OF-EXISTENCE> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TOOK-PLACE-AT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PERIOD> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TOOK-PLACE-ON-OR-WITHIN> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PERIOD> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TRANSFERRED-CUSTODY-OF> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TRANSFER-OF-CUSTODY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TRANSFERRED-TITLE-OF> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACQUISITION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TRANSFORMED> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TRANSFORMATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TYPICAL-OF-AREA> a owl:ObjectProperty .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#USED-SPECIFIC-OBJECT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTIVITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#USED-TECHNIQUE> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MODIFICATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#WAS-DEATH-OF> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEATH> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#WAS-INFLUENCED-BY> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTIVITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#WAS-INTENDED-USE-OF> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTIVITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#WAS-MOTIVATED-BY> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTIVITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#WORKING-ROLE> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TEACHING-AT-INSTITUTION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#WORKING-FOR-ORGANIZATION> .

<http://purl.com/net/phideas> a owl:Ontology ;
    rdfs:comment "Ontology modeling the types of philosophical ideas"^^xsd:string ;
    owl:priorVersion ontology:philosurfical.owl .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENTATIVE-METHOD> a owl:Class ;
    rdfs:comment "++PhiloSURFical :" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ABSTRACT-METHOD> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ASSOCIATED-TO-VIEW> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENT-STRUCTURE> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ASSOCIATED-WITH> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#RHETORICAL-FIGURE-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ASSUMED-IN-SCHOOL-OF-THOUGHT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ASSUMPTION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ASSUMED-IN-THEORY> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ASSUMPTION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ATTACKED-BY-PROBLEM> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ATTACKS-VIEW> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#BELONGS-TO-ARGUMENT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENT-PART> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#BRANCH-OF-PHILOSOPHY> a owl:Class ;
    rdfs:comment "++PhiloSURFical : The set of established research areas in philosophy, classic subjects of teaching and investigation.We have taken most of them are taken from Wordnet and from http://www.routledge.com/Philosophy/subjects" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HUMANISTIC-DISCIPLINE> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CARRIED-OUT-BY> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#2-PERSONS-MEETING>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTIVITY>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#JOURNEY>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MAIL-EXCHANGE>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MEETING>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TELEPHONE-CONVERSATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CAUSALLY-CONNECTED-TO> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EVENT-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CAUSES-CONCEPT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCEPT-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCLUSION> a owl:Class ;
    rdfs:comment "++PhiloSURFical : Propositions related to the conclusion of an argument" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEMONSTRATION> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PRODUCED-BY-DEMONSTRATION> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENT-PART> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONFERENCE> a owl:Class ;
    rdfs:comment "AKT :" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SOCIAL-GATHERING> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONSISTS-OF> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PERIOD> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONTAINS-PROBLEM> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM-AREA> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONTINUED> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTIVITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONTRASTS-IDEA> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENT-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONTRASTS-WITH> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IDEA-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONVINCING-ARGUMENT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW-SUBSCRIPTION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CUSTODY-RECEIVED-BY> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TRANSFER-OF-CUSTODY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CUSTODY-SURRENDERED-BY> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TRANSFER-OF-CUSTODY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEATH> a owl:Class ;
    rdfs:comment "E69-CIDOC  - This class comprises the deaths of human beings. If a person is killed, their death should be instantiated as E69 Death and as E7 Activity. The death or perishing of other living beings should be documented using E64 End of Existence." ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#END-OF-EXISTENCE> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEFINES-CONCEPT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEFINES-PROBLEM> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENT-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEFINITORY-PROBLEM-ESSENCE> a owl:Class ;
    rdfs:comment "++PhiloSURFical : Problem of the kind 'what are the characteristic traits X has?'" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEFINITORY-PROBLEM> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DERIVES-FROM-PROBLEM> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DESTRUCTION> a owl:Class ;
    rdfs:comment "E6-CIDOC - This class comprises events that destroy one or more instances of E18 Physical Thing such that they lose their identity as the subjects of documentation." ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#END-OF-EXISTENCE> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEVELOPED-IN> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ASSUMPTION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEVELOPS-PREMISE> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEMONSTRATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DICHOTOMY> a owl:Class ;
    rdfs:comment "++PhiloSURFical : A classification that states the breakdown of a space between two opposing principles or concepts, e.g.mind/body, relations-of-ideas/matters-of-fact in Hume, a-priori/a-posteriori in Kant" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCEPT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONTAINS-CONCEPT> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DISTINCTION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DISSOLUTION> a owl:Class ;
    rdfs:comment "E68-CIDOC - This class comprises the events that result in the formal or informal termination of an E74 Group of people.  If the dissolution was deliberate, the Dissolution event should also be instantiated as an E7 Activity." ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#GROUP> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DISSOLVED> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#END-OF-EXISTENCE> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DISSOLVED> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DISSOLUTION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EXAMPLE> a owl:Class ;
    rdfs:comment "++PhiloSURFical : ..." ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#RHETORICAL-FIGURE> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EXPRESSION-CREATION> a owl:Class ;
    rdfs:comment "++Philosurfical:" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCEPTUAL-CREATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#FACTUAL-PROBLEM> a owl:Class ;
    rdfs:comment "++PhiloSURFical : Problem of the kind 'how, in what way does X happen, or manifests itself?" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCEPT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONTAINS-CONCEPT> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#FALLS-WITHIN> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PERIOD> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#FINISHES> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TEMPORAL-ENTITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#FORMATION> a owl:Class ;
    rdfs:comment "E66-CIDOC : This class comprises events that result in the formation of a formal or informal E74 Group of people, such as a club, society, association, corporation or nation." ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#GROUP> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-FORMED> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTIVITY>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#BEGINNING-OF-EXISTENCE> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAD-PARTICIPANT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#2-PERSONS-MEETING>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CLOSE-SOCIAL-CONTACT>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EVENT>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MAIL-EXCHANGE>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MEETING>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SOCIAL-ACTIVITY>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TELEPHONE-CONVERSATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAD-SPECIFIC-PURPOSE> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTIVITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-ACADEMIC-UNIT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HIGHER-EDUCATIONAL-ORGANIZATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-ADDED-ELEMENT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THEORY-REFINEMENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-ARGUMENT-PART> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-ASSOCIATED-CONCEPT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENT-STRUCTURE> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-ASSOCIATED-EVENT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENT-STRUCTURE> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-ASSUMPTION> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EXPERIMENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-BACKGROUND-THEORY> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EXPERIMENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-CENTRAL-PROBLEM> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM-AREA> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-CREATED> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCEPTUAL-CREATION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EXPRESSION-CREATION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IDEA-CONCEPTION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-EQUIVALENT-MEANING-AS> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-FACULTY> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#UNIVERSITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-FORMED> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#FORMATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-MAIN-EXPONENT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SCHOOL-OF-THOUGHT-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-MEMBER> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#GROUP>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#GROUP-OF-PEOPLE> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-METHODOLOGY> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#FIELD-OF-STUDY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-OPPOSING-ARGUMENT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-OPPOSITE-CONCEPT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCEPT-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-REFERRED-AUTHOR> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PHILOSOPHICAL-IDEA> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-RELATED-CONCEPT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCEPT-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-RELATED-INTELLECTUAL-EVENT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#BELIEF-GROUP> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-RELATED-PHILO-EVENT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PHILOSOPHICAL-SCHOOL> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-REMOVED-ELEMENT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THEORY-REFINEMENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-RESOLUTIVE-METHOD> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-SUPPORT-UNIT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HIGHER-EDUCATIONAL-ORGANIZATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-SUPPORTING-ARGUMENT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-SUPPORTIVE-VIEW> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-TOPIC> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DISCUSSION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HUMANISTIC-DISCIPLINE> a owl:Class ;
    rdfs:comment "++PhiloSURFical :" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#GENERIC-FIELD-OF-STUDY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HYPOTHESIS> a owl:Class ;
    rdfs:comment "++PhiloSURFical : Assumption that is used in an argument, specifically in a science-related one (experimental)" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ASSUMPTION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IDEA-CONCEPTION> a owl:Class ;
    rdfs:comment "++Philosurfical:" ;
    rdfs:subClassOf [ 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#HAS-CREATED> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCEPTUAL-CREATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INFLUENCED-BY-VIEW> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INFLUENCES-VIEW> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INVOLVES-ARGUMENT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENTATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INVOLVES-IDEA> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INTELLECTUAL-ACTIVITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INVOLVES-VIEW> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENTATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IS-ABOUT-SCHOOL> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONTEXTUALIZED-SCHOOL-OF-THOUGHT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IS-DEFINED-BY-VIEW> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#METHOD> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IS-EQUAL-IN-TIME-TO> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TEMPORAL-ENTITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IS-GENERALIZATION-OF> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCEPT-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IS-SEPARATED-FROM> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PERIOD> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IS-SPECIALIZATION-OF> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCEPT-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IS-TACKLED-BY-ARGUMENT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IS-TACKLED-BY-VIEW> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IS-USED-BY-VIEW> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#METHOD> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#LINKED-TO-FACT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#LOGICAL-MATHEMATICAL-METHOD> a owl:Class ;
    rdfs:comment "++PhiloSURFical :" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ABSTRACT-METHOD> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MAXIME> a owl:Class ;
    rdfs:comment "++PhiloSURFical : Short statement expressing a general truth or rule of conduct. Examples are -amor fati- or -adequatio intellectus ad rem- or -cogito ergo sum-" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EXPLAINS-METAPHORICALLY> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#RHETORICAL-FIGURE> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MEETS-IN-TIME-WITH> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TEMPORAL-ENTITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MYTH> a owl:Class ;
    rdfs:comment "++PhiloSURFical : The myth of the cave in Plato" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EXPLAINS-METAPHORICALLY> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#METAPHOR> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#NEW-CONTEXT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THEORY-TRANSPOSITION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#NEW-VIEW> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW-SUBSCRIPTION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#OCCURS-BEFORE> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TEMPORAL-ENTITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#OCCURS-DURING> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TEMPORAL-ENTITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#OLD-CONTEXT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THEORY-TRANSPOSITION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#OLD-VIEW> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW-SUBSCRIPTION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#OPPOSES-VIEW> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ORGANIZATION-PART-OF> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ORGANIZATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#OVERLAPS-IN-TIME-WITH> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TEMPORAL-ENTITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#OVERLAPS-WITH> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PERIOD> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PHILOSOPHICAL-THEORY> a owl:Class ;
    rdfs:comment "++PhiloSURFical : a theory exixting within some philosophical area of research" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#BRANCH-OF-PHILOSOPHY> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EXISTS-IN-AREA> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THEORY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PREDICTS-FACT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SCIENTIFIC-THEORY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PRINCIPIAL-ENTITY> a owl:Class ;
    rdfs:comment "++PhiloSURFical :" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCEPT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PRINCIPLE> a owl:Class ;
    rdfs:comment "++PhiloSURFical : It is a thesis demonstrated or taken as fundamental in a philosophical system, e.g. the -ego- in the -idealism-" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THESIS> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PRODUCED-BY-DEMONSTRATION> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCLUSION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PRODUCES-CONCLUSION> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEMONSTRATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROVES-VIEW> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EXPERIMENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#REQUIRES-CONCEPT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCEPT-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#RULE-OF-INFERENCE> a owl:Class ;
    rdfs:comment "++PhiloSURFical :" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ABSTRACT-METHOD> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SCIENTIFIC-DISCIPLINE> a owl:Class ;
    rdfs:comment "++PhiloSURFical :" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#GENERIC-FIELD-OF-STUDY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SEMINAR> a owl:Class ;
    rdfs:comment "AKT :" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SOCIAL-GATHERING> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SHARES-BELIEF> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#BELIEF-GROUP> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SIMILAR-TO> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IDEA-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SPECIFIED-BY-CRITERIA> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM-AREA> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#STARTS> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TEMPORAL-ENTITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#STUDIES> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#STUDY>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#STUDY-A-DOCUMENT>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#STUDY-AN-IDEA> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#STUDY-A-DOCUMENT> a owl:Class ;
    rdfs:comment "++Philosurfical:" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#STUDY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#STUDY-AN-IDEA> a owl:Class ;
    rdfs:comment "++Philosurfical:" ;
    rdfs:subClassOf [ 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#STUDIES> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#STUDY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SUB-UNIT-OF-ORGANIZATION-UNIT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ORGANIZATION-UNIT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SUBSIDIARY-OF> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROFIT-ORGANIZATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SUPERNATURAL-ENTITY> a owl:Class ;
    rdfs:comment "++PhiloSURFical :" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCEPT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SUPPORTS-IDEA> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENT-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TRANSFERRED-TITLE-FROM> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACQUISITION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TRANSFERRED-TITLE-TO> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACQUISITION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#USED-BY-ARGUMENT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#METHOD> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#USED-IN-ARGUMENT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#RHETORICAL-FIGURE> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#USES-IDEA> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#USES-METHOD> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VERIFIED-BY-FACT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SCIENTIFIC-THEORY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#WAS-CONCEIVED-BY> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IDEA-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#WAS-MADE-BY> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PHILOSOPHICAL-IDEA> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#WITHIN-CONTEXT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IDEA-MODIFICATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#WITHIN-RESEARCH-AREA> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EXPERIMENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#WORKSHOP> a owl:Class ;
    rdfs:comment "AKT :" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SOCIAL-GATHERING> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CLASSIFIES-VIEW> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SCHOOL-OF-THOUGHT>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SCHOOL-OF-THOUGHT-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONDITION-ASSESSMENT> a owl:Class ;
    rdfs:comment """E14-CIDOC - This class describes the act of assessing the state of preservation of an object during a particular period.
++Philosurfical: not very useful""" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ATTRIBUTE-ASSIGNMENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONTEXTUALIZED-SCHOOL-OF-THOUGHT> a owl:Class ;
    rdfs:comment "++PhiloSURFical : Needed to separate the meaning of generic schools or conceptions, to their related but more specific meanings in specific fields of study" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SCHOOL-OF-THOUGHT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IS-ABOUT-SCHOOL> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#FIELD-OF-STUDY> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EXISTS-IN-AREA> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SCHOOL-OF-THOUGHT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEFINED-BY-ARGUMENT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEPENDENCE-PROBLEM> a owl:Class ;
    rdfs:comment "++PhiloSURFical : Problem of the kind 'Are X and Y dependent?'" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#RELATIONAL-PROBLEM> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DISTINCTION-INTERPRETATION> a owl:Class ;
    rdfs:comment "++PhiloSURFical : just one property for now" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DISTINCTION> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INTERPRETS> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#RELATED-TO-PROBLEM> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IDEA-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EVENT-INTERPRETATION> a owl:Class ;
    rdfs:comment "++Philosurfical:" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EVENT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INTERPRETS> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EVENT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CAUSALLY-CONNECTED-TO> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EXPRESSION-INTERPRETATION> a owl:Class ;
    rdfs:comment "++Philosurfical: interpretations about expressions, and among them, linguistic representations. An add onof these interpretations is the fact that we can give entities a pedagogical value." ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IO-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#FUNCTIONAL-PROBLEM> a owl:Class ;
    rdfs:comment "++PhiloSURFical : Problem of the kind 'What is the function of X?'" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCEPT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONTAINS-CONCEPT> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-MAIN-THESIS> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SCHOOL-OF-THOUGHT>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SCHOOL-OF-THOUGHT-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-NEW-IDEA> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IDEA-MODIFICATION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THEORY-REFINEMENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-OLD-IDEA> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IDEA-MODIFICATION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THEORY-REFINEMENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-RELATED-GROUP-OF-PEOPLE> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INTELLECTUAL-MOVEMENT>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PHILOSOPHICAL-MOVEMENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-SUB-AREA> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM-AREA>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM-AREA-INTERPREATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-SUB-UNIT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ORGANIZATION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ORGANIZATION-UNIT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-SUBJECT-AREA> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DISCUSSION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EDUCATIONAL-ACTIVITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-THEORY> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PHILOSOPHICAL-SYSTEM>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PHILOSOPHICAL-SYSTEM-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IDEA-USED> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IDEA-USAGE>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THEORY-TRANSPOSITION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INTERPRETS-FACT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IO-INTERPRETATION> a owl:Class ;
    rdfs:comment "++Philosurfical:" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IS-TYPIFIED-BY> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INTELLECTUAL-MOVEMENT>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PHILOSOPHICAL-MOVEMENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#JOURNEY> a owl:Class ;
    rdfs:comment "++Philosurfical: Added this class to refer to voluntary movement of humans. The slot carried-out-by, from activity, is renamed to has-traveller" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MOVE> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#LEARNING-AT-INSTITUTION> a owl:Class ;
    rdfs:comment "++Philosurfical: This class inherits also from the generic learning class" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EDUCATIONAL-ORGANIZATION> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#GROUP-JOINED> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#JOINING-A-GROUP>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#LEARNING> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MEASUREMENT> a owl:Class ;
    rdfs:comment """E16-CIDOC - This class comprises actions measuring physical properties and other values that can be determined by a systematic procedure.
++Philosurfical : not very useful""" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ATTRIBUTE-ASSIGNMENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#METHOD-INTERPRETATION> a owl:Class ;
    rdfs:comment "++PhiloSURFical : interpretations of methods - very basic for now" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#METHOD> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INTERPRETS> ],
        [ 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> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IDEA-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PART-ADDITION> a owl:Class ;
    rdfs:comment "E79-CIDOC  - This class comprises activities that result in an instance of E24 Physical Man-Made Thing being increased, enlarged or augmented by the addition of a part." ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MODIFICATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PART-OF-THESIS> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THESIS>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THESIS-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PART-REMOVAL> a owl:Class ;
    rdfs:comment "E80-CIDOC  - This class comprises the activities that result in an instance of E18 Physical Thing being decreased by the removal of a part." ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MODIFICATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PRACTICAL-METHOD> a owl:Class ;
    rdfs:comment "++PhiloSURFical : A practical doctrine of life, such as the non-violence doctrine of Gandhi, or the ascetism in Schopenauer" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#METHOD> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PRODUCTION> a owl:Class ;
    rdfs:comment """E12-CIDOC - This class comprises activities that are designed to, and succeed in, creating one or more new items.  It specializes the notion of modification into production. The decision as to whether or not an object is regarded as new is context sensitive. [...] This entity can be collective: the printing of a thousand books, for example, would normally be considered a single event.
++Philosurfical: This specialises beginning of existence to physical objects.This is a subclass of beginning-of-existence, and also of the class modification. From modification it also inherits the properties of activity.""" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#BEGINNING-OF-EXISTENCE>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MODIFICATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#RELATED-TO-AREA> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM-AREA>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM-AREA-INTERPREATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#RHETORICAL-FIGURE-INTERPRETATION> a owl:Class ;
    rdfs:comment "++PhiloSURFical : interpretations of rhet. figures - for now we can just say what it supposedly relates to" ;
    rdfs:subClassOf [ 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#ASSOCIATED-WITH> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#RHETORICAL-FIGURE> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INTERPRETS> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IDEA-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SUB-AREA-OF> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM-AREA>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM-AREA-INTERPREATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SUPPORTS-VIEW> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#METHOD-INTERPRETATION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TACKLES-PROBLEM> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENT-INTERPRETATION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TEACHING-AT-INSTITUTION> a owl:Class ;
    rdfs:comment "++Philosurfical: This class inherits also from the generic teaching class" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EDUCATIONAL-ORGANIZATION> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#GROUP-JOINED> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TEACHING>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#WORKING-FOR-ORGANIZATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TRANSFORMATION> a owl:Class ;
    rdfs:comment """E81-CIDOC - This class comprises the events that result in the simultaneous destruction of one E77Persistent Item and the creation of another E77 Persistent Item that preserves recognizable substance from the first but has a fundamentally different nature and identity. [...] Instances of E81 Transformation are therefore distinct from re-classifications (documented using E17 Type Assignment) or modifications (documented using E11 Modification) of objects that do not fundamentally change their nature or identity.
++Philosurfical : need some consideration here - cause it's a quite important class""" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#BEGINNING-OF-EXISTENCE>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#END-OF-EXISTENCE> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TYPE-ASSIGNMENT> a owl:Class ;
    rdfs:comment """E17-CIDOC - This class comprises the actions of classifying items of whatever kind. Such items include objects, specimens, people, actions and concepts.
++Philosurfical : not very useful  - although of possible usage, if the system is used to classify a library of philosophy, for example.""" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ATTRIBUTE-ASSIGNMENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TYPIFIES> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#USED-IN-VIEW> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IDEA-USAGE>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#RHETORICAL-FIGURE> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ABSTRACT-METHOD> a owl:Class ;
    rdfs:comment "++PhiloSURFical : A procedure of reasoning or an abstract methodology. For example, the dialectic method in Plato, the epoche' in Husserl, Baco's scientific method or the absolute doubt of Descates" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#METHOD> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACQUISITION> a owl:Class ;
    rdfs:comment """E8-CIDOC - This class comprises transfers of legal ownership from one or more instances of E39 Actor to one or more other instances of E39 Actor.
++Philosurfical|: not very useful for us.""" ;
    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#TRANSFERRED-TITLE-TO> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTOR> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TRANSFERRED-TITLE-FROM> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTIVITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#BIRTH> a owl:Class ;
    rdfs:comment """E67-CIDOC - This class comprises the birth of a human beings. E67 Birth is a biological event focussing on the context of people coming into life.(E63 Beginning of Existence comprises the coming into life of any living beings).
++Philosurfical: it many be the case, as noted by cipher, that some slots are not needed. For example, brought into life seems correct, but from another point of view it seems it could be easily replaced by the brought into existence of the beginning of existence class. For indicating the place, we have the slot took-place-at, inherited from period""" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#BEGINNING-OF-EXISTENCE> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCEPTUAL-CREATION> a owl:Class ;
    rdfs:comment "++Philosurfical: This class replaces the original CIDOC-E65 - creation" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#BEGINNING-OF-EXISTENCE>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INTELLECTUAL-ACTIVITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEFINITORY-PROBLEM> a owl:Class ;
    rdfs:comment "++PhiloSURFical : Problem of the kind 'What is X?'" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCEPT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONTAINS-CONCEPT> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EDUCATIONAL-ACTIVITY> a owl:Class ;
    rdfs:comment "++Philosurfical: Any activity which has an educational context" ;
    rdfs:subClassOf [ 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#HAS-SUBJECT-AREA> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SOCIAL-ACTIVITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EXISTENCE-PROBLEM> a owl:Class ;
    rdfs:comment "++PhiloSURFical : Problem of the kind 'Does X exist?'" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCEPT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONTAINS-CONCEPT> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EXPLAINS-METAPHORICALLY> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MAXIME>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#METAPHOR>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MYTH> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#GENERIC-FIELD-OF-STUDY> a owl:Class ;
    rdfs:comment "++PhiloSURFical : Field of study defined extensionally - the definition is not completed yet" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEFINED-BY-VIEW> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM-AREA> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-EXEMPLAR-THEORY> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#FIELD-OF-STUDY>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SCHOOL-OF-THOUGHT>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SCHOOL-OF-THOUGHT-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IDEA-USAGE> a owl:Class ;
    rdfs:comment "++Philosurfical:" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#USED-IN-VIEW> ],
        [ 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#IDEA-USED> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INTELLECTUAL-ACTIVITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IDENTIFIER-ASSIGNMENT> a owl:Class ;
    rdfs:comment """E15-CIDOC - This class comprises actions assigning or deassigning object identifiers. Examples of such identifiers include Find Numbers and Inventory Numbers.
++Philosurfical : not very useful""" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ATTRIBUTE-ASSIGNMENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#JOINING-A-GROUP> a owl:Class ;
    rdfs:comment "++Philosurfical: Class that refers events about a person formally and intentionally taking part in a group" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#GROUP> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#GROUP-JOINED> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SOCIAL-ACTIVITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#LEARNING> a owl:Class ;
    rdfs:comment "++Philosurfical: Generic learning not all teaching takes place in schools..." ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EDUCATIONAL-ACTIVITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#METAPHOR> a owl:Class ;
    rdfs:comment "++PhiloSURFical : Any Philosophical-idea that means something in a not-direct manner, e.g. through some analogy" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EXPLAINS-METAPHORICALLY> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#RHETORICAL-FIGURE> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PART-OF-SCHOOL> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PHILOSOPHICAL-SYSTEM-INTERPRETATION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THEORY-INTERPRETATION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THESIS-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PHILOSOPHICAL-MOVEMENT> a owl:Class ;
    rdfs:comment "++Philosurfical : E.g. stoicism, or platonism, or even atomism? or is this just a doctrine??? question here" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PHILOSOPHICAL-SCHOOL> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-RELATED-GROUP-OF-PEOPLE> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IS-TYPIFIED-BY> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INTELLECTUAL-MOVEMENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM-AREA-INTERPREATION> a owl:Class ;
    rdfs:comment "++PhiloSURFical : interpretations of problem areas, of their hierarchical relationships" ;
    rdfs:subClassOf [ 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#RELATED-TO-AREA> ],
        [ 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#HAS-SUB-AREA> ],
        [ 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#SUB-AREA-OF> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IDEA-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PUBLICATION-EVENT> a owl:Class ;
    rdfs:comment "++Philosurfical: this class is inspired from the AKT reference ontology. The slots have been slightly modified  -from event-product to has-published. The information-carrier is the physical object produced, while manifestation is the abstract reification of the publication product" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PRODUCTION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#RELATED-TO-PROBLEM> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DISTINCTION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DISTINCTION-INTERPRETATION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SCIENTIFIC-THEORY> a owl:Class ;
    rdfs:comment "++PhiloSURFical :" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SCIENTIFIC-DISCIPLINE> ;
            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#TEMPORAL-ENTITY> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VERIFIED-BY-FACT> ],
        [ 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#PREDICTS-FACT> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THEORY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#STUDY> a owl:Class ;
    rdfs:comment "++Philosurfical: mmm not sure about this" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INTELLECTUAL-ACTIVITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TEACHING> a owl:Class ;
    rdfs:comment "++Philosurfical: Generic teaching: not all teaching takes place in schools..." ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EDUCATIONAL-ACTIVITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THEORY-TRANSPOSITION> a owl:Class ;
    rdfs:comment "++Philosurfical:" ;
    rdfs:subClassOf [ 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#OLD-CONTEXT> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THEORY> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IDEA-USED> ],
        [ 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#NEW-CONTEXT> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IDEA-USAGE> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TRANSFER-OF-CUSTODY> a owl:Class ;
    rdfs:comment """E10-CIDOC - This class comprises transfers of physical custody of objects between instances of E39 Actor.  The distinction between the legal responsibility for custody and the actual physical possession of the object should be expressed using the property P2 has type (is type of). A specific case of transfer of custody is theft.
++Philosurfical: doesnt seem very useful, for now.""" ;
    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#CUSTODY-SURRENDERED-BY> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTOR> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CUSTODY-RECEIVED-BY> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTIVITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#UNIT-OF-ORGANIZATION> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACADEMIC-UNIT>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EDUCATIONAL-ORGANIZATION-UNIT>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ORGANIZATION-UNIT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW-SUBSCRIPTION> a owl:Class ;
    rdfs:comment "++Philosurfical:" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONVINCING-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#OLD-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#NEW-VIEW> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INTELLECTUAL-ACTIVITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#WORKING-FOR-ORGANIZATION> a owl:Class ;
    rdfs:comment "++Philosurfical:" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ORGANIZATION> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#GROUP-JOINED> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#JOINING-A-GROUP> .

owl:Thing a owl:Class .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#2-PERSONS-MEETING> a owl:Class ;
    rdfs:comment "++Philosurfical:" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CLOSE-SOCIAL-CONTACT>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MEETING> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEFINES-METHOD> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PHILOSOPHICAL-SYSTEM>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PHILOSOPHICAL-SYSTEM-INTERPRETATION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THEORY>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THEORY-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEMONSTRATION> a owl:Class ;
    rdfs:comment "++PhiloSURFical : The propositions describing the middle steps in the argumentation" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HYPOTHESIS> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEVELOPS-PREMISE> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THESIS> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PRODUCES-CONCLUSION> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENT-PART> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DISCUSSION> a owl:Class ;
    rdfs:comment "++Philosurfical: Generic activity of discussion - by facilitator we mean the person (or more than one) who starts the discussion or leads it" ;
    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#HAS-TOPIC> ],
        [ 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#HAS-SUBJECT-AREA> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SOCIAL-ACTIVITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EXPERIMENT> a owl:Class ;
    rdfs:comment "++Philosurfical : used-specific-object comes from activity!" ;
    rdfs:subClassOf [ 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#WITHIN-RESEARCH-AREA> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROVES-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#HAS-BACKGROUND-THEORY> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ASSUMPTION> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-ASSUMPTION> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTIVITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#FIELD-OF-STUDY> a owl:Class ;
    rdfs:comment "++PhiloSURFical : A field of study is seen as a particular kind of problem-area. The distinctive trait of a field of study, is that the area has been socially and historically recognized as separate from the others, and from being a mere agglomerate of problems. Therefore, being fundamentally social constructs, field-of-studies are born and die in history." ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEFINED-BY-VIEW> ],
        [ 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#METHOD> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-METHODOLOGY> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM-AREA> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#GROUP-JOINED> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#JOINING-A-GROUP>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#LEARNING-AT-INSTITUTION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TEACHING-AT-INSTITUTION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#WORKING-FOR-ORGANIZATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-THESIS> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PHILOSOPHICAL-SYSTEM>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PHILOSOPHICAL-SYSTEM-INTERPRETATION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THEORY>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THEORY-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IDEA-MODIFICATION> a owl:Class ;
    rdfs:comment "++Philosurfical:" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#WITHIN-CONTEXT> ],
        [ 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#HAS-OLD-IDEA> ],
        [ 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#HAS-NEW-IDEA> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INTELLECTUAL-ACTIVITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MOVE> a owl:Class ;
    rdfs:comment """E9-CIDOC  - This class comprises changes of the physical location of the instances of E19 Physical Object. Note, that the class E9 Move inherits the property P7 took place at (witnessed): E53 Place.This property should be used to describe the trajectory or a larger area within which a move takes place, whereas the properties P26 moved to (was destination of), P27 moved from (was origin of) describe the start and end points only.
++Philosurfical: we considered adding a subclass Journey, to refer to person's trips. Not done it yet.""" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTIVITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PART-OF-SYSTEM> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THEORY>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THEORY-INTERPRETATION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THESIS>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THESIS-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PART-OF-THEORY> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THEORY>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THEORY-INTERPRETATION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THESIS>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THESIS-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SOCIAL-GATHERING> a owl:Class ;
    rdfs:comment "AKT :" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SOCIAL-ACTIVITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TELEPHONE-CONVERSATION> a owl:Class ;
    rdfs:comment "++Philosurfical:" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CLOSE-SOCIAL-CONTACT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THEORY-REFINEMENT> a owl:Class ;
    rdfs:comment "++Philosurfical:" ;
    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-OLD-IDEA> ],
        [ 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#HAS-REMOVED-ELEMENT> ],
        [ 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#HAS-ADDED-ELEMENT> ],
        [ 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-NEW-IDEA> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IDEA-MODIFICATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENT-INTERPRETATION> a owl:Class ;
    rdfs:comment "++PhiloSURFical : interpretations of arguments - we do not support interpretations of argument parts for now, but it's possible to implement that too" ;
    rdfs:subClassOf [ 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#CONTRASTS-IDEA> ],
        [ 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#SUPPORTS-IDEA> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEFINES-PROBLEM> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INTERPRETS> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IDEA-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENT-PART> a owl:Class ;
    rdfs:comment "++PhiloSURFical : Statements or sets of statements having a logical value within an argument." ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#BELONGS-TO-ARGUMENT> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENT-STRUCTURE> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENTATION> a owl:Class ;
    rdfs:comment "++Philosurfical: More formal discussion, where view and arguments are well delineated and contrast each other. We do not look into the complex dynamics involved in an argumentation, but just try to give a screenshot of the event" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENT-STRUCTURE> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INVOLVES-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#INVOLVES-VIEW> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DISCUSSION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ASSUMPTION> a owl:Class ;
    rdfs:comment """++PhiloSURFical : Proposition that does not necessarily have a demonstration, but that is taken as true.
E.g. the assumption of 'goodness of god' in Descartes""" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEMONSTRATION> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEVELOPED-IN> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SCHOOL-OF-THOUGHT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ASSUMED-IN-SCHOOL-OF-THOUGHT> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THEORY> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ASSUMED-IN-THEORY> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENT-PART> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CLOSE-SOCIAL-CONTACT> a owl:Class ;
    rdfs:comment "++Philosurfical: Class that refers to encounters or other contacts between two persons only" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SOCIAL-ACTIVITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEFINED-BY-VIEW> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCEPT>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DISTINCTION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#FIELD-OF-STUDY>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#GENERIC-FIELD-OF-STUDY>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#END-OF-EXISTENCE> a owl:Class ;
    rdfs:comment "E64-CIDOC - This class comprises events that end the existence of any E77 Persistent Item. It may be used for temporal reasoning about things (physical items, groups of people, living beings) ceasing to exist; it serves as a hook for determination of a terminus postquem and antequem. In cases where substance from a Persistent Item continues to exist in a new form, the process would be documented by E81 Transformation." ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EVENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INTERPRETATION> a owl:Class ;
    rdfs:comment "++Philosurfical: The act of making claims about intellectual contents" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INTELLECTUAL-ACTIVITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MAIL-EXCHANGE> a owl:Class ;
    rdfs:comment "++Philosurfical:" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CLOSE-SOCIAL-CONTACT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MEETING> a owl:Class ;
    rdfs:comment "++Philosurfical: A meeting type of event. Note that both attendee and organizer have  multiple cardinality" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SOCIAL-GATHERING> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MODALITY-PROBLEM> a owl:Class ;
    rdfs:comment "++PhiloSURFical : Problem about the degree of certainty X is likely to happen, or not" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCEPT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONTAINS-CONCEPT> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PHILOSOPHICAL-SYSTEM-INTERPRETATION> a owl:Class ;
    rdfs:comment "++PhiloSURFical : - all the properties are in common with the referring class" ;
    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-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> ],
        [ 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#INTERPRETS> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SCHOOL-OF-THOUGHT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PART-OF-SCHOOL> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#RELATIONAL-PROBLEM> a owl:Class ;
    rdfs:comment "++PhiloSURFical : Problem of the kind 'What is the relation between X and Y?'" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCEPT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONTAINS-CONCEPT> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SCHOOL-OF-THOUGHT-INTERPRETATION> a owl:Class ;
    rdfs:comment "++PhiloSURFical :  - all the properties are in common with the referring class" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SCHOOL-OF-THOUGHT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INTERPRETS> ],
        [ 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#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#ACTOR> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-MAIN-EXPONENT> ],
        [ 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-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THESIS-INTERPRETATION> a owl:Class ;
    rdfs:comment "++PhiloSURFical : thesis interpretations - all the properties are in common with the thesis class" ;
    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#PART-OF-THEORY> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SCHOOL-OF-THOUGHT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PART-OF-SCHOOL> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THESIS> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INTERPRETS> ],
        [ 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#THESIS> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PART-OF-THESIS> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENT-STRUCTURE> a owl:Class ;
    rdfs:comment "++PhiloSURFical : Class used to group all the argument-related entities" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ASSOCIATED-TO-VIEW> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENTATION> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-ASSOCIATED-EVENT> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCEPT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-ASSOCIATED-CONCEPT> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PHILOSOPHICAL-IDEA> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ATTRIBUTE-ASSIGNMENT> a owl:Class ;
    rdfs:comment """E13-CIDOC - This class comprises the actions of making assertions about properties of an object or any relation between two items or concepts. This class allows the documentation of how the respective assignment came about, and whose opinion it was. All the attributes or properties assigned in such an action can also be seen as directly attached to the respective item or concept, possibly as a collection of contradictory values.
++Philosurfical: we dont use it for now, quite specific to museum related reosurces and activities""" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTIVITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#BEGINNING-OF-EXISTENCE> a owl:Class ;
    rdfs:comment "E63-CIDOC - This class comprises events that bring into existence any E77 Persistent Item. It may be used for temporal reasoning about things (intellectual products, physical items, groups of people, living beings) beginning to exist; it serves as a hook for determination of a terminus postquem and antequem." ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EVENT> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DISTINCTION> a owl:Class ;
    rdfs:comment "++PhiloSURFical :" ;
    rdfs:subClassOf [ 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#PROBLEM> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#RELATED-TO-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#DEFINED-BY-VIEW> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCEPT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONTAINS-CONCEPT> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PHILOSOPHICAL-IDEA> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EXISTS-IN-AREA> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONTEXTUALIZED-SCHOOL-OF-THOUGHT>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DISTINCTION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PHILOSOPHICAL-THEORY>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM-INTERPRETATION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SCIENTIFIC-THEORY>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INTELLECTUAL-MOVEMENT> a owl:Class ;
    rdfs:comment "++Philosurfical : E.g. enlightememnt, or dadaism.. we will eventually differentiate other types of movement - artistic, etc.." ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#BELIEF-GROUP> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-RELATED-GROUP-OF-PEOPLE> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IS-TYPIFIED-BY> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PERIOD> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MODIFICATION> a owl:Class ;
    rdfs:comment """E11-CIDOC - This class comprises all instances of E7 Activity that create, alter or change E24 Physical Man- Made Thing.  This class includes the production of an item from raw materials, and other so far undocumented objects, and the preventive treatment or restoration of an object for conservation.  Since the distinction between modification and production is not always clear, modification is regarded as the more generally applicable concept.
++Philosurfical: Use-general-technique and used-specific-technique have been combined into one slot used-technique of type design-or-procedure. However, we will have to consider this more, since we dont have a design class yet, if not related to the philosophical methods!! here we are talking about modifications to physical objects, so we must be careful not to include ph. methods that modify behaviours or attitudes""" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTIVITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SOCIAL-ACTIVITY> a owl:Class ;
    rdfs:comment "++Philosurfical: Class comprising all the events where the social component, i.e. th presence of various persons, is essential to their existence" ;
    rdfs:subClassOf <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTIVITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THEORY-INTERPRETATION> a owl:Class ;
    rdfs:comment "++PhiloSURFical : theory interpretations - all the properties are in common with the theory class" ;
    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#PART-OF-THEORY> ],
        [ 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#THESIS> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-THESIS> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THEORY> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INTERPRETS> ],
        [ 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#SCHOOL-OF-THOUGHT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PART-OF-SCHOOL> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCEPT-INTERPRETATION> a owl:Class ;
    rdfs:comment "Interpretations of concepts" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCEPT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IS-SPECIALIZATION-OF> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCEPT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-RELATED-CONCEPT> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCEPT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#REQUIRES-CONCEPT> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCEPT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INTERPRETS> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCEPT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CAUSES-CONCEPT> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCEPT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-OPPOSITE-CONCEPT> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCEPT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IS-GENERALIZATION-OF> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IDEA-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EVENT> a owl:Class ;
    rdfs:comment """E5-CIDOC - This class comprises changes of states in cultural, social or physical systems, regardless of scale, brought about by a series or group of coherent physical, cultural, technological or legal phenomena. Such changes of state will affect instances of E77 Persistent Item or its subclasses. The distinction between an E5 Event and an E4 Period is partly a question of the scale of observation. Viewed at a coarse level of detail, an E5 Event is an 'instantaneous' change of state.
++Philosurfical: no slots added, even if we thinked about the causally-connected-to one...""" ;
    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#HAD-PARTICIPANT> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PERIOD> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INTELLECTUAL-ACTIVITY> a owl:Class ;
    rdfs:comment "++Philosurfical: Any theoretical activity which creates or modifies directly only abstract entities. This class hierarchy is only indicative, more work is needed here." ;
    rdfs:subClassOf [ 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#INVOLVES-IDEA> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTIVITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#RHETORICAL-FIGURE> a owl:Class ;
    rdfs:comment "++PhiloSURFical : A proposition that uses some literary figure to express or hint at its meaning" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#USED-IN-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#USED-IN-VIEW> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PHILOSOPHICAL-IDEA> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PHILOSOPHICAL-SYSTEM> a owl:Class ;
    rdfs:comment "++PhiloSURFical : It is the Philosophical-idea comprising the set of an author's theories, within a system. A philosopher can build different ph. systems in his life, see Wittgenstein for example" ;
    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-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> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONTAINS-CONCEPT> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEFINITORY-PROBLEM>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DICHOTOMY>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DISTINCTION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EXISTENCE-PROBLEM>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#FACTUAL-PROBLEM>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#FUNCTIONAL-PROBLEM>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#MODALITY-PROBLEM>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#RELATIONAL-PROBLEM> .

<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> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IDEA-INTERPRETATION> a owl:Class ;
    rdfs:comment "The characteristic feature of an idea interpretation is that we can claim its author to be somebody's different, from the one specified initially with the instance" ;
    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#WAS-CONCEIVED-BY> ],
        [ 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#SIMILAR-TO> ],
        [ 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#CONTRASTS-WITH> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INTERPRETS> a owl:ObjectProperty ;
    rdfs:domain <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENT-INTERPRETATION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCEPT-INTERPRETATION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DISTINCTION-INTERPRETATION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EVENT-INTERPRETATION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EXPRESSION-INTERPRETATION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IDEA-INTERPRETATION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INTERPRETATION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IO-INTERPRETATION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#METHOD-INTERPRETATION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PHILOSOPHICAL-SYSTEM-INTERPRETATION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM-INTERPRETATION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#RHETORICAL-FIGURE-INTERPRETATION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SCHOOL-OF-THOUGHT-INTERPRETATION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THEORY-INTERPRETATION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THESIS-INTERPRETATION>,
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#METHOD> a owl:Class ;
    rdfs:comment "++PhiloSURFical : A recognized philosophical methodology, abstract or practical. It can be mapped to Dolce's procedures" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#USED-BY-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#IS-USED-BY-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#IS-DEFINED-BY-VIEW> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PHILOSOPHICAL-IDEA> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PERIOD> a owl:Class ;
    rdfs:comment """E4-CIDOC - This class comprises sets of coherent phenomena or cultural manifestations bounded in time and space. It is the social or physical coherence of these phenomena that identify an E4 Period and not the associated spatio-temporal bounds. [...] Typically this class is used to describe prehistoric or historic periods such as the 'Neolithic Period', the 'Ming Dynasty' or the 'McCarthy Era'. There are however no assumptions about the scale of the associated phenomena. In particular all events are seen as synthetic processes consisting of coherent phenomena. Therefore E4 Period is a superclass of E5 Event. [...] Artistic style may be modeled as E4 Period.
++Philosurfical: the subclasses intellectual movement and philosophical movement has been added as types of period.""" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PERIOD> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IS-SEPARATED-FROM> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PERIOD> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#OVERLAPS-WITH> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PERIOD> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONSISTS-OF> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PERIOD> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#FALLS-WITHIN> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TEMPORAL-ENTITY> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM-INTERPRETATION> a owl:Class ;
    rdfs:comment "++PhiloSURFical : interpretations of problems.." ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-SUPPORTIVE-VIEW> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#METHOD> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-RESOLUTIVE-METHOD> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IS-TACKLED-BY-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#IS-TACKLED-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#DEFINED-BY-ARGUMENT> ],
        [ 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#LINKED-TO-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#PROBLEM> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#RELATED-TO-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#ATTACKS-VIEW> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#INTERPRETS> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-EQUIVALENT-MEANING-AS> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DERIVES-FROM-PROBLEM> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#IDEA-INTERPRETATION> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENT> a owl:Class ;
    rdfs:comment "++PhiloSURFical : Reification of the argumentation class - it represents the famous argumentative knots in the history of philosophy" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENTATIVE-METHOD> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#USES-METHOD> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENT-PART> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-ARGUMENT-PART> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENT-STRUCTURE> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THESIS> a owl:Class ;
    rdfs:comment "++PhiloSURFical : Philosophical-idea expressing a standpoint in need of demonstration but not necessarily having it" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THESIS> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PART-OF-THESIS> ],
        [ 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#PHILOSOPHICAL-SYSTEM> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PART-OF-SYSTEM> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTIVITY> a owl:Class ;
    rdfs:comment """E7-CIDOC -This class comprises actions intentionally carried out by instances of E39 Actor that result in changes of state in the cultural, social, or physical systems documented. This notion includes complex, composite and long-lasting actions such as the building of a settlement or a war, as well as simple, short-lived actions such as the opening of a door.
++Philosurfical: There are 2 binary relations here, which have been translated in ocml only as slots. See the original documentation for reference. Had-a-general-purpose has been omitted. Does not appear to add anything useful.Same for used-object-of type.""" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTIVITY> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONTINUED> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTOR> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CARRIED-OUT-BY> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ACTIVITY> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAD-SPECIFIC-PURPOSE> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#EVENT> .

<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> .

<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> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCEPT> a owl:Class ;
    rdfs:comment "++PhiloSURFical : atomic propositional content, in relation to a view defining it. It is recognizable because it composes the building material for a view, and acquires meaning from it" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEFINED-BY-VIEW> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PHILOSOPHICAL-IDEA> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#TEMPORAL-ENTITY> a owl:Class ;
    rdfs:comment """E2-CIDOC  - This class comprises all phenomena, such as the instances of E4 Periods, E5 Events and states, which happen over a limited extent in time.  In some contexts, these are also called perdurants. This class is disjoint from E77 Persistent Item. This is an abstract class and has no direct instances. E2 Temporal Entity is specialized into E4 Period, which applies to a particular geographic area (defined with a greater or lesser degree of precision), and E3 Condition State, which applies to instances of E18 Physical Thing.
++Philosurfical: The slot has-time-span is of type time-specification rather than span as it may be a time point. This is consistent with the CIPHER time ontology.""" ;
    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#MEETS-IN-TIME-WITH> ],
        [ 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#STARTS> ],
        [ 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#OVERLAPS-IN-TIME-WITH> ],
        [ 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#FINISHES> ],
        [ 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#OCCURS-DURING> ],
        [ 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#OCCURS-BEFORE> ],
        [ 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#IS-EQUAL-IN-TIME-TO> ],
        owl:Thing .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM> a owl:Class ;
    rdfs:comment "++PhiloSURFical : the start of a philosophical enquiry" ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#VIEW> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEFINED-BY-VIEW> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONCEPT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONTAINS-CONCEPT> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#ARGUMENT> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#DEFINED-BY-ARGUMENT> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PHILOSOPHICAL-IDEA> .

<http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM-AREA> a owl:Class ;
    rdfs:comment "++PhiloSURFical : A set of problems linked by different kind of relational schemas, offer organized around a central problem." ;
    rdfs:subClassOf [ 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#RELATED-TO-AREA> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#HAS-CENTRAL-PROBLEM> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PROBLEM> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#CONTAINS-PROBLEM> ],
        [ 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#HAS-SUB-AREA> ],
        [ a owl:Restriction ;
            owl:allValuesFrom <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#THESIS> ;
            owl:onProperty <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#SPECIFIED-BY-CRITERIA> ],
        [ 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#SUB-AREA-OF> ],
        <http://philosurfical.open.ac.uk/ontology/philosurfical.owl#PHILOSOPHICAL-IDEA> .

<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 .

<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> .
