@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology ; "Chloe Papadopoulou" , "Eleonora Pasquale" , "Manu Srivastava" , "Victor Chaix" ; "OntoMeditations" ; rdfs:comment "OntoMeditations is an ontology based on Marcus Aurelius' 'Meditations', a series of writings in which the emperor recorded personal notes to himself and expressed his ideas on Stoic philosophy. The ontology was created with the aim to represent the work's nature as both a spiritual diary and a philosophical treatise, by formalizing recurring philosophical concepts and themes, as well as personal sentiments, with the use of linguistic and sentimental analysis techniques" ; owl:versionInfo 3.0 . ################################################################# # Annotation properties ################################################################# ### http://purl.org/dc/elements/1.1/creator rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/title rdf:type owl:AnnotationProperty . ################################################################# # Object Properties ################################################################# ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#hasAssociatedAgent :hasAssociatedAgent rdf:type owl:ObjectProperty ; rdfs:domain :LiteraryDiary ; rdfs:range :AgentRole ; rdfs:comment "This property relates a situation in which an agent holds an associated role" ; rdfs:label "has associated agent" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#hasAssociatedConcept :hasAssociatedConcept rdf:type owl:ObjectProperty ; rdfs:domain :LiteraryDiary ; rdfs:range :Concept ; rdfs:comment "The object property that associates any object with a concept, classifying it." ; rdfs:label "has associated concept" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#hasAssociatedFigure :hasAssociatedFigure rdf:type owl:ObjectProperty ; rdfs:domain :LiteraryDiary ; rdfs:range :AbstractFigure ; rdfs:comment "The object property that associates an object to an abstract entity" ; rdfs:label "has associated figure" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#hasAssociatedSentiment :hasAssociatedSentiment rdf:type owl:ObjectProperty ; rdfs:domain :LiteraryDiary ; rdfs:range :Sentiment ; rdfs:comment "The object property that associates an object to a certain sentiment" ; rdfs:label "has associated sentiment" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#hasConstituent :hasConstituent rdf:type owl:ObjectProperty ; rdfs:domain :Sentiment ; rdfs:range [ rdf:type owl:Class ; owl:unionOf ( :negative_sentiment :neutral_sentiment :positive_sentiment ) ] ; rdfs:comment "This property relates, transitively, an entity to a constituent." ; rdfs:label "has constituent" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#hasPart :hasPart rdf:type owl:ObjectProperty ; rdfs:domain :LiteraryDiary ; rdfs:range :chapter ; rdfs:comment "This property relates an entity to its part." ; rdfs:label "has part" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#isComponentOf :isComponentOf rdf:type owl:ObjectProperty ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( :god :men ) ] ; rdfs:range :AbstractFigure ; rdfs:comment "This property relates, non-transitively, a component to an entity of which it is component." ; rdfs:label "is component of" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#isPartOf :isPartOf rdf:type owl:ObjectProperty ; rdfs:domain :fragment ; rdfs:range :chapter ; rdfs:comment "This property relates the part of an entity to that entity." ; rdfs:label "is part of" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#oppositeOf :oppositeOf rdf:type owl:ObjectProperty ; rdfs:comment "The object property that oppose an entity to its logical opposite" ; rdfs:label "opposite of" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#owl:sameAs :owl:sameAs rdf:type owl:ObjectProperty ; rdfs:comment "The object property that draws an equivalence between an entity and another" ; rdfs:isDefinedBy "owl" ; rdfs:label "same as" . ################################################################# # Data properties ################################################################# ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#containsText :containsText rdf:type owl:DatatypeProperty ; rdfs:domain :fragment ; rdfs:range rdfs:Literal ; rdfs:comment "This property relates a fragment to the text it contains" ; rdfs:label "contains text" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#hasAttributedAuthor :hasAttributedAuthor rdf:type owl:DatatypeProperty ; rdfs:domain :LiteraryDiary ; rdfs:range rdfs:Literal ; rdfs:comment "This property relates a situation where an authorship is attributed to a cultural entity's author" ; rdfs:label "has attributed author" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#hasCitation :hasCitation rdf:type owl:DatatypeProperty ; rdfs:domain :AgentRole ; rdfs:range rdfs:Literal ; rdfs:comment "This property relates an agent role to its quotation" ; rdfs:label "has citation" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#hasTitle :hasTitle rdf:type owl:DatatypeProperty ; rdfs:domain :LiteraryDiary ; rdfs:range rdfs:Literal ; rdfs:comment "This property relates an object to its official title" ; rdfs:label "has title" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#keyword :keyword rdf:type owl:DatatypeProperty ; rdfs:domain :Sentiment ; rdfs:range rdfs:Literal ; rdfs:comment "This property represents a keyword related to an entity, used to search for that entity." ; rdfs:label "keyword" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#synonym :synonym rdf:type owl:DatatypeProperty ; rdfs:domain :Concept ; rdfs:range rdfs:Literal ; rdfs:comment "This property relates a synonym to an entity" ; rdfs:label "synonym" . ################################################################# # Classes ################################################################# ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#AbstractFigure :AbstractFigure rdf:type owl:Class ; owl:disjointWith :AgentRole , :Concept , :LiteraryDiary , :Sentiment , :chapter , :death , :fragment , :justice , :nature , :negative_sentiment , :neutral_sentiment , :positive_sentiment , :power , :providence , :reason , ; rdfs:comment "Agents that play a figurative role in the text, as abstract individuals or ideas" ; rdfs:label "abstract figure" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#AgentRole :AgentRole rdf:type owl:Class ; owl:disjointWith :Concept , :LiteraryDiary , :Sentiment , :chapter , :death , :fragment , :god , :justice , :men , :nature , :negative_sentiment , :neutral_sentiment , :positive_sentiment , :power , :providence , :reason , ; rdfs:comment "Agents that have been existing writers and play a certain the book, by being mentionned or cited" ; rdfs:label "agent role" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#Concept :Concept rdf:type owl:Class ; owl:disjointWith :LiteraryDiary , :Sentiment , :chapter , :fragment , :god , :men , :negative_sentiment , :neutral_sentiment , :positive_sentiment ; rdfs:comment "An abstract idea or notion" ; rdfs:label "concept" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#LiteraryDiary :LiteraryDiary rdf:type owl:Class ; owl:disjointWith :Sentiment , :chapter , :death , :fragment , :god , :justice , :men , :nature , :negative_sentiment , :neutral_sentiment , :positive_sentiment , :power , :providence , :reason , ; rdfs:comment "a book intended or used for a diary record" ; rdfs:label "literary diary" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#Sentiment :Sentiment rdf:type owl:Class ; owl:disjointWith :chapter , :death , :fragment , :god , :justice , :men , :nature , :power , :providence , :reason , ; rdfs:comment "An attitude, thought, or judgment prompted by feeling" ; rdfs:label "sentiment" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#chapter :chapter rdf:type owl:Class ; owl:disjointWith :death , :fragment , :god , :justice , :men , :nature , :negative_sentiment , :neutral_sentiment , :positive_sentiment , :power , :providence , :reason , ; rdfs:comment "the main division of a book" ; rdfs:label "chapter" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#death :death rdf:type owl:Class ; rdfs:subClassOf :Concept ; owl:disjointWith :fragment , :god , :justice , :men , :nature , :negative_sentiment , :neutral_sentiment , :positive_sentiment , :power , :providence , :reason , . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#fragment :fragment rdf:type owl:Class ; owl:disjointWith :god , :justice , :men , :nature , :negative_sentiment , :neutral_sentiment , :positive_sentiment , :power , :providence , :reason , ; rdfs:comment "the division of a chapter in a numbered paragraph" ; rdfs:label "fragment" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#god :god rdf:type owl:Class ; rdfs:subClassOf :AbstractFigure ; owl:disjointWith :justice , :men , :nature , :negative_sentiment , :neutral_sentiment , :positive_sentiment , :power , :providence , :reason , . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#justice :justice rdf:type owl:Class ; rdfs:subClassOf :Concept ; owl:disjointWith :men , :nature , :negative_sentiment , :neutral_sentiment , :positive_sentiment , :power , :providence , :reason , . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#men :men rdf:type owl:Class ; rdfs:subClassOf :AbstractFigure ; owl:disjointWith :nature , :negative_sentiment , :neutral_sentiment , :positive_sentiment , :power , :providence , :reason , ; rdfs:comment "abstract and general entity or idea relating to humanity" ; rdfs:label "men" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#nature :nature rdf:type owl:Class ; rdfs:subClassOf :Concept ; owl:disjointWith :negative_sentiment , :neutral_sentiment , :positive_sentiment , :power , :providence , :reason , . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#negative_sentiment :negative_sentiment rdf:type owl:Class ; rdfs:subClassOf :Sentiment ; owl:disjointWith :neutral_sentiment , :positive_sentiment , :power , :providence , :reason , ; rdfs:comment "a neither neutral, nor positive feeling" ; rdfs:label "negative sentiment" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#neutral_sentiment :neutral_sentiment rdf:type owl:Class ; rdfs:subClassOf :Sentiment ; owl:disjointWith :positive_sentiment , :power , :providence , :reason , ; rdfs:comment "a neither negative nor positive feeling" ; rdfs:label "neutral sentiment" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#positive_sentiment :positive_sentiment rdf:type owl:Class ; rdfs:subClassOf :Sentiment ; owl:disjointWith :power , :providence , :reason , ; rdfs:comment "a neither neutral, nor negative feeling" ; rdfs:label "positive sentiment" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#power :power rdf:type owl:Class ; rdfs:subClassOf :Concept ; owl:disjointWith :providence , :reason , . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#providence :providence rdf:type owl:Class ; rdfs:subClassOf :Concept ; owl:disjointWith :reason , . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#reason :reason rdf:type owl:Class ; rdfs:subClassOf :Concept ; owl:disjointWith . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#psyche&body rdf:type owl:Class ; rdfs:subClassOf :Concept ; rdfs:comment "the human soul, mind, or spirit & its flesh, pysical structure" ; rdfs:label "psyche & body" . ################################################################# # Individuals ################################################################# ### hhttps://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#Book_IX rdf:type owl:NamedIndividual , :chapter ; rdfs:label "book 9" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#Book_I :Book_I rdf:type owl:NamedIndividual , :chapter ; rdfs:label "book 1" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#Book_II :Book_II rdf:type owl:NamedIndividual , :chapter ; rdfs:label "book 2" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#Book_III :Book_III rdf:type owl:NamedIndividual , :chapter ; rdfs:label "book 3" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#Book_IV :Book_IV rdf:type owl:NamedIndividual , :chapter ; rdfs:label "book 4" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#Book_V :Book_V rdf:type owl:NamedIndividual , :chapter ; rdfs:label "book 5" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#Book_VI :Book_VI rdf:type owl:NamedIndividual , :chapter ; rdfs:label "book 6" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#Book_VII :Book_VII rdf:type owl:NamedIndividual , :chapter ; rdfs:label "book 7" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#Book_VIII :Book_VIII rdf:type owl:NamedIndividual , :chapter ; rdfs:label "book 8" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#Book_X :Book_X rdf:type owl:NamedIndividual , :chapter ; rdfs:label "book 10" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#Book_XI :Book_XI rdf:type owl:NamedIndividual , :chapter ; rdfs:label "book 11" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#Book_XII :Book_XII rdf:type owl:NamedIndividual , :chapter ; rdfs:label "book 12" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#Democritus :Democritus rdf:type owl:NamedIndividual , :AgentRole ; :hasCitation "" ; rdfs:comment "Democritus was an Ancient Greek pre-Socratic philosopher from Abdera, primarily remembered today for his formulation of an atomic theory of the universe." ; rdfs:label "Democritus" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#Epictetus :Epictetus rdf:type owl:NamedIndividual , :AgentRole ; :hasCitation "" ; rdfs:comment "Epictetus was a Greek Stoic philosopher." ; rdfs:label "Epictetus" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#Euripides :Euripides rdf:type owl:NamedIndividual , :AgentRole ; :hasCitation "" ; rdfs:comment "Euripides was a tragedian of classical Athens. Along with Aeschylus and Sophocles, he is one of the three ancient Greek tragedians for whom any plays have survived in full." ; rdfs:label "Euripides" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#Heraclitus :Heraclitus rdf:type owl:NamedIndividual , :AgentRole ; :hasCitation "" ; rdfs:comment "Heraclitus of Ephesus was an ancient Greek, pre-Socratic, Ionian philosopher and a native of the city of Ephesus" ; rdfs:label "Heraclitus" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#Homer :Homer rdf:type owl:NamedIndividual , :AgentRole ; :hasCitation "" ; rdfs:comment "Homer is the legendary author to whom the authorship of the Iliad and the Odyssey (the two epic poems that are the foundational works of ancient Greek literature) is attributed." ; rdfs:label "Homer" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#action :action rdf:type owl:NamedIndividual , :Concept , :justice ; rdfs:comment "An act of will" ; rdfs:label "action" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#atoms :atoms rdf:type owl:NamedIndividual , :Concept , :providence ; rdfs:comment "A tiny particle" ; rdfs:label "atoms" . [ rdf:type owl:NegativePropertyAssertion ; owl:sourceIndividual :atoms ; owl:assertionProperty :oppositeOf ; owl:targetIndividual :god ] . [ rdf:type owl:NegativePropertyAssertion ; owl:sourceIndividual :atoms ; owl:assertionProperty :oppositeOf ; owl:targetIndividual :providence ] . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#blame :blame rdf:type owl:NamedIndividual , :Concept , :justice ; rdfs:comment "An expression of disapproval or reproach" ; rdfs:label "blame" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#bodies :bodies rdf:type owl:NamedIndividual , :Concept , ; rdfs:comment "The organized physical substance of a human, animal or plant" ; rdfs:label "bodies" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#corrupt :corrupt rdf:type owl:NamedIndividual , :Concept , :power ; rdfs:comment "morally degenerate and perverted" ; rdfs:label "corrupt" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#death :death rdf:type owl:NamedIndividual , :Concept , owl:Class , :death . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#displeasure :displeasure rdf:type owl:NamedIndividual , :Sentiment , :negative_sentiment ; rdfs:comment "Disconfort and unhappiness" ; rdfs:label "displeasure" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#dissolution :dissolution rdf:type owl:NamedIndividual , :Concept , :death ; rdfs:comment "The act or process of dissolving" ; rdfs:label "dissolution" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#divinity :divinity rdf:type owl:NamedIndividual , :Concept , :providence ; rdfs:comment "The quality or state of being divine" ; rdfs:label "divinity" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#employment :employment rdf:type owl:NamedIndividual , :Concept , :power ; rdfs:comment "Use, purpose" ; rdfs:label "employment" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#extinct :extinct rdf:type owl:NamedIndividual , :Concept , :death ; rdfs:comment "Being no longer in existance" ; rdfs:label "extinct" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#fate :fate rdf:type owl:NamedIndividual , :Concept , :providence ; rdfs:comment "The power that is believed to control everything that happens and that cannot be stopped or changed" ; rdfs:label "fate" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#fault :fault rdf:type owl:NamedIndividual , :Concept , :justice ; rdfs:comment "The responsibility for wrongdoing or failure" ; rdfs:label "fault" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#flesh :flesh rdf:type owl:NamedIndividual , :Concept , ; rdfs:comment "The phisical nature of human beings" ; rdfs:label "flesh" . [ rdf:type owl:NegativePropertyAssertion ; owl:sourceIndividual :flesh ; owl:assertionProperty :oppositeOf ; owl:targetIndividual :souls ] . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#fortitude :fortitude rdf:type owl:NamedIndividual , :Sentiment , :positive_sentiment ; rdfs:comment "Strength of mind that enables a person to encounter danger or bear pain or adversity with courage" ; rdfs:label "fortitude" . [ rdf:type owl:NegativePropertyAssertion ; owl:sourceIndividual :fortitude ; owl:assertionProperty :oppositeOf ; owl:targetIndividual :obstacle ] . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#fortune :fortune rdf:type owl:NamedIndividual , :Concept , :providence ; rdfs:comment "Destiny, fate" ; rdfs:label "fortune" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#freedom :freedom rdf:type owl:NamedIndividual , :Sentiment , :positive_sentiment ; rdfs:comment "The quality or state of being free" ; rdfs:label "freedom" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#glory :glory rdf:type owl:NamedIndividual , :Concept , :power ; rdfs:comment "Praise, honour or distinction" ; rdfs:label "glory" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#god :god rdf:type owl:NamedIndividual , :Concept , :providence ; :owl:sameAs :providence . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#governing_self :governing_self rdf:type owl:NamedIndividual , :Concept , :power ; rdfs:comment "Self control and power" ; rdfs:label "governing self" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#honour :honour rdf:type owl:NamedIndividual , :Concept , :justice ; rdfs:comment "Worth that brings respect or fame" ; rdfs:label "honour" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#ignorance :ignorance rdf:type owl:NamedIndividual , :Concept , :reason ; rdfs:comment "Lack of knowledge, education or awareness" ; rdfs:label "ignorance" . [ rdf:type owl:NegativePropertyAssertion ; owl:sourceIndividual :ignorance ; owl:assertionProperty :oppositeOf ; owl:targetIndividual :reason ] . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#ill :ill rdf:type owl:NamedIndividual , :Sentiment , :negative_sentiment ; rdfs:comment "Not in good health" ; rdfs:label "ill" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#impulse :impulse rdf:type owl:NamedIndividual , :Concept , ; rdfs:comment "A sudden spontaneous inclination or incitement to some usually unpremeditated action" ; rdfs:label "impulse" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#judgment :judgment rdf:type owl:NamedIndividual , :Concept , :reason ; rdfs:comment "The process of forming an opinion or evaluation by discerning and comparing" ; rdfs:label "judgment" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#justice :justice rdf:type owl:NamedIndividual , :Concept , owl:Class , :justice . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#law :law rdf:type owl:NamedIndividual , :Concept , :nature ; rdfs:comment "The action of laws considered as a means of redressing wrongs" ; rdfs:label "law" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#life :life rdf:type owl:NamedIndividual , :Concept , :death ; rdfs:comment "A principle or force that is considered to underlie the distinctive quality of animate beings" ; rdfs:label "life" . [ rdf:type owl:NegativePropertyAssertion ; owl:sourceIndividual :life ; owl:assertionProperty :oppositeOf ; owl:targetIndividual :death ] . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#matter :matter rdf:type owl:NamedIndividual , :Concept , :nature ; rdfs:comment "The substance of which a physical object is composed" ; rdfs:label "matter" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#mind :mind rdf:type owl:NamedIndividual , :Concept , :reason ; rdfs:comment "The element or complex of elements in an individual that feels, perceives, thinks, wills, and especially reasons" ; rdfs:label "mind" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#nature :nature rdf:type owl:NamedIndividual , :Concept , owl:Class , :nature . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#necessity :necessity rdf:type owl:NamedIndividual , :Concept , :nature ; rdfs:comment "The quality or state of being necessary" ; rdfs:label "necessity" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#obstacle :obstacle rdf:type owl:NamedIndividual , :Concept , :power ; rdfs:comment "Something that impedes progress or achievement" ; rdfs:label "obstacle" . [ rdf:type owl:NegativePropertyAssertion ; owl:sourceIndividual :obstacle ; owl:assertionProperty :oppositeOf ; owl:targetIndividual :fortitude ] . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#pain :pain rdf:type owl:NamedIndividual , :Sentiment , :negative_sentiment ; rdfs:comment "Mental or emotional distress or suffering" ; rdfs:label "pain" . [ rdf:type owl:NegativePropertyAssertion ; owl:sourceIndividual :pain ; owl:assertionProperty :oppositeOf ; owl:targetIndividual :well-being ] . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#power :power rdf:type owl:NamedIndividual , :Concept , owl:Class , :power . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#principle :principle rdf:type owl:NamedIndividual , :Concept , :reason ; rdfs:comment "A comprehensive and fundamental law, doctrine, or assumption" ; rdfs:label "principle" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#providence :providence rdf:type owl:NamedIndividual , :Concept , owl:Class , :providence . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#purpose :purpose rdf:type owl:NamedIndividual , :Sentiment , :positive_sentiment ; rdfs:comment "Something set up as an object or end to be attained" ; rdfs:label "purpose" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#reason :reason rdf:type owl:NamedIndividual , :Concept , owl:Class , :reason . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#sick :sick rdf:type owl:NamedIndividual , :Concept , :death ; rdfs:comment "Affected with disease or ill health" ; rdfs:label "sick" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#souls :souls rdf:type owl:NamedIndividual , :Concept , ; rdfs:comment "the immaterial essence, animating principle, or actuating cause of an individual life" ; rdfs:label "souls" . [ rdf:type owl:NegativePropertyAssertion ; owl:sourceIndividual :souls ; owl:assertionProperty :oppositeOf ; owl:targetIndividual :flesh ] . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#temperance :temperance rdf:type owl:NamedIndividual , :Concept , :justice ; rdfs:comment "Moderation in action, thought, or feeling" ; rdfs:label "temperence" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#time :time rdf:type owl:NamedIndividual , :Concept , :death ; rdfs:comment "The measured or measurable period during which an action, process, or condition exists or continues" ; rdfs:label "time" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#truth :truth rdf:type owl:NamedIndividual , :Concept , :reason ; rdfs:comment "The body of real things, events, and facts" ; rdfs:label "truth" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#universe :universe rdf:type owl:NamedIndividual , :Concept , :nature ; rdfs:comment "The whole body of things and phenomena observed or postulated" ; rdfs:label "universe" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#violence :violence rdf:type owl:NamedIndividual , :Sentiment , :negative_sentiment ; rdfs:comment "The use of physical force so as to injure, abuse, damage, or destroy" ; rdfs:label "violence" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#vital_spirit :vital_spirit rdf:type owl:NamedIndividual , :Concept , ; rdfs:comment "In Stoicism it is a mixture of air and fire held to be the divine organizing principle of the universe" ; rdfs:label "vital spirit" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#well-being :well-being rdf:type owl:NamedIndividual , :Sentiment , :positive_sentiment ; rdfs:comment "The state of being happy, healthy, or prosperous" ; rdfs:label "well-being" . [ rdf:type owl:NegativePropertyAssertion ; owl:sourceIndividual :well-being ; owl:assertionProperty :oppositeOf ; owl:targetIndividual :pain ] . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#whole :whole rdf:type owl:NamedIndividual , :Concept , :nature ; rdfs:comment "Constituting the total sum or undiminished entirety" ; rdfs:label "whole" . ### https://raw.githubusercontent.com/ONTOmeditations/OntoMeditations/main/MeditationsOntologyProtege.owl#/psyche&body rdf:type owl:NamedIndividual , :Concept , ; rdfs:comment "The human soul, mind, or spirit & its flesh, pysical structure" ; rdfs:label "psyche & body" . ################################################################# # Annotations ################################################################# :death rdfs:comment "The state of being no longer alive" ; rdfs:label "death" ; rdfs:comment "absence of life" . :god rdfs:label "god" ; rdfs:comment "The supreme or ultimate reality" , "abstract and general entity or idea relating to a superior being" . :justice rdfs:label "justice" ; rdfs:comment "The quality of being just, impartial, or fair" , "the condition of being morally correct or fair" . :nature rdfs:label "nature" ; rdfs:comment "the force that is responsible for physical life" , "The force that is responsible for physical life" . :power rdfs:comment "ability to control onelself, people or events" ; rdfs:label "power" ; rdfs:comment "Possession of control, authority, or influence over others" . :providence rdfs:comment "Divine guidance or care" ; rdfs:label "providence" ; rdfs:comment "protective care of God or of nature as a spiritual power" . :reason rdfs:label "reason" ; rdfs:comment "The power of the mind to think, understand and form judgments logically" , "the power of the mind to think, understand and form judgments logically" . ################################################################# # General axioms ################################################################# [ rdf:type owl:AllDisjointClasses ; owl:members ( :AbstractFigure :AgentRole :Concept :Sentiment :chapter ) ] . [ rdf:type owl:AllDisjointClasses ; owl:members ( :death :justice :nature :power :providence :reason ) ] . ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi