@prefix : . @prefix dul: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix prov: . @prefix rdfs: . @prefix frame: . @prefix semio: . @prefix fschema: . @prefix wn30instances: . @base . rdf:type owl:Ontology ; rdfs:comment """A quick and dirty collection of values, with their provenance and some of their expressed relations, from the Web. Relations include negative oppositions from Haidt (e.g. from Haidt J. and Graham J. When Morality Opposes Justice: Conservatives Have Moral Intuitions that Liberals may not Recognize. Social Justice Research, Vol. 20, No. 1, March 2007, 10.1007/s11211-007-0034-z), subsumptions from Schwartz' circumplex model (e.g. from Schwartz, S. H. (1992). Universals in the content and structure of values: theoretical advances and empirical tests in 20 countries. Adv. Exp. Soc. Psychol. 25, 1–65. doi: 10.1016/S0065-2601(08)60281-6; Schwartz, S. H. (2012). An Overview of the Schwartz Theory of Basic Values. Online Readings in Psychology and Culture, 2, 1, 10.9707/2307-0919.1116; Schwartz, S. H. (2014). Rethinking the concept and measurement of societal culture in light of empirical findings. J. Cross. Cult. Psychol. 45, 5–13, 10.1177/ 0022022113490830; Schwartz, S. H. A. (2006). theory of cultural value orientations: Explication and applications. Comp. Soc. 5, 137–182. doi: 10.1163/1569133067786 67357), and some clearly contrastive oppositions, also from Schwartz'. Subsumptions pair subclass taxonomies (following the D&S super-duper punning). Relations allow to infer a quite complex taxonomy, deserving investigation. Apparently, the circumplex model and related glosses hint at a more complex model of values (involving e.g. norms, goals, equilibria, causality, etc.), which needs to be designed, and used to refactor this collection with analytic axioms. For example, Self-protection values should include roles played by Self and Others, action or event types that may prize or harm the Self, parameters establishing the protection dimensions, related social and legal norms aimed at (or limiting) Self-protection, etc. Most values collected on the Web seem to reuse academic studies such as Schwartz, Haidt, etc., but it is interesting to spot the convergence among psychological, business, military, and cultural contexts. Several values found in Web lists have no obvious subsumers in Schwartz' hiearchy, and need refinement. Not all values feature a gloss, and many of them feature glosses with a provenance of suspicious quality. Overall, some redundance may exist, even within established models, e.g. the difference between Personal Security and Self-protection in Schwartz92 might be blurred. Finally, a first extraction of value-related frames from Framester has been done, leading to 7 conceptual frames and 6 synset frames that cover all senses of 'value', from proper normative/goal senses to commercial and informational senses. A much deeper extraction needs to be done by using the labels from the value collection, and attempting a transitive closure across Framester and its modules, in order to discover possible inconsistencies, problematic inferences, typical roles, associations to sentiment polarity and emotions, visual categories, etc.""" ; owl:versionInfo "0.1, 04-03-2021, by Aldo Gangemi" . ################################################################# # Annotation properties ################################################################# ### http://purl.org/dc/elements/1.1/creator rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/date rdf:type owl:AnnotationProperty . ################################################################# # Object Properties ################################################################# ### http://www.ontologydesignpatterns.org/ont/dul/DUL.owlsatisfiedBy dul:satisfiedBy rdf:type owl:ObjectProperty ; owl:inverseOf dul:satisfies . ### http://www.ontologydesignpatterns.org/ont/dul/DUL.owlsatisfies dul:satisfies rdf:type owl:ObjectProperty ; rdfs:domain dul:Situation ; rdfs:range dul:Description . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#contrasts :contrasts rdf:type owl:ObjectProperty , owl:SymmetricProperty ; rdfs:domain :IndividualValue ; rdfs:range :IndividualValue ; rdfs:comment "Schwartz' contrastive opposition relation, designed as a symmetric property. In Schwartz' theory, such contrast entails conflict, and should lead to a disjointness relation between the situation classes satisfying the contrasted values. However, the conflict assumption is heavily debated in literature." ; rdfs:label "contrasts" . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#hasNegative :hasNegative rdf:type owl:ObjectProperty ; owl:inverseOf :hasPositive ; rdfs:domain :IndividualValue ; rdfs:range :NegativeValue ; rdfs:comment "A (judgmentally, culturally dependent) opposition between a (positive) value, and a negative one. Cf. Haidt and Graham 2007, who however claim the universality of the polarity. Due to the asymmetry in the notion, the relation is not symmetric." . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#hasPositive :hasPositive rdf:type owl:ObjectProperty . ### http://www.w3.org/ns/prov#wasAttributedTo prov:wasAttributedTo rdf:type owl:ObjectProperty . ### https://w3id.org/framester/schema/subsumedUnder fschema:subsumedUnder rdf:type owl:ObjectProperty ; owl:inverseOf fschema:subsumes ; rdf:type owl:TransitiveProperty . ### https://w3id.org/framester/schema/subsumes fschema:subsumes rdf:type owl:ObjectProperty , owl:TransitiveProperty . ################################################################# # Classes ################################################################# ### http://www.ontologydesignpatterns.org/ont/dul/DUL.owlDescription dul:Description rdf:type owl:Class . ### http://www.ontologydesignpatterns.org/ont/dul/DUL.owlSituation dul:Situation rdf:type owl:Class . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Acceptance :Acceptance rdf:type owl:Class ; rdfs:subClassOf :Feelings , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Acceptance ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Accomplishment :Accomplishment rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Accomplishment ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Accountability :Accountability rdf:type owl:Class ; rdfs:subClassOf :Integrity , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Accountability ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Accuracy :Accuracy rdf:type owl:Class ; rdfs:subClassOf :Order , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Accuracy ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Achievement :Achievement rdf:type owl:Class ; rdfs:subClassOf :Self-enhancement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Achievement ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Action :Action rdf:type owl:Class ; rdfs:subClassOf :Self-direction , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Action ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Adaptability :Adaptability rdf:type owl:Class ; rdfs:subClassOf :Spirituality , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Adaptability ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Adventure :Adventure rdf:type owl:Class ; rdfs:subClassOf :Openness_to_change , :Self-enhancement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Adventure ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#AffectiveAutonomy :AffectiveAutonomy rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :AffectiveAutonomy ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Alertness :Alertness rdf:type owl:Class ; rdfs:subClassOf :Presence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Alertness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Altruism :Altruism rdf:type owl:Class ; rdfs:subClassOf :Spirituality , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Altruism ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Ambition :Ambition rdf:type owl:Class ; rdfs:subClassOf :Achievement , :Strength , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Ambition ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Amusement :Amusement rdf:type owl:Class ; rdfs:subClassOf :Enjoyment , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Amusement ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Analysis :Analysis rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Analysis ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Anticipation :Anticipation rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Anticipation ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Anxiety-avoidance :Anxiety-avoidance rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Anxiety-avoidance ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Anxiety-free :Anxiety-free rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Anxiety-free ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Approachability :Approachability rdf:type owl:Class ; rdfs:subClassOf :Self-transcendence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Approachability ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Assertion :Assertion rdf:type owl:Class ; rdfs:subClassOf :Strength , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Assertion ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Association :Association rdf:type owl:Class ; rdfs:subClassOf :Community , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Association ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Attentiveness :Attentiveness rdf:type owl:Class ; rdfs:subClassOf :Presence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Attentiveness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Authenticity :Authenticity rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Authenticity ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Authority :Authority rdf:type owl:Class ; rdfs:subClassOf :Power , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Authority ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Awareness :Awareness rdf:type owl:Class ; rdfs:subClassOf :Presence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Awareness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Balance :Balance rdf:type owl:Class ; rdfs:subClassOf :Spirituality , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Balance ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Beauty :Beauty rdf:type owl:Class ; rdfs:subClassOf :Presence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Beauty ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Belief_in_God :Belief_in_God rdf:type owl:Class ; rdfs:subClassOf :Beliefs , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Belief_in_God ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Beliefs :Beliefs rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Beliefs ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Benevolence :Benevolence rdf:type owl:Class ; rdfs:subClassOf :Self-transcendence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Benevolence ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Boldness :Boldness rdf:type owl:Class ; rdfs:subClassOf :Strength , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Boldness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Bravery :Bravery rdf:type owl:Class ; rdfs:subClassOf :Courage , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Bravery ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Brilliance :Brilliance rdf:type owl:Class ; rdfs:subClassOf :Intelligence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Brilliance ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Building_communities :Building_communities rdf:type owl:Class ; rdfs:subClassOf :Community , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Building_communities ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Calmness :Calmness rdf:type owl:Class ; rdfs:subClassOf :Presence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Calmness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Candor :Candor rdf:type owl:Class ; rdfs:subClassOf :Integrity , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Candor ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Capable :Capable rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Capable ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Carefulness :Carefulness rdf:type owl:Class ; rdfs:subClassOf :Benevolence , :Order , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Carefulness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Certainty :Certainty rdf:type owl:Class ; rdfs:subClassOf :Order , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Certainty ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Challenge :Challenge rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Challenge ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Charity :Charity rdf:type owl:Class ; rdfs:subClassOf :Spirituality , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Charity ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Clarity :Clarity rdf:type owl:Class ; rdfs:subClassOf :Presence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Clarity ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Cleanliness :Cleanliness rdf:type owl:Class ; rdfs:subClassOf :Order , :Security , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Cleanliness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Cleverness :Cleverness rdf:type owl:Class ; rdfs:subClassOf :Intelligence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Cleverness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Collaboration :Collaboration rdf:type owl:Class ; rdfs:subClassOf :Community , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Collaboration ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Comfort :Comfort rdf:type owl:Class ; rdfs:subClassOf :Feelings , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Comfort ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Commitment :Commitment rdf:type owl:Class ; rdfs:subClassOf :Integrity , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Commitment ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Common_sense :Common_sense rdf:type owl:Class ; rdfs:subClassOf :Intelligence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Common_sense ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Communication :Communication rdf:type owl:Class ; rdfs:subClassOf :Spirituality , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Communication ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Community :Community rdf:type owl:Class ; rdfs:subClassOf :Spirituality , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Community ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Compassion :Compassion rdf:type owl:Class ; rdfs:subClassOf :Feelings , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Compassion ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Competence :Competence rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Competence ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Competition :Competition rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Competition ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Compliance :Compliance rdf:type owl:Class ; rdfs:subClassOf :Conservation , :Order , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Compliance ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Composure :Composure rdf:type owl:Class ; rdfs:subClassOf :Self-control , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Composure ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Concentration :Concentration rdf:type owl:Class ; rdfs:subClassOf :Presence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Concentration ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Concern_for_others :Concern_for_others rdf:type owl:Class ; rdfs:subClassOf :Empathy , :Universalism , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Concern_for_others ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Confidence :Confidence rdf:type owl:Class ; rdfs:subClassOf :Strength , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Confidence ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Conformity :Conformity rdf:type owl:Class ; rdfs:subClassOf :Conservation , :Social_focus , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Conformity ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Congruence :Congruence rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Congruence ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Connection :Connection rdf:type owl:Class ; rdfs:subClassOf :Spirituality , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Connection ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Consciousness :Consciousness rdf:type owl:Class ; rdfs:subClassOf :Spirituality , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Consciousness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Consent :Consent rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Consent ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Conservation :Conservation rdf:type owl:Class ; rdfs:subClassOf :Anxiety-avoidance , :Self-protection , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Conservation ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Consideration :Consideration rdf:type owl:Class ; rdfs:subClassOf :Community , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Consideration ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Consistency :Consistency rdf:type owl:Class ; rdfs:subClassOf :Order , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Consistency ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Contentment :Contentment rdf:type owl:Class ; rdfs:subClassOf :Feelings , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Contentment ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Continuous_learning :Continuous_learning rdf:type owl:Class ; rdfs:subClassOf :Self-enhancement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Continuous_learning ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Contribution :Contribution rdf:type owl:Class ; rdfs:subClassOf :Spirituality , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Contribution ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Control :Control rdf:type owl:Class ; rdfs:subClassOf :Order , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Control ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Control_over_resources :Control_over_resources rdf:type owl:Class ; rdfs:subClassOf :Power , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Control_over_resources ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Conviction :Conviction rdf:type owl:Class ; rdfs:subClassOf :Courage , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Conviction ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Cooperation :Cooperation rdf:type owl:Class ; rdfs:subClassOf :Spirituality , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Cooperation ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Courage :Courage rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Courage ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Courtesy :Courtesy rdf:type owl:Class ; rdfs:subClassOf :Spirituality , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Courtesy ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Creativity :Creativity rdf:type owl:Class ; rdfs:subClassOf :Self-direction , :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Creativity ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Credibility :Credibility rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Credibility ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#CulturalValue :CulturalValue rdf:type owl:Class ; rdfs:subClassOf :Value ; rdfs:comment """Cultural values represent ideals that shape the beliefs and actions of individuals and groups in the culture. They act as societal responses to three main challenges to a successful cohabitation: relations between individuals and groups (contrasting Intellectual/Affective Autonomy vs. Embeddedness); the way individuals act in a responsible manner toward preserving the well-being of their society (contrasting Egalitarianism vs. Hierarchy); individuals’ interests regarding the natural and social environment (contrasting Harmony vs. Mastery) (Schwartz2006). In contrast to individual values, which are observable constructs affecting individual behavior, cultural values are abstract constructs (Schwartz2014), which manifest in various forms ranging from written artifacts to knowledge that members of the culture communicate amongst each other. Methodological discussion in: Erich H. Witte, Adrian Stanciu and Klaus Boehnke. A New Empirical Approach to Intercultural Comparisons of Value Preferences Based on Schwartz’s Theory. Front. Psychol., 14 July 2020, 10.3389/fpsyg.2020.01723""" . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Curiosity :Curiosity rdf:type owl:Class ; rdfs:subClassOf :Creativity , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Curiosity ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Daring :Daring rdf:type owl:Class ; rdfs:subClassOf :Stimulation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Daring ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Decision_making :Decision_making rdf:type owl:Class ; rdfs:subClassOf :Order , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Decision_making ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Decisiveness :Decisiveness rdf:type owl:Class ; rdfs:subClassOf :Intelligence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Decisiveness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Dedication :Dedication rdf:type owl:Class ; rdfs:subClassOf :Strength , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Dedication ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Dependability :Dependability rdf:type owl:Class ; rdfs:subClassOf :Benevolence , :Integrity , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Dependability ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Determination :Determination rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Determination ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Development :Development rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Development ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Devotion :Devotion rdf:type owl:Class ; rdfs:subClassOf :Spirituality , :Tradition , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Devotion ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Dignity :Dignity rdf:type owl:Class ; rdfs:subClassOf :Integrity , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Dignity ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Discipline :Discipline rdf:type owl:Class ; rdfs:subClassOf :Strength , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Discipline ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Discovery :Discovery rdf:type owl:Class ; rdfs:subClassOf :Creativity , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Discovery ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Distinctiveness :Distinctiveness rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Distinctiveness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Diversity :Diversity rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Diversity ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Doing_good :Doing_good rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Doing_good ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Dominance_over_people :Dominance_over_people rdf:type owl:Class ; rdfs:subClassOf :Power , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Dominance_over_people ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Drive :Drive rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Drive ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Dutiful :Dutiful rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Dutiful ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Earning_trust :Earning_trust rdf:type owl:Class ; rdfs:subClassOf :Self-transcendence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Earning_trust ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Economy :Economy rdf:type owl:Class ; rdfs:subClassOf :Order , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Economy ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Education :Education rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Education ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Effectiveness :Effectiveness rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Effectiveness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Efficiency :Efficiency rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Efficiency ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Egalitarianism :Egalitarianism rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Egalitarianism ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Embeddedness :Embeddedness rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Embeddedness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Empathy :Empathy rdf:type owl:Class ; rdfs:subClassOf :Feelings , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Empathy ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Empowerment :Empowerment rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Empowerment ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Endurance :Endurance rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Endurance ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Energy :Energy rdf:type owl:Class ; rdfs:subClassOf :Health , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Energy ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Enjoyment :Enjoyment rdf:type owl:Class ; rdfs:subClassOf :Feelings , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Enjoyment ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Enthusiasm :Enthusiasm rdf:type owl:Class ; rdfs:subClassOf :Enjoyment , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Enthusiasm ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Environmental_sustainability :Environmental_sustainability rdf:type owl:Class ; rdfs:subClassOf :Universalism , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Environmental_sustainability ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Equality :Equality rdf:type owl:Class ; rdfs:subClassOf :Spirituality , :Universalism , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Equality ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Ethics :Ethics rdf:type owl:Class ; rdfs:subClassOf :Spirituality , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Ethics ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Evolution :Evolution rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Evolution ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Excellence :Excellence rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Excellence ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Exciting_life :Exciting_life rdf:type owl:Class ; rdfs:subClassOf :Stimulation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Exciting_life ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Experience :Experience rdf:type owl:Class ; rdfs:subClassOf :Enjoyment , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Experience ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Exploration :Exploration rdf:type owl:Class ; rdfs:subClassOf :Creativity , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Exploration ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Expressiveness :Expressiveness rdf:type owl:Class ; rdfs:subClassOf :Creativity , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Expressiveness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Face :Face rdf:type owl:Class ; rdfs:subClassOf :Conservation , :Self-enhancement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Face ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Fairness :Fairness rdf:type owl:Class ; rdfs:subClassOf :Spirituality , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Fairness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Faith :Faith rdf:type owl:Class ; rdfs:subClassOf :Beliefs , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Faith ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Family :Family rdf:type owl:Class ; rdfs:subClassOf :Spirituality , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Family ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Family_security :Family_security rdf:type owl:Class ; rdfs:subClassOf :Security , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Family_security ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Famous :Famous rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Famous ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Fearless :Fearless rdf:type owl:Class ; rdfs:subClassOf :Courage , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Fearless ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Feasibility :Feasibility rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Feasibility ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Feelings :Feelings rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Feelings ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Ferocious :Ferocious rdf:type owl:Class ; rdfs:subClassOf :Strength , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Ferocious ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Fidelity :Fidelity rdf:type owl:Class ; rdfs:subClassOf :Spirituality , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Fidelity ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Financial_stability :Financial_stability rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Financial_stability ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Fitness :Fitness rdf:type owl:Class ; rdfs:subClassOf :Presence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Fitness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Focus :Focus rdf:type owl:Class ; rdfs:subClassOf :Presence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Focus ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Foresight :Foresight rdf:type owl:Class ; rdfs:subClassOf :Intelligence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Foresight ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Forgiving :Forgiving rdf:type owl:Class ; rdfs:subClassOf :Benevolence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Forgiving ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Fortitude :Fortitude rdf:type owl:Class ; rdfs:subClassOf :Strength , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Fortitude ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Freedom :Freedom rdf:type owl:Class ; rdfs:subClassOf :Self-direction , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Freedom ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Friendship :Friendship rdf:type owl:Class ; rdfs:subClassOf :Spirituality , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Friendship ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Frugality :Frugality rdf:type owl:Class ; rdfs:subClassOf :Conservation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Frugality ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Fun :Fun rdf:type owl:Class ; rdfs:subClassOf :Enjoyment , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Fun ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Generosity :Generosity rdf:type owl:Class ; rdfs:subClassOf :Self-transcendence , :Spirituality , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Generosity ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Genius :Genius rdf:type owl:Class ; rdfs:subClassOf :Intelligence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Genius ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Giving :Giving rdf:type owl:Class ; rdfs:subClassOf :Spirituality , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Giving ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Goodness :Goodness rdf:type owl:Class ; rdfs:subClassOf :Spirituality , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Goodness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Grace :Grace rdf:type owl:Class ; rdfs:subClassOf :Feelings , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Grace ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Gratitude :Gratitude rdf:type owl:Class ; rdfs:subClassOf :Feelings , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Gratitude ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Greatness :Greatness rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Greatness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Growth :Growth rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Growth ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Happiness :Happiness rdf:type owl:Class ; rdfs:subClassOf :Feelings , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Happiness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Hardworking :Hardworking rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Hardworking ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Harmony :Harmony rdf:type owl:Class ; rdfs:subClassOf :Spirituality , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Harmony ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Health :Health rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Health ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Healthy_competition :Healthy_competition rdf:type owl:Class ; rdfs:subClassOf :Fairness , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Healthy_competition ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Healthy_relationships :Healthy_relationships rdf:type owl:Class ; rdfs:subClassOf :Fairness , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Healthy_relationships ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Hedonism :Hedonism rdf:type owl:Class ; rdfs:subClassOf :Openness_to_change , :Self-enhancement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Hedonism ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Helpfulness :Helpfulness rdf:type owl:Class ; rdfs:subClassOf :Benevolence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Helpfulness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Helping :Helping rdf:type owl:Class ; rdfs:subClassOf :Helpfulness , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Helping ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Hierarchy :Hierarchy rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Hierarchy ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Honesty :Honesty rdf:type owl:Class ; rdfs:subClassOf :Integrity , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Honesty ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Honor :Honor rdf:type owl:Class ; rdfs:subClassOf :Integrity , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Honor ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Hope :Hope rdf:type owl:Class ; rdfs:subClassOf :Feelings , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Hope ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Humility :Humility rdf:type owl:Class ; rdfs:subClassOf :Conservation , :Self-transcendence , :Spirituality , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Humility ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Humor :Humor rdf:type owl:Class ; rdfs:subClassOf :Enjoyment , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Humor ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Imagination :Imagination rdf:type owl:Class ; rdfs:subClassOf :Creativity , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Imagination ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Impartial :Impartial rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Impartial ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Improvement :Improvement rdf:type owl:Class ; rdfs:subClassOf :Evolution , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Improvement ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Improvisation :Improvisation rdf:type owl:Class ; rdfs:subClassOf :Creativity , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Improvisation ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Inclusiveness :Inclusiveness rdf:type owl:Class ; rdfs:subClassOf :Diversity , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Inclusiveness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Independence :Independence rdf:type owl:Class ; rdfs:subClassOf :Freedom , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Independence ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#IndividualValue :IndividualValue rdf:type owl:Class ; rdfs:subClassOf :Value ; rdfs:comment "Actions pursuing one value “have consequences that conflict with some values but are congruent with others.” This has “practical, psychological, and social consequences.” “Of course, people can and do pursue competing values, but not in a single act. Rather, they do so through different acts, at different times, and in different settings.”" , "Individual values are responses to three universal requirements: biological needs, agreement on social actions, survival and well-being of groups (Schwartz1992)." , """Individual values are subjective beliefs of individuals (a) associated with affect, (b) referring to goals that motivate action, (c) transcending specific situations, (d) serving as evaluative standards, (e) ordered according to their relative (our emphasis) importance, and (f) guiding individuals’ action (Schwartz2102).""" , "Schwartz: The relative importance of multiple values guides action. Any attitude or behaviour typically has implications for more than one value. … The tradeoff among relevant, competing values guides attitudes and behaviors… Values influence action when they are relevant in the context (hence likely to be activated) and important to the actor." , "Schwartz: Values are beliefs linked inextricably to affect. When values are activated, they become infused with feeling." , "Schwartz: Values are ordered by importance relative to one another. People’s values form an ordered system of priorities that characterize them as individuals." , "Schwartz: Values refer to desirable goals that motivate action." , "Schwartz: Values serve as standards or criteria. Values guide the selection or evaluation of actions, policies, people, and events. People decide what is good or bad, justified or illegitimate, worth doing or avoiding, based on possible consequences for their cherished values. But the impact of values in everyday decisions is rarely conscious. Values enter awareness when the actions or judgments one is considering have conflicting implications for different values one cherishes." , "Schwartz: Values transcend specific actions and situations. … This feature distinguishes values from norms and attitudes that usually refer to specific actions, objects, or situations." . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Individuality :Individuality rdf:type owl:Class ; rdfs:subClassOf :Freedom , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Individuality ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Influence :Influence rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Influence ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Inner_peace :Inner_peace rdf:type owl:Class ; rdfs:subClassOf :Feelings , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Inner_peace ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Innovation :Innovation rdf:type owl:Class ; rdfs:subClassOf :Creativity , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Innovation ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Inquisitive :Inquisitive rdf:type owl:Class ; rdfs:subClassOf :Creativity , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Inquisitive ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Insightful :Insightful rdf:type owl:Class ; rdfs:subClassOf :Intelligence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Insightful ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Inspiration :Inspiration rdf:type owl:Class ; rdfs:subClassOf :Feelings , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Inspiration ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Integrity :Integrity rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Integrity ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#IntellectualAutonomy :IntellectualAutonomy rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :IntellectualAutonomy ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Intelligence :Intelligence rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Intelligence ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Intensity :Intensity rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Intensity ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Interpersonal :Interpersonal rdf:type owl:Class ; rdfs:subClassOf :Conformity , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Interpersonal ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Intuitiveness :Intuitiveness rdf:type owl:Class ; rdfs:subClassOf :Creativity , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Intuitiveness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Irreverent :Irreverent rdf:type owl:Class ; rdfs:subClassOf :Feelings , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Irreverent ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Isolation :Isolation rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Isolation ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Joy :Joy rdf:type owl:Class ; rdfs:subClassOf :Feelings , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Joy ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Justice :Justice rdf:type owl:Class ; rdfs:subClassOf :Order , :Universalism , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Justice ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Kindness :Kindness rdf:type owl:Class ; rdfs:subClassOf :Feelings , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Kindness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Knowledge :Knowledge rdf:type owl:Class ; rdfs:subClassOf :Intelligence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Knowledge ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Lawfulness :Lawfulness rdf:type owl:Class ; rdfs:subClassOf :Order , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Lawfulness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Leadership :Leadership rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Leadership ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Learning :Learning rdf:type owl:Class ; rdfs:subClassOf :Intelligence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Learning ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Liberty :Liberty rdf:type owl:Class ; rdfs:subClassOf :Freedom , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Liberty ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Lively :Lively rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Lively ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Logic :Logic rdf:type owl:Class ; rdfs:subClassOf :Intelligence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Logic ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Longevity :Longevity rdf:type owl:Class ; rdfs:subClassOf :Health , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Longevity ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Love :Love rdf:type owl:Class ; rdfs:subClassOf :Feelings , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Love ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Loyalty :Loyalty rdf:type owl:Class ; rdfs:subClassOf :Benevolence , :Spirituality , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Loyalty ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Management :Management rdf:type owl:Class ; rdfs:subClassOf :Order , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Management ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Mastery :Mastery rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Mastery ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Maturity :Maturity rdf:type owl:Class ; rdfs:subClassOf :Spirituality , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Maturity ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Meaning :Meaning rdf:type owl:Class ; rdfs:subClassOf :Achievement , :Spirituality , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Meaning ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Meaningful_work :Meaningful_work rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Meaningful_work ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Moderation :Moderation rdf:type owl:Class ; rdfs:subClassOf :Order , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Moderation ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Modesty :Modesty rdf:type owl:Class ; rdfs:subClassOf :Tradition , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Modesty ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Morality :Morality rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Morality ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Motivation :Motivation rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Motivation ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#NegativeValue :NegativeValue rdf:type owl:Class ; rdfs:subClassOf fschema:ConceptualFrame . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Novelty :Novelty rdf:type owl:Class ; rdfs:subClassOf :Openness_to_change , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Novelty ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Objectivity :Objectivity rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Objectivity ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Open-mindedness :Open-mindedness rdf:type owl:Class ; rdfs:subClassOf :Creativity , :Intelligence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Open-mindedness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Openness_to_change :Openness_to_change rdf:type owl:Class ; rdfs:subClassOf :Anxiety-free , :Growth , :Open-mindedness , :Personal_focus , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Openness_to_change ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Optimism :Optimism rdf:type owl:Class ; rdfs:subClassOf :Feelings , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Optimism ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Order :Order rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Order ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Organization :Organization rdf:type owl:Class ; rdfs:subClassOf :Order , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Organization ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Originality :Originality rdf:type owl:Class ; rdfs:subClassOf :Creativity , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Originality ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Partnership :Partnership rdf:type owl:Class ; rdfs:subClassOf :Community , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Partnership ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Passion :Passion rdf:type owl:Class ; rdfs:subClassOf :Feelings , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Passion ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Patience :Patience rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Patience ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Patriotism :Patriotism rdf:type owl:Class ; rdfs:subClassOf :Conservation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Patriotism ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Peace :Peace rdf:type owl:Class ; rdfs:subClassOf :Feelings , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Peace ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Performance :Performance rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Performance ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Perseverance :Perseverance rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Perseverance ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Persistence :Persistence rdf:type owl:Class ; rdfs:subClassOf :Achievement , :Strength , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Persistence ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Personal_focus :Personal_focus rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Personal_focus ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Personal_security :Personal_security rdf:type owl:Class ; rdfs:subClassOf :Personal_focus , :Security , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Personal_security ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Philanthropy :Philanthropy rdf:type owl:Class ; rdfs:subClassOf :Universalism , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Philanthropy ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Playfulness :Playfulness rdf:type owl:Class ; rdfs:subClassOf :Enjoyment , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Playfulness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Pleasure :Pleasure rdf:type owl:Class ; rdfs:subClassOf :Hedonism , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Pleasure ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Poise :Poise rdf:type owl:Class ; rdfs:subClassOf :Feelings , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Poise ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Politeness :Politeness rdf:type owl:Class ; rdfs:subClassOf :Conformity , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Politeness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Positivity :Positivity rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Positivity ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Potential :Potential rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Potential ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Power :Power rdf:type owl:Class ; rdfs:subClassOf :Anxiety-avoidance , :Self-enhancement , :Self-protection , :Strength , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Power ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Preparedness :Preparedness rdf:type owl:Class ; rdfs:subClassOf :Anticipation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Preparedness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Presence :Presence rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Presence ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Productivity :Productivity rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Productivity ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Professionalism :Professionalism rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Professionalism ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Prosperity :Prosperity rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Prosperity ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Punctuality :Punctuality rdf:type owl:Class ; rdfs:subClassOf :Order , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Punctuality ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Purpose :Purpose rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Purpose ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Quality :Quality rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Quality ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Racing_towards_goals_until_achieved :Racing_towards_goals_until_achieved rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Racing_towards_goals_until_achieved ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Realism :Realism rdf:type owl:Class ; rdfs:subClassOf :Intelligence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Realism ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Reason :Reason rdf:type owl:Class ; rdfs:subClassOf :Intelligence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Reason ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Receptiveness :Receptiveness rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Receptiveness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Recognition :Recognition rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Recognition ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Recreation :Recreation rdf:type owl:Class ; rdfs:subClassOf :Enjoyment , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Recreation ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Reflection :Reflection rdf:type owl:Class ; rdfs:subClassOf :Intelligence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Reflection ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Relaxation :Relaxation rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Relaxation ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Reliability :Reliability rdf:type owl:Class ; rdfs:subClassOf :Trust , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Reliability ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Resilience :Resilience rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Resilience ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Respect :Respect rdf:type owl:Class ; rdfs:subClassOf :Conformity , :Feelings , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Respect ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Respect_for_self :Respect_for_self rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Respect_for_self ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Responsibility :Responsibility rdf:type owl:Class ; rdfs:subClassOf :Benevolence , :Integrity , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Responsibility ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Responsiveness :Responsiveness rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Responsiveness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Rest :Rest rdf:type owl:Class ; rdfs:subClassOf :Health , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Rest ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Restraint :Restraint rdf:type owl:Class ; rdfs:subClassOf :Strength , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Restraint ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Results-oriented :Results-oriented rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Results-oriented ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Reverence :Reverence rdf:type owl:Class ; rdfs:subClassOf :Feelings , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Reverence ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Rigor :Rigor rdf:type owl:Class ; rdfs:subClassOf :Strength , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Rigor ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Risk :Risk rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Risk ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Risk-management :Risk-management rdf:type owl:Class ; rdfs:subClassOf :Management , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Risk-management ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Rules :Rules rdf:type owl:Class ; rdfs:subClassOf :Conformity , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Rules ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Sanctity :Sanctity rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Sanctity ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Satisfaction :Satisfaction rdf:type owl:Class ; rdfs:subClassOf :Feelings , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Satisfaction ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Security :Security rdf:type owl:Class ; rdfs:subClassOf :Conservation , :Order , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Security ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Self-awareness :Self-awareness rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Self-awareness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Self-confidence :Self-confidence rdf:type owl:Class ; rdfs:subClassOf :Strength , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Self-confidence ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Self-control :Self-control rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Self-control ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Self-direction :Self-direction rdf:type owl:Class ; rdfs:subClassOf :Openness_to_change , :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Self-direction ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Self-discipline :Self-discipline rdf:type owl:Class ; rdfs:subClassOf :Conformity , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Self-discipline ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Self-enhancement :Self-enhancement rdf:type owl:Class ; rdfs:subClassOf :Evolution , :Personal_focus , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Self-enhancement ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Self-indulgence :Self-indulgence rdf:type owl:Class ; rdfs:subClassOf :Hedonism , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Self-indulgence ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Self-love :Self-love rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Self-love ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Self-protection :Self-protection rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Self-protection ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Self-respect :Self-respect rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Self-respect ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Self-transcendence :Self-transcendence rdf:type owl:Class ; rdfs:subClassOf :Anxiety-free , :Growth , :Social_focus , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Self-transcendence ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Selflessness :Selflessness rdf:type owl:Class ; rdfs:subClassOf :Spirituality , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Selflessness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Sensitivity :Sensitivity rdf:type owl:Class ; rdfs:subClassOf :Spirituality , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Sensitivity ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Serenity :Serenity rdf:type owl:Class ; rdfs:subClassOf :Feelings , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Serenity ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Service :Service rdf:type owl:Class ; rdfs:subClassOf :Spirituality , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Service ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Sharing :Sharing rdf:type owl:Class ; rdfs:subClassOf :Spirituality , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Sharing ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Silence :Silence rdf:type owl:Class ; rdfs:subClassOf :Presence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Silence ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Simplicity :Simplicity rdf:type owl:Class ; rdfs:subClassOf :Presence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Simplicity ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Sincerity :Sincerity rdf:type owl:Class ; rdfs:subClassOf :Integrity , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Sincerity ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Skill :Skill rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Skill ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Skillfulness :Skillfulness rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Skillfulness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Smart :Smart rdf:type owl:Class ; rdfs:subClassOf :Intelligence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Smart ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Social_focus :Social_focus rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Social_focus ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Social_order :Social_order rdf:type owl:Class ; rdfs:subClassOf :Security , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Social_order ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Societal_security :Societal_security rdf:type owl:Class ; rdfs:subClassOf :Conservation , :Security , :Social_focus , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Societal_security ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Solitude :Solitude rdf:type owl:Class ; rdfs:subClassOf :Presence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Solitude ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Spirit :Spirit rdf:type owl:Class ; rdfs:subClassOf :Spirituality , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Spirit ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Spirituality :Spirituality rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Spirituality ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Spontaneity :Spontaneity rdf:type owl:Class ; rdfs:subClassOf :Enjoyment , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Spontaneity ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Stability :Stability rdf:type owl:Class ; rdfs:subClassOf :Order , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Stability ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Status :Status rdf:type owl:Class ; rdfs:subClassOf :Achievement , :Power , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Status ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Stewardship :Stewardship rdf:type owl:Class ; rdfs:subClassOf :Spirituality , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Stewardship ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Stillness :Stillness rdf:type owl:Class ; rdfs:subClassOf :Presence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Stillness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Stimulation :Stimulation rdf:type owl:Class ; rdfs:subClassOf :Openness_to_change , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Stimulation ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Strength :Strength rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Strength ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Structure :Structure rdf:type owl:Class ; rdfs:subClassOf :Order , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Structure ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Success :Success rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Success ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Support :Support rdf:type owl:Class ; rdfs:subClassOf :Spirituality , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Support ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Surprise :Surprise rdf:type owl:Class ; rdfs:subClassOf :Enjoyment , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Surprise ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Sustainability :Sustainability rdf:type owl:Class ; rdfs:subClassOf :Spirituality , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Sustainability ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Talent :Talent rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Talent ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Teamwork :Teamwork rdf:type owl:Class ; rdfs:subClassOf :Spirituality , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Teamwork ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Temperament :Temperament rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Temperament ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Temperance :Temperance rdf:type owl:Class ; rdfs:subClassOf :Strength , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Temperance ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Thankfulness :Thankfulness rdf:type owl:Class ; rdfs:subClassOf :Feelings , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Thankfulness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Thoroughfulness :Thoroughfulness rdf:type owl:Class ; rdfs:subClassOf :Order , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Thoroughfulness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Thoughtfulness :Thoughtfulness rdf:type owl:Class ; rdfs:subClassOf :Intelligence , :Self-direction , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Thoughtfulness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Timeliness :Timeliness rdf:type owl:Class ; rdfs:subClassOf :Order , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Timeliness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Tolerance :Tolerance rdf:type owl:Class ; rdfs:subClassOf :Spirituality , :Universalism , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Tolerance ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Toughness :Toughness rdf:type owl:Class ; rdfs:subClassOf :Strength , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Toughness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Tradition :Tradition rdf:type owl:Class ; rdfs:subClassOf :Conservation , :Social_focus , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Tradition ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Tranquility :Tranquility rdf:type owl:Class ; rdfs:subClassOf :Feelings , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Tranquility ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Transparency :Transparency rdf:type owl:Class ; rdfs:subClassOf :Integrity , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Transparency ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Trust :Trust rdf:type owl:Class ; rdfs:subClassOf :Integrity , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Trust ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Trusting_relationships :Trusting_relationships rdf:type owl:Class ; rdfs:subClassOf :Community , :Trust , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Trusting_relationships ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Truth :Truth rdf:type owl:Class ; rdfs:subClassOf :Integrity , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Truth ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Understanding :Understanding rdf:type owl:Class ; rdfs:subClassOf :Intelligence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Understanding ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Uniqueness :Uniqueness rdf:type owl:Class ; rdfs:subClassOf :Creativity , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Uniqueness ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Unity :Unity rdf:type owl:Class ; rdfs:subClassOf :Spirituality , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Unity ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Universalism :Universalism rdf:type owl:Class ; rdfs:subClassOf :Self-transcendence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Universalism ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Valor :Valor rdf:type owl:Class ; rdfs:subClassOf :Courage , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Valor ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Value :Value rdf:type owl:Class ; rdfs:subClassOf fschema:ConceptualFrame . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#ValueSituation :ValueSituation rdf:type owl:Class ; owl:equivalentClass wn30instances:synset-value-noun-6 ; rdfs:subClassOf fschema:FrameOccurrence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Versatility :Versatility rdf:type owl:Class ; rdfs:subClassOf :ValueSituation , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Versatility ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Vibrant :Vibrant rdf:type owl:Class ; rdfs:subClassOf :Presence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Vibrant ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Victory :Victory rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Victory ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Vigor :Vigor rdf:type owl:Class ; rdfs:subClassOf :Strength , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Vigor ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Vision :Vision rdf:type owl:Class ; rdfs:subClassOf :Intelligence , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Vision ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Vitality :Vitality rdf:type owl:Class ; rdfs:subClassOf :Health , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Vitality ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Wealth :Wealth rdf:type owl:Class ; rdfs:subClassOf :Achievement , :Power , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Wealth ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Welcoming :Welcoming rdf:type owl:Class ; rdfs:subClassOf :Feelings , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Welcoming ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Will :Will rdf:type owl:Class ; rdfs:subClassOf :Strength , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Will ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Winning :Winning rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Winning ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Wisdom :Wisdom rdf:type owl:Class ; rdfs:subClassOf :Intelligence , :Universalism , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Wisdom ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Wonder :Wonder rdf:type owl:Class ; rdfs:subClassOf :Open-mindedness , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Wonder ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Work-Life_Balance :Work-Life_Balance rdf:type owl:Class ; rdfs:subClassOf :Management , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Work-Life_Balance ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Workmanship :Workmanship rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Workmanship ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#World_of_Peace :World_of_Peace rdf:type owl:Class ; rdfs:subClassOf :Universalism , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :World_of_Peace ) ] ] . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Zeal :Zeal rdf:type owl:Class ; rdfs:subClassOf :Achievement , [ rdf:type owl:Restriction ; owl:onProperty dul:satisfies ; owl:someValuesFrom [ rdf:type owl:Class ; owl:oneOf ( :Zeal ) ] ] . ### https://w3id.org/framester/framenet/abox/frame/Awareness frame:Awareness rdf:type owl:Class ; rdfs:subClassOf fschema:FrameOccurrence . ### https://w3id.org/framester/framenet/abox/frame/Differentiation frame:Differentiation rdf:type owl:Class ; rdfs:subClassOf fschema:FrameOccurrence . ### https://w3id.org/framester/framenet/abox/frame/Expertise frame:Expertise rdf:type owl:Class ; rdfs:subClassOf fschema:FrameOccurrence . ### https://w3id.org/framester/framenet/abox/frame/Judgment frame:Judgment rdf:type owl:Class ; rdfs:subClassOf fschema:FrameOccurrence . ### https://w3id.org/framester/framenet/abox/frame/Quantity frame:Quantity rdf:type owl:Class ; rdfs:subClassOf fschema:FrameOccurrence . ### https://w3id.org/framester/framenet/abox/frame/Regard frame:Regard rdf:type owl:Class ; rdfs:subClassOf fschema:FrameOccurrence . ### https://w3id.org/framester/framenet/abox/frame/Usefulness frame:Usefulness rdf:type owl:Class ; rdfs:subClassOf fschema:FrameOccurrence . ### https://w3id.org/framester/schema/ConceptualFrame fschema:ConceptualFrame rdf:type owl:Class ; rdfs:subClassOf dul:Description . ### https://w3id.org/framester/schema/FrameOccurrence fschema:FrameOccurrence rdf:type owl:Class ; rdfs:subClassOf dul:Situation . ### https://w3id.org/framester/schema/SynsetFrame fschema:SynsetFrame rdf:type owl:Class ; rdfs:subClassOf dul:Description . ### https://w3id.org/framester/wn/wn30/instances/synset-value-noun-6 wn30instances:synset-value-noun-6 rdf:type owl:Class ; rdfs:subClassOf fschema:FrameOccurrence , [ rdf:type owl:Class ; owl:unionOf ( frame:Awareness frame:Judgment frame:Regard ) ] . ################################################################# # Individuals ################################################################# ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Acceptance :Acceptance rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Feelings . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Accomplishment :Accomplishment rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Accountability :Accountability rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Integrity . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Accuracy :Accuracy rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Order . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Achievement :Achievement rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Self-enhancement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Action :Action rdf:type owl:NamedIndividual ; fschema:subsumedUnder :Self-direction . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Adaptability :Adaptability rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Spirituality . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Adventure :Adventure rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Openness_to_change . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#AffectiveAutonomy :AffectiveAutonomy rdf:type owl:NamedIndividual , :CulturalValue ; :contrasts :Embeddedness . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Alertness :Alertness rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Presence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Altruism :Altruism rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Spirituality . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Ambition :Ambition rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Amusement :Amusement rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Enjoyment . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Analysis :Analysis rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Anticipation :Anticipation rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Anxiety-avoidance :Anxiety-avoidance rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Anxiety-free :Anxiety-free rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Approachability :Approachability rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Self-transcendence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Assertion :Assertion rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Strength . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Association :Association rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Community . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Attentiveness :Attentiveness rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Presence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Authenticity :Authenticity rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Authority :Authority rdf:type owl:NamedIndividual , :IndividualValue ; :hasNegative :Subversion ; fschema:subsumedUnder :Power . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Awareness :Awareness rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Presence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Balance :Balance rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Spirituality . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Beauty :Beauty rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Presence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Belief_in_God :Belief_in_God rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Beliefs . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Beliefs :Beliefs rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Benevolence :Benevolence rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Self-transcendence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Betrayal :Betrayal rdf:type owl:NamedIndividual ; rdfs:label "betrayal" ; prov:wasAttributedTo "Haidt" . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Boldness :Boldness rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Strength . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Bravery :Bravery rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Courage . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Brilliance :Brilliance rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Intelligence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Building_communities :Building_communities rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Community . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Calmness :Calmness rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Presence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Candor :Candor rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Integrity . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Capable :Capable rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Carefulness :Carefulness rdf:type owl:NamedIndividual , :IndividualValue ; :hasNegative :Harm ; fschema:subsumedUnder :Benevolence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Certainty :Certainty rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Order . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Challenge :Challenge rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Charity :Charity rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Spirituality . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Cheating :Cheating rdf:type owl:NamedIndividual ; rdfs:label "cheating" ; prov:wasAttributedTo "Haidt" . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Clarity :Clarity rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Presence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Cleanliness :Cleanliness rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Order . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Cleverness :Cleverness rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Intelligence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Collaboration :Collaboration rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Community . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Comfort :Comfort rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Feelings . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Commitment :Commitment rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Integrity . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Common_sense :Common_sense rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Intelligence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Communication :Communication rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Spirituality . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Community :Community rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Spirituality . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Compassion :Compassion rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Feelings . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Competence :Competence rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Competition :Competition rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Compliance :Compliance rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Conservation . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Composure :Composure rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Self-control . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Concentration :Concentration rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Presence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Concern_for_others :Concern_for_others rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Empathy . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Confidence :Confidence rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Strength . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Conformity :Conformity rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Conservation , :Social_focus . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Congruence :Congruence rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Connection :Connection rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Spirituality . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Consciousness :Consciousness rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Spirituality . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Consent :Consent rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Conservation :Conservation rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Anxiety-avoidance , :Self-protection . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Consideration :Consideration rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Community . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Consistency :Consistency rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Order . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Contentment :Contentment rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Feelings . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Continuous_learning :Continuous_learning rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Self-enhancement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Contribution :Contribution rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Spirituality . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Control :Control rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Order . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Control_over_resources :Control_over_resources rdf:type owl:NamedIndividual ; fschema:subsumedUnder :Power . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Conviction :Conviction rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Courage . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Cooperation :Cooperation rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Spirituality . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Courage :Courage rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Courtesy :Courtesy rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Spirituality . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Creativity :Creativity rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Self-direction . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Credibility :Credibility rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Curiosity :Curiosity rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Creativity . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Daring :Daring rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Stimulation . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Decision_making :Decision_making rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Order . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Decisiveness :Decisiveness rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Intelligence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Dedication :Dedication rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Strength . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Degradation :Degradation rdf:type owl:NamedIndividual ; rdfs:label "degradation" ; prov:wasAttributedTo "Haidt" . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Dependability :Dependability rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Benevolence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Determination :Determination rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Development :Development rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Devotion :Devotion rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Spirituality . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Dignity :Dignity rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Integrity . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Discipline :Discipline rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Strength . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Discovery :Discovery rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Creativity . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Distinctiveness :Distinctiveness rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Diversity :Diversity rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Doing_good :Doing_good rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Dominance_over_people :Dominance_over_people rdf:type owl:NamedIndividual ; fschema:subsumedUnder :Power . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Drive :Drive rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Dutiful :Dutiful rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Earning_trust :Earning_trust rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Self-transcendence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Economy :Economy rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Order . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Education :Education rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Effectiveness :Effectiveness rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Efficiency :Efficiency rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Egalitarianism :Egalitarianism rdf:type owl:NamedIndividual , :CulturalValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Embeddedness :Embeddedness rdf:type owl:NamedIndividual , :CulturalValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Empathy :Empathy rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Feelings . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Empowerment :Empowerment rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Endurance :Endurance rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Energy :Energy rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Health . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Enjoyment :Enjoyment rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Feelings . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Enthusiasm :Enthusiasm rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Enjoyment . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Environmental_sustainability :Environmental_sustainability rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Universalism . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Equality :Equality rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Spirituality . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Ethics :Ethics rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Spirituality . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Evolution :Evolution rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Excellence :Excellence rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Exciting_life :Exciting_life rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Stimulation . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Experience :Experience rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Enjoyment . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Exploration :Exploration rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Creativity . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Expressiveness :Expressiveness rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Creativity . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Face :Face rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Conservation , :Self-protection . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Fairness :Fairness rdf:type owl:NamedIndividual , :IndividualValue ; :hasNegative :Cheating ; fschema:subsumedUnder :Spirituality . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Faith :Faith rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Beliefs . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Family :Family rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Spirituality . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Family_security :Family_security rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Security . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Famous :Famous rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Fearless :Fearless rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Courage . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Feasibility :Feasibility rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Feelings :Feelings rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Ferocious :Ferocious rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Strength . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Fidelity :Fidelity rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Spirituality . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Financial_stability :Financial_stability rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Fitness :Fitness rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Presence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Focus :Focus rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Presence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Foresight :Foresight rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Intelligence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Forgiving :Forgiving rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Benevolence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Fortitude :Fortitude rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Strength . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Freedom :Freedom rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Self-direction . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Friendship :Friendship rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Spirituality . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Frugality :Frugality rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Conservation . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Fun :Fun rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Enjoyment . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Generosity :Generosity rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Self-transcendence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Genius :Genius rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Intelligence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Giving :Giving rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Spirituality . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Goodness :Goodness rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Spirituality . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Grace :Grace rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Feelings . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Gratitude :Gratitude rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Feelings . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Greatness :Greatness rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Growth :Growth rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Happiness :Happiness rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Feelings . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Hardworking :Hardworking rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Harm :Harm rdf:type owl:NamedIndividual ; rdfs:label "harm" ; prov:wasAttributedTo "Haidt" . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Harmony :Harmony rdf:type owl:NamedIndividual , :CulturalValue ; fschema:subsumedUnder :Spirituality . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Health :Health rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Healthy_competition :Healthy_competition rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Fairness . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Healthy_relationships :Healthy_relationships rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Fairness . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Hedonism :Hedonism rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Openness_to_change . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Helpfulness :Helpfulness rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Benevolence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Helping :Helping rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Helpfulness . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Hierarchy :Hierarchy rdf:type owl:NamedIndividual , :CulturalValue ; :contrasts :Egalitarianism . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Honesty :Honesty rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Integrity . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Honor :Honor rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Integrity . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Hope :Hope rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Feelings . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Humility :Humility rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Conservation . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Humor :Humor rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Enjoyment . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Imagination :Imagination rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Creativity . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Impartial :Impartial rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Improvement :Improvement rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Evolution . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Improvisation :Improvisation rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Creativity . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Inclusiveness :Inclusiveness rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Diversity . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Independence :Independence rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Freedom . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Individuality :Individuality rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Freedom . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Influence :Influence rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Inner_peace :Inner_peace rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Feelings . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Innovation :Innovation rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Creativity . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Inquisitive :Inquisitive rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Creativity . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Insightful :Insightful rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Intelligence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Inspiration :Inspiration rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Feelings . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Integrity :Integrity rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#IntellectualAutonomy :IntellectualAutonomy rdf:type owl:NamedIndividual , :CulturalValue ; :contrasts :Embeddedness . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Intelligence :Intelligence rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Intensity :Intensity rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Interpersonal :Interpersonal rdf:type owl:NamedIndividual ; fschema:subsumedUnder :Conformity . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Intuitiveness :Intuitiveness rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Creativity . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Irreverent :Irreverent rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Feelings . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Isolation :Isolation rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Joy :Joy rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Feelings . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Justice :Justice rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Order . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Kindness :Kindness rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Feelings . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Knowledge :Knowledge rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Intelligence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Lawfulness :Lawfulness rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Order . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Leadership :Leadership rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Learning :Learning rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Intelligence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Liberty :Liberty rdf:type owl:NamedIndividual , :IndividualValue ; :hasNegative :Oppression ; fschema:subsumedUnder :Freedom . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#LifeIsMeaningless :LifeIsMeaningless rdf:type owl:NamedIndividual , :NegativeValue ; rdfs:comment "The negative value, according to which 'life is meaningless'." ; rdfs:label "life is meaningless" ; prov:wasAttributedTo "https://examples.yourdictionary.com/examples-of-core-values.html" . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Lively :Lively rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Logic :Logic rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Intelligence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Longevity :Longevity rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Health . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Love :Love rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Feelings . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Loyalty :Loyalty rdf:type owl:NamedIndividual , :IndividualValue ; :hasNegative :Betrayal ; fschema:subsumedUnder :Benevolence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Management :Management rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Order . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Mastery :Mastery rdf:type owl:NamedIndividual , :CulturalValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Maturity :Maturity rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Spirituality . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Meaning :Meaning rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Meaningful_work :Meaningful_work rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Moderation :Moderation rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Order . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Modesty :Modesty rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Tradition . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Morality :Morality rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Motivation :Motivation rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Novelty :Novelty rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Openness_to_change . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Objectivity :Objectivity rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Open-mindedness :Open-mindedness rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Creativity . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Openness_to_change :Openness_to_change rdf:type owl:NamedIndividual , :IndividualValue ; :contrasts :Conservation ; fschema:subsumedUnder :Anxiety-free , :Personal_focus . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Oppression :Oppression rdf:type owl:NamedIndividual ; rdfs:label "oppression" ; prov:wasAttributedTo "Haidt" . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Optimism :Optimism rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Feelings . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Order :Order rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Organization :Organization rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Order . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Originality :Originality rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Creativity . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#OtherPeopleCannotBeTrusted :OtherPeopleCannotBeTrusted rdf:type owl:NamedIndividual , :NegativeValue ; "2021-03-05T00:59:05Z"^^xsd:dateTime ; rdfs:comment "The negative value, according to which other people are fundamentally untrustworthy and unloving." ; rdfs:label "Other people are fundamentally untrustworthy and unloving" ; prov:wasAttributedTo "https://examples.yourdictionary.com/examples-of-core-values.html" . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Partnership :Partnership rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Community . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Passion :Passion rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Feelings . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Patience :Patience rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Patriotism :Patriotism rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Conservation . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Peace :Peace rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Feelings . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#PeopleCannotChangeTheirSituation :PeopleCannotChangeTheirSituation rdf:type owl:NamedIndividual , :NegativeValue ; "2021-03-05T00:57:07Z"^^xsd:dateTime ; rdfs:comment "The negative value, according to which people are powerless to change their fates or personal situations." ; rdfs:label "People are powerless to change their fates or personal situations" ; prov:wasAttributedTo "https://examples.yourdictionary.com/examples-of-core-values.html" . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Performance :Performance rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Perseverance :Perseverance rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Persistence :Persistence rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Personal_focus :Personal_focus rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Personal_security :Personal_security rdf:type owl:NamedIndividual ; fschema:subsumedUnder :Personal_focus , :Security . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Philanthropy :Philanthropy rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Universalism . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Playfulness :Playfulness rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Enjoyment . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Pleasure :Pleasure rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Hedonism . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Poise :Poise rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Feelings . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Politeness :Politeness rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Conformity . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Positivity :Positivity rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Potential :Potential rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Power :Power rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Anxiety-avoidance , :Self-protection . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Preparedness :Preparedness rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Anticipation . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Presence :Presence rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Productivity :Productivity rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Professionalism :Professionalism rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Prosperity :Prosperity rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Punctuality :Punctuality rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Order . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Purpose :Purpose rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Quality :Quality rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Racing_towards_goals_until_achieved :Racing_towards_goals_until_achieved rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Realism :Realism rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Intelligence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Reason :Reason rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Intelligence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Receptiveness :Receptiveness rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Recognition :Recognition rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Recreation :Recreation rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Enjoyment . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Reflection :Reflection rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Intelligence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Relaxation :Relaxation rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Reliability :Reliability rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Trust . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Resilience :Resilience rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Respect :Respect rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Conformity . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Respect_for_self :Respect_for_self rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Responsibility :Responsibility rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Benevolence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Responsiveness :Responsiveness rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Rest :Rest rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Health . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Restraint :Restraint rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Strength . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Results-oriented :Results-oriented rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Reverence :Reverence rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Feelings . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Rigor :Rigor rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Strength . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Risk :Risk rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Risk-management :Risk-management rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Management . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Rules :Rules rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Conformity . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Sanctity :Sanctity rdf:type owl:NamedIndividual , :IndividualValue ; :hasNegative :Degradation . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Satisfaction :Satisfaction rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Feelings . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Security :Security rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Conservation . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Self-awareness :Self-awareness rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Self-confidence :Self-confidence rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Strength . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Self-control :Self-control rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Self-direction :Self-direction rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Openness_to_change . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Self-discipline :Self-discipline rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Conformity . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Self-enhancement :Self-enhancement rdf:type owl:NamedIndividual , :IndividualValue ; :contrasts :Self-transcendence ; fschema:subsumedUnder :Evolution , :Personal_focus . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Self-indulgence :Self-indulgence rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Hedonism . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Self-love :Self-love rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Self-protection :Self-protection rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Self-respect :Self-respect rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Self-transcendence :Self-transcendence rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Anxiety-free , :Social_focus . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#SelfDoesntDeserveGood :SelfDoesntDeserveGood rdf:type owl:NamedIndividual , :NegativeValue ; "2021-03-05T00:58:08Z"^^xsd:dateTime ; rdfs:comment "The negative value, according to which self doesn’t deserve good things or relationships in life." ; rdfs:label "Self doesn’t deserve good things or relationships in life" ; prov:wasAttributedTo "https://examples.yourdictionary.com/examples-of-core-values.html" . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Selflessness :Selflessness rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Spirituality . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Sensitivity :Sensitivity rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Spirituality . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Serenity :Serenity rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Feelings . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Service :Service rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Spirituality . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Sharing :Sharing rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Spirituality . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Silence :Silence rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Presence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Simplicity :Simplicity rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Presence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Sincerity :Sincerity rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Integrity . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Skill :Skill rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Skillfulness :Skillfulness rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Smart :Smart rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Intelligence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Social_focus :Social_focus rdf:type owl:NamedIndividual ; :contrasts :Personal_focus . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Social_order :Social_order rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Security . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Societal_security :Societal_security rdf:type owl:NamedIndividual ; fschema:subsumedUnder :Conservation , :Social_focus . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Solitude :Solitude rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Presence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Spirit :Spirit rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Spirituality . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Spirituality :Spirituality rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Spontaneity :Spontaneity rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Enjoyment . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Stability :Stability rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Order . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Status :Status rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Stewardship :Stewardship rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Spirituality . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Stillness :Stillness rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Presence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Stimulation :Stimulation rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Openness_to_change . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Strength :Strength rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#StrongSurviveInBrutalWorld :StrongSurviveInBrutalWorld rdf:type owl:NamedIndividual , :NegativeValue ; "2021-03-05T00:55:42Z"^^xsd:dateTime ; rdfs:comment "The negative value, according to which world is a fundamentally brutal place and only the strong survive." ; rdfs:label "World is a fundamentally brutal place and only the strong survive" ; prov:wasAttributedTo "https://examples.yourdictionary.com/examples-of-core-values.html" . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Structure :Structure rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Order . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Subversion :Subversion rdf:type owl:NamedIndividual ; rdfs:label "subversion" ; prov:wasAttributedTo "Haidt" . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Success :Success rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Support :Support rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Spirituality . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Surprise :Surprise rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Enjoyment . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Sustainability :Sustainability rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Spirituality . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Talent :Talent rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Teamwork :Teamwork rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Spirituality . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Temperament :Temperament rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Temperance :Temperance rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Strength . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Thankfulness :Thankfulness rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Feelings . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Thoroughfulness :Thoroughfulness rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Order . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Thoughtfulness :Thoughtfulness rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Intelligence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Timeliness :Timeliness rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Order . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Tolerance :Tolerance rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Spirituality . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Toughness :Toughness rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Strength . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Tradition :Tradition rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Conservation , :Personal_focus . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Tranquility :Tranquility rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Feelings . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Transparency :Transparency rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Integrity . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Trust :Trust rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Integrity . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Trusting_relationships :Trusting_relationships rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Community . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Truth :Truth rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Integrity . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Understanding :Understanding rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Intelligence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Uniqueness :Uniqueness rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Creativity . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Unity :Unity rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Spirituality . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Universalism :Universalism rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Self-transcendence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Valor :Valor rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Courage . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Versatility :Versatility rdf:type owl:NamedIndividual , :IndividualValue . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Vibrant :Vibrant rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Presence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Victory :Victory rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Vigor :Vigor rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Strength . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Vision :Vision rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Intelligence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Vitality :Vitality rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Health . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Wealth :Wealth rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Welcoming :Welcoming rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Feelings . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Will :Will rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Strength . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Winning :Winning rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Wisdom :Wisdom rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Intelligence . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Wonder :Wonder rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Open-mindedness . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Work-Life_Balance :Work-Life_Balance rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Management . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Workmanship :Workmanship rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#World_of_Peace :World_of_Peace rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Universalism . ### http://www.ontologydesignpatterns.org/ont/values/valuemerge.owl#Zeal :Zeal rdf:type owl:NamedIndividual , :IndividualValue ; fschema:subsumedUnder :Achievement . ### https://w3id.org/framester/framenet/abox/frame/Awareness frame:Awareness rdf:type owl:NamedIndividual , fschema:ConceptualFrame . ### https://w3id.org/framester/framenet/abox/frame/Differentiation frame:Differentiation rdf:type owl:NamedIndividual , fschema:ConceptualFrame . ### https://w3id.org/framester/framenet/abox/frame/Expertise frame:Expertise rdf:type owl:NamedIndividual , fschema:ConceptualFrame . ### https://w3id.org/framester/framenet/abox/frame/Judgment frame:Judgment rdf:type owl:NamedIndividual , fschema:ConceptualFrame . ### https://w3id.org/framester/framenet/abox/frame/Quantity frame:Quantity rdf:type owl:NamedIndividual , fschema:ConceptualFrame . ### https://w3id.org/framester/framenet/abox/frame/Regard frame:Regard rdf:type owl:NamedIndividual , fschema:ConceptualFrame . ### https://w3id.org/framester/framenet/abox/frame/Usefulness frame:Usefulness rdf:type owl:NamedIndividual , fschema:ConceptualFrame . ### https://w3id.org/framester/wn/wn30/instances/synset-prize-verb-1 wn30instances:synset-prize-verb-1 rdf:type owl:NamedIndividual , fschema:SynsetFrame ; fschema:subsumedUnder frame:Judgment ; rdfs:comment "hold dear; \"I prize these old photographs\"" . ### https://w3id.org/framester/wn/wn30/instances/synset-respect-verb-1 wn30instances:synset-respect-verb-1 rdf:type owl:NamedIndividual , fschema:SynsetFrame ; fschema:subsumedUnder frame:Judgment ; rdfs:comment "regard highly; think much of; \"I respect his judgement\"; \"We prize his creativity\"" . ### https://w3id.org/framester/wn/wn30/instances/synset-value-noun-1 wn30instances:synset-value-noun-1 rdf:type owl:NamedIndividual , fschema:SynsetFrame ; fschema:subsumedUnder frame:Usefulness ; rdfs:comment "a numerical quantity measured or assigned or computed; \"the value assigned was 16 milliseconds\"" . ### https://w3id.org/framester/wn/wn30/instances/synset-value-noun-2 wn30instances:synset-value-noun-2 rdf:type owl:NamedIndividual , fschema:SynsetFrame ; fschema:subsumedUnder frame:Differentiation ; rdfs:comment "the quality (positive or negative) that renders something desirable or valuable; \"the Shakespearean Shylock is of dubious value in the modern world\"" . ### https://w3id.org/framester/wn/wn30/instances/synset-value-noun-6 wn30instances:synset-value-noun-6 rdf:type owl:NamedIndividual , fschema:SynsetFrame ; fschema:subsumedUnder frame:Awareness , frame:Judgment , frame:Regard . ### https://w3id.org/framester/wn/wn30/instances/synset-value-verb-1 wn30instances:synset-value-verb-1 rdf:type owl:NamedIndividual , fschema:SynsetFrame ; fschema:subsumedUnder frame:Expertise , frame:Quantity ; rdfs:comment "fix or determine the value of; assign a value to; \"value the jewelry and art work in the estate\"" . ################################################################# # Annotations ################################################################# :Acceptance prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:comment "Our world has billions of people in it–all of whom are somehow unique. Being able to accept people who are completely different from you can help increase the pleasure and enlightenment in your life." ; rdfs:label "acceptance" . :Accomplishment prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" ; rdfs:label "accomplishment" . :Accountability rdfs:label "accountability" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Accuracy rdfs:label "accuracy" ; prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/ , https://scottjeffrey.com/core-values-list/" ; rdfs:comment "Whether you’re working with data at work or in your personal life, valuing accuracy allows you to gain the necessary insight to make the best decisions. While some people and companies focus a great deal of attention on getting as much information as possible, the information gathered is not always correct, and often people gain knowledge that they don’t even know what to do with. But if you value accuracy, you will be less likely to make errors or waste time with useless information." . :Achievement rdfs:comment "Accomplishing something in your life or work that is noteworthy could be something that adds a unique sense of value to your life. Your achievement values impact your motivation because your incentive to work outweighs the cost of doing so." ; prov:wasAttributedTo "Schwartz92" ; rdfs:comment "Defining goal: personal success through demonstrating competence according to social standards." ; rdfs:label "achievement" . :Action prov:wasAttributedTo "Schwartz92" ; rdfs:label "action" . :Adaptability prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "adaptability" . :Adventure rdfs:comment "Those who value adventure lead rich and exciting lives by seeking out new experiences to expand their skills and existence." ; prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/ , https://themindfool.com/list-of-core-values-for-a-balanced-life/" ; rdfs:label "adventure" , "adventure , adventurous" . :AffectiveAutonomy rdfs:label "affective autonomy" ; prov:wasAttributedTo "Schwartz2006" . :Alertness rdfs:label "alertness" ; prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" . :Altruism prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:comment "Those who value altruism have an unselfish concern for other people. They perform random acts of kindness on a regular basis and do things to help others for the sole reason of benefitting someone else in some way. Valuing altruism means you don’t feel obligated to do anything for others due to having a sense of loyalty or even for religious reasons. If you make it a priority to do selfless acts, you value altruism." ; rdfs:label "altruism" . :Ambition prov:wasAttributedTo "Schwartz92" ; rdfs:label "ambition" , "ambition , ambitious " . :Amusement prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" ; rdfs:label "amusement" . :Analysis prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/" ; rdfs:label "analysis" . :Anticipation rdfs:label "anticipation" ; prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/" . :Anxiety-avoidance rdfs:label "anxiety avoidance" ; prov:wasAttributedTo "Schwartz92" . :Anxiety-free prov:wasAttributedTo "Schwartz92" ; rdfs:label "anxiety-free" . :Approachability prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/ , https://themindfool.com/list-of-core-values-for-a-balanced-life/" ; rdfs:label "approachability" , "approachability , attainability , attainable" ; rdfs:comment "People who hold a personal core value of being approachable want others to feel free to come to them with problems. People who want to be approachable often easily gain the trust of other people." . :Assertion rdfs:label "assertion" ; prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/ , https://scottjeffrey.com/core-values-list/" ; rdfs:comment "Those who value being assertive know what they want, act quickly to obtain it, and do what they have to do to be successful." ; rdfs:label "assertion , assertiveness" . :Association prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/" ; rdfs:label "association" . :Attentiveness rdfs:label "attentiveness" , "attentiveness , attentive " ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Authenticity prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/ , https://themindfool.com/list-of-core-values-for-a-balanced-life/ , https://benjaminspall.com/core-values/" ; rdfs:comment "Not valuing authenticity, especially when it comes to your own actions, can result in anxiety, frustration, depression, and a loss of meaning in your life. Many people present themselves in a way they believe is the most socially acceptable or in a way that they think other people want them to present themselves." ; rdfs:label "authenticity" . :Authority prov:wasAttributedTo "Haidt, Schwartz92" ; rdfs:label "authority" . :Awareness rdfs:label "awareness" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Balance rdfs:label "balance" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:comment "If one of your personal core values is balance, you prevent any one thing from taking over your life. Between your career, family, friends, and hobbies, you make sure to keep your own personal enjoyment in mind and you level out your stress with relaxation." . :Beauty prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" ; rdfs:label "beauty" . :Belief_in_God prov:wasAttributedTo "https://examples.yourdictionary.com/examples-of-core-values.html" ; rdfs:label "belief in God" . :Beliefs rdfs:label "beliefs" ; prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/" . :Benevolence prov:wasAttributedTo "Schwartz92" ; rdfs:label "benevolence" ; rdfs:comment "Defining goal: preserving and enhancing the welfare of those with whom one is in frequent personal contact (the ‘in-group’)." . :Boldness rdfs:label "boldness , bold " , "boldness" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Bravery prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "bravery" ; rdfs:comment "When one of your personal core values is bravery, it means that you always do the right thing, even if you’re the only person making the tough decision." . :Brilliance prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" ; rdfs:label "brilliance" . :Building_communities rdfs:label "building communities" . :Calmness rdfs:label "calmness" , "calmness , calm" ; rdfs:comment "Valuing calmness helps you stay relatively relaxed and think logically during high-pressure situations. This is an important value to hold if you often face adversity, because with a calm mind, you can have mental clarity and find solutions to problems you’re facing by making reasonable decisions or compromises with other people rather than fighting. This article offers some tips to help you calm your mind if you feel like it’s constantly racing." ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Candor rdfs:label "candor" ; rdfs:comment "Being able to tell things like they are is a helpful core value because many people shy away from the truth in fear of hurting others or becoming chastised." ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Capable rdfs:label "capable" ; prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" . :Carefulness rdfs:label "carefulness" , "carefulness , care , caring" ; prov:wasAttributedTo "Haidt, https://georgetownpsychology.com/inner-values/ , Schwartz92" . :Certainty prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" ; rdfs:label "certainty" . :Challenge rdfs:label "challenge" ; rdfs:comment "Valuing challenge and continually finding different avenues to challenge yourself is one of the best ways to ensure consistent personal growth. Facing challenges allows you opportunities to thrive and push yourself beyond what you once believed to be your limits to accomplish things and make progress. The more willing you are to face challenges, the richer your life will be." ; prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/ , https://themindfool.com/list-of-core-values-for-a-balanced-life/ , https://scottjeffrey.com/core-values-list/" . :Charity prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "charity" . :Clarity prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/ , https://scottjeffrey.com/core-values-list/" ; rdfs:label "clarity" , "clarity , clear " . :Cleanliness prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/ , Schwartz92" ; rdfs:label "cleanliness" . :Cleverness prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "cleverness" . :Collaboration rdfs:comment "Working together by sharing your ideas with others can result in accomplishing something great. Collaborating with others will often lead to something that is greater than the sum of its parts." ; prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/" ; rdfs:label "collaboration" . :Comfort rdfs:label "comfort" ; prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" . :Commitment prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:comment "People commit to things that they believe in–whether that’s a relationship, a new opportunity, or anything else that seems truly promising. Those who value commitment are good at managing both personal and professional relationships, especially when it comes to handling conflicts, building a sense of trust, collaborating with others, and working well on a team. When commitment is on your list of values, you likely also have:A strong work ethic; Feelings of accountability; Passion; Discipline." ; rdfs:label "commitment" . :Common_sense prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "common sense" . :Communication rdfs:comment "Valuing communication involves not only having information relayed properly to you, but also ensuring that your own thoughts are effectively heard by other people." ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "communication" . :Community rdfs:label "community" ; rdfs:comment "Valuing community means striving to create a sense of belongingness in your surroundings and being willing to give back to places that have contributed to who you are today." ; prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/ , https://themindfool.com/list-of-core-values-for-a-balanced-life/ , https://scottjeffrey.com/core-values-list/" . :Compassion rdfs:label "compassion" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Competence prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "competence" . :Competition prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/" ; rdfs:comment "Holding a value of competition means that you are able to gain energy through a sense of rivalry to be the most respected in a domain. But it's important to learn the difference between healthy and unhealthy competition." ; rdfs:label "competition" . :Compliance prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/" ; rdfs:label "compliance" ; rdfs:comment "Being compliant does not mean you’re weak. There is a lot of value in having the ability to follow directions or take the advice of a superior." . :Composure prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/" ; rdfs:comment "The ability to remain calm in the face of adversity and control your emotions helps people trust you and feel like you’re a reliable and poised person." ; rdfs:label "composure" . :Concentration prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" ; rdfs:label "concentration" . :Concern_for_others rdfs:label "concern for others" ; prov:wasAttributedTo "Schwartz92" . :Confidence rdfs:comment "Being confident often helps people trust you and your decisions. When you value confidence, it suggests you also value competence. Your confidence is the sense of value that you place on yourself and the faith you have in your own capabilities. It gives you the strength to pursue what you want in life." ; rdfs:label "confidence" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Conformity rdfs:comment "Defining goal: restraint of actions, inclinations, and impulses likely to upset or harm others and violate social expectations or norms." ; rdfs:label "conformity" ; prov:wasAttributedTo "Schwartz92" . :Congruence rdfs:label "congruence" ; prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/" ; rdfs:comment "This involves being true to your authentic self and communicating to others externally in a way that matches your internal thoughts and feelings." . :Connection rdfs:label "connection , connectedness " ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "connection" . :Consciousness rdfs:label "consciousness" ; prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" . :Consent rdfs:label "consent" ; prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/" . :Conservation rdfs:comment "This dimension captures the conflict between values that emphasize independence of thought, action, and feelings and readiness for change (self-direction, stimulation) and values that emphasize order, self-restriction, preservation of the past, and resistance to change (security, conformity, tradition).”" , "Wanting to conserve what you currently have and not constantly seeking more resources to consume is an important value to have. When you value conservation, there is a good chance that you are satisfied with the things you have and content in your life." ; prov:wasAttributedTo "Schwartz92" ; rdfs:label "conservation" . :Consideration rdfs:label "consideration" ; prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/" ; rdfs:comment "Being considerate of others, even if they aren’t around, is a strong value to have. This means leaving places better than you found them and keeping other people’s needs in mind." . :Consistency rdfs:comment "Consistency often gives people reassurance in the decisions that they make because they can rely on a certain process that they’re used to." ; rdfs:label "consistency" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Contentment prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "contentment" . :Continuous_learning rdfs:comment "People who value continuous learning are the same people who value self-improvement and continued success. With access to information at our fingertips, those who value continuous learning are in luck, as the ability to teach oneself about any topic is simple." ; rdfs:label "continuous learning" ; prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/" . :Contribution rdfs:label "contribution" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Control rdfs:label "control" ; prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" . :Control_over_resources rdfs:label "control over resources" ; prov:wasAttributedTo "Schwartz92" . :Conviction prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "conviction" . :Cooperation rdfs:label "cooperation" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Courage prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "courage" ; rdfs:comment "As one of the principal characteristics of leadership, courage guarantees a lot of other great qualities in a leader. Courage demonstrates confidence and a willingness to use your voice to influence others. Courage is an important value to have because it defines your decision to act according to your values and work toward your goals instead of letting yourself be distracted or allured by irrelevant and potentially harmful temptations." . :Courtesy prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "courtesy" . :Creativity rdfs:label "creativity" , "creativity , creativeness , creation" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/ , Schwartz92" ; rdfs:comment "If you value creativity, you enjoy using your imagination to solve problems or generate new ideas. Valuing creativity supports your ability to make a change in society that other people find significant." . :Credibility prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "credibility" . :Curiosity rdfs:label "curiosity" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Daring rdfs:label "daring" ; prov:wasAttributedTo "Schwartz92" . :Decision_making prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/" ; rdfs:label "decision_making" , "decision-Making , decisive" ; rdfs:comment "Taking personal responsibility for initiating a course of action may be of high value to you. This means that you find it fulfilling to act according to your own conscience without having to be prompted by an external force." . :Decisiveness rdfs:label "decisiveness" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Dedication prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "dedication" . :Dependability rdfs:label "dependability" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/ , Schwartz92" . :Determination prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:comment "Refusing to give up when things get tough changes challenging situations into opportunities for triumph." ; rdfs:label "determination" . :Development prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" ; rdfs:label "development" . :Devotion rdfs:label "devotion , devout " ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/ , Schwartz92" ; rdfs:label "devotion" . :Dignity rdfs:label "dignity" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Discipline rdfs:label "discipline" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Discovery rdfs:label "discovery" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Distinctiveness rdfs:label "distinctiveness" ; prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/" . :Diversity rdfs:comment "Diversity isn’t only about accepting people from different cultures; it is about seeking out opportunities to interact with people who have various backgrounds in order to learn new perspectives." ; prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/" ; rdfs:label "diversity" . :Doing_good rdfs:label "doing good" ; prov:wasAttributedTo "https://examples.yourdictionary.com/examples-of-core-values.html" . :Dominance_over_people prov:wasAttributedTo "Schwartz92" ; rdfs:label "dominance over people" . :Drive prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "drive" . :Dutiful prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/" ; rdfs:label "dutiful" . :Earning_trust prov:wasAttributedTo "https://examples.yourdictionary.com/examples-of-core-values.html" ; rdfs:label "earning trust" . :Economy rdfs:label "economy" ; prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" . :Education rdfs:comment "Aside from achieving a certification of educational accomplishment, valuing education involves the process of being a lifelong learner and continuing to gain understanding through perceptive insight. Those who value education know that it is never too late to learn–even in a formal learning environment." ; prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/ , https://themindfool.com/list-of-core-values-for-a-balanced-life/" ; rdfs:label "education" . :Effectiveness rdfs:label "effectiveness" ; prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" . :Efficiency prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/ , https://scottjeffrey.com/core-values-list/" ; rdfs:label "efficiency" ; rdfs:comment "Valuing efficiency means knowing how to work smarter, not harder. When people are able to work together in balance, work can flow smoothly and things can get done. Valuing this type of operational excellence–whether that is for a group or an individual–means always being prepared for change and improvement in your work." . :Egalitarianism prov:wasAttributedTo "Schwartz2006" ; rdfs:label "egalitarianism" . :Embeddedness rdfs:label "embeddedness" ; "2021-03-05T10:12:25Z"^^xsd:dateTime ; "Aldo Gangemi"^^xsd:string ; "2021-03-05T10:05:01Z"^^xsd:dateTime ; prov:wasAttributedTo "Schwartz2006" . :Empathy rdfs:label "empathy" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Empowerment rdfs:label "empowerment" , "empowerment , empower " ; prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/ , https://scottjeffrey.com/core-values-list/" . :Endurance prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/ , https://scottjeffrey.com/core-values-list/" ; rdfs:label "endurance" . :Energy prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "energy" . :Enjoyment rdfs:label "enjoyment" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Enthusiasm rdfs:label "enthusiasm" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Environmental_sustainability rdfs:comment "Both individuals and companies are becoming increasingly concerned about environmental sustainability to protect the earth for future generations in addition to our own. According to the EPA, air pollution can increase one’s risk of suffering from health issues such as heart attacks, lung disease, and premature mortality. Further, the CDC has reported that the pollution in water can increase one’s risks of developing gastrointestinal illnesses, reproductive issues, and neurological disorders. Considering that the environment can be harming us if it’s not properly cared for has made environmental sustainability a common value among people." ; rdfs:label "environmental sustainability , environmentalism, protecting the environment, nature (Schwartz)" ; prov:wasAttributedTo "Schwartz92" . :Equality rdfs:label "equality" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/ , Schwartz92" . :Ethics prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "ethics" , "ethics , ethical " . :Evolution rdfs:label "evolution" ; prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/" . :Excellence rdfs:label "excellence" ; prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/ , https://benjaminspall.com/core-values/" . :Exciting_life prov:wasAttributedTo "Schwartz92" ; rdfs:label "exciting life" . :Experience rdfs:label "experience" ; prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" . :Exploration rdfs:label "exploration" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Expressiveness rdfs:label "expressiveness" , "expressiveness , expressive " ; prov:wasAttributedTo "Haidt, https://georgetownpsychology.com/inner-values/" . :Face prov:wasAttributedTo "Schwartz92" ; rdfs:label "face" . :Fairness rdfs:comment "While it is true that people say life is not fair, this doesn’t mean that you shouldn’t strive to make it that way. When you value fairness, you can also establish trust and dependability with other people." ; rdfs:label "fairness , while decision-making" , "fairness" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Faith prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/ , https://themindfool.com/list-of-core-values-for-a-balanced-life/ , https://benjaminspall.com/core-values/" ; rdfs:label "faith" ; rdfs:comment "Valuing faith can look different to everybody, but it often refers to believing that everything will work out the way that it is supposed to. When you value faith, you will allow your beliefs to guide your decisions." . :Family prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/ , https://scottjeffrey.com/core-values-list/ , https://benjaminspall.com/core-values/" ; rdfs:label "family" ; rdfs:comment "Whomever you consider to be your “family” may be a primary value to you because they provide you with support and companionship. Family is often a core value in people’s lives and influences decisions such as where to live and how to celebrate holidays." . :Family_security prov:wasAttributedTo "Schwartz92" ; rdfs:label "family security" . :Famous rdfs:label "famous , fame" , "famous" ; prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" . :Fearless rdfs:label "fearless , fearlessness" , "fearless" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Feasibility prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/" ; rdfs:label "feasibility" . :Feelings prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" ; rdfs:label "feelings" . :Ferocious rdfs:label "ferocious" ; prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" . :Fidelity rdfs:label "fidelity" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Financial_stability prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/" ; rdfs:label "financial stability" . :Fitness rdfs:label "fitness" ; prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/ , https://themindfool.com/list-of-core-values-for-a-balanced-life/" ; rdfs:comment "Valuing fitness will help you give energy toward the other values in your life. If your body is healthy, your mind can be healthy as well." . :Focus rdfs:label "focus , focused " , "focus" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Foresight prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "foresight" . :Forgiving prov:wasAttributedTo "Schwartz92" ; rdfs:label "forgiving" . :Fortitude prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "fortitude" . :Freedom rdfs:label "freedom" ; rdfs:comment "This is a value that most people hold close to their hearts–and it doesn’t only involve valuing your own freedom–it also encompasses advocating from freedom if you ever see an opportunity to do so." ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/ , Schwartz92" . :Friendship prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/ , https://scottjeffrey.com/core-values-list/ , https://benjaminspall.com/core-values/" ; rdfs:label "friendship , friendships " , "friendship" . :Frugality rdfs:label "frugality" ; rdfs:comment "Having a natural tendency to spend money conservatively suggests that you value frugality. This also means you’re looking toward the future and not focusing on immediate satisfaction." ; prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/" . :Fun rdfs:label "fun" ; prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" . :Generosity prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:comment "If you value generosity, you understand that it doesn’t just involve giving other people money or tangible items. You can also be generous with your time, compassion, and energy." ; rdfs:label "generosity" . :Genius prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" ; rdfs:label "genius" . :Giving rdfs:label "giving" ; prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" . :Goodness rdfs:label "goodness" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Grace prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/ , https://scottjeffrey.com/core-values-list/" ; rdfs:comment "Valuing grace means living a life of unconditional love and gratitude. Having grace is at the core of connecting with other people, as it allows you to understand, empathize, and forgive. Many who value grace find it to offer a sense of healing." ; rdfs:label "grace" . :Gratitude prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "gratitude" . :Greatness rdfs:label "greatness" ; prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" . :Growth rdfs:label "growth" ; rdfs:comment "People who value growth are never willing to settle and always look for an opportunity to learn in the face of adversity." ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Happiness rdfs:label "happiness" ; rdfs:comment "While this may seem obvious, many people don’t take the time to truly find what makes them happy to then be able to plan their lives around those things." ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Hardworking rdfs:label "hardworking" , "hardworking , hard work , workaholism" ; prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/ , https://scottjeffrey.com/core-values-list/ , https://benjaminspall.com/core-values/" . :Harmony rdfs:label "harmony" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/ , Schwartz2006" . :Health prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/ , https://scottjeffrey.com/core-values-list/ , https://benjaminspall.com/core-values/" ; rdfs:label "health" . :Healthy_competition prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/" ; rdfs:label "healthy competition , fair competition" . :Healthy_relationships prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/" ; rdfs:label "healthy relationships" . :Hedonism prov:wasAttributedTo "Schwartz92" ; rdfs:comment "Defining goal: pleasure or sensuous gratification for oneself." , "“Hedonism shares elements of both openness to change and self-enhancement.”" ; rdfs:label "hedonism" . :Helpfulness rdfs:label "helpfulness" ; prov:wasAttributedTo "Schwartz92" . :Helping rdfs:label "helping the unfortunate" ; prov:wasAttributedTo "https://examples.yourdictionary.com/examples-of-core-values.html" . :Hierarchy rdfs:label "hierarchy" ; prov:wasAttributedTo "Schwartz2006" . :Honesty rdfs:comment "It is very difficult to repair a bad reputation, especially if it is one that suggests you cannot be trusted. Telling the truth and sticking to your word are both critical in the long run, which makes diligently protecting your reputation an important value." ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "honesty" . :Honor rdfs:label "honor" ; prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" . :Hope rdfs:label "hope , hopefulness " ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "hope" . :Humility prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/ , Schwartz92" ; rdfs:label "humility , humbleness " , "humility" . :Humor rdfs:comment "This should not be overlooked when it comes to values, as humor can make a big difference in lightening the load of a difficult situation. When used appropriately, humor can be an effective tool." ; rdfs:label "humor" ; prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/ , https://themindfool.com/list-of-core-values-for-a-balanced-life/ , https://scottjeffrey.com/core-values-list/ , https://benjaminspall.com/core-values/" ; rdfs:label "humor , good humor , humorous attitude" . :Imagination prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:comment "Valuing imagination can be a huge advantage to anyone in our fast-paced society. Being able to come up with an idea that no one else has thought of before can be a huge part of being successful." ; rdfs:label "imagination , imaginative" , "imagination" . :Impartial rdfs:label "impartial" ; prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/" ; rdfs:label "impartial , impartiality " . :Improvement prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" ; rdfs:label "improvement" . :Improvisation rdfs:label "improvisation" ; prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/" . :Inclusiveness prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/" ; rdfs:comment "Inclusion is a value that focuses on accepting diversity–it supports real opportunities for all people to form meaningful relationships. Just over the last two decades, people’s rights have evolved through policies and laws that require services to offer accommodations allowing everyone to participate. However, inclusion will never be fully realized until people live in line with these policies. Inclusiveness is about having positive interactions with other people and valuing everyone for who they are. That said, it has to be intrinsically motivated and derive from holding the belief that everyone has value and a right to belong." ; rdfs:label "inclusiveness" . :Independence rdfs:label "independence" ; prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/ , https://themindfool.com/list-of-core-values-for-a-balanced-life/ , https://scottjeffrey.com/core-values-list/" ; rdfs:comment "Valuing your independence doesn’t mean that you never rely on other people for anything. It simply means that you have the ability to give something meaningful back whenever you take from someone else. Independence gives you control over your own life and it makes you a creator rather than a user." . :Individuality prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "individuality" . :Influence rdfs:label "influence" . :Inner_peace rdfs:label "inner peace" ; prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/ , https://themindfool.com/list-of-core-values-for-a-balanced-life/" ; rdfs:comment "This personal core value refers to the ability to be comfortable with yourself, the people around you, and being accepting of the life you’re living." . :Innovation rdfs:label "innovation , innovativeness" ; rdfs:comment "Innovation is an important value to some because it encompasses forward thinking and the advancement of society by solving collective problems using methods that are both sustainable and efficient, typically with new technology. Whether you’re engaging in incremental innovation by improving something that already exists, or radical innovation by finding an entirely new way of doing something, valuing innovation means never being complacent by accepting the status quo." ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "innovation" . :Inquisitive prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "inquisitive" , "inquisitive , inquisitiveness " . :Insightful prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "insightful" . :Inspiration prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "inspiration" , "inspiration , inspiring " . :Integrity prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "integrity" . :IntellectualAutonomy prov:wasAttributedTo "Schwartz2006" ; "2021-03-05T10:12:08Z"^^xsd:dateTime ; "Aldo Gangemi"^^xsd:string ; rdfs:label "intellectual autonomy" . :Intelligence rdfs:comment "Valuing intelligence isn’t just acknowledging your natural born ability to understand concepts. It involves constantly yearning to learn more." ; rdfs:label "intelligence" ; prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/ , https://scottjeffrey.com/core-values-list/" . :Intensity rdfs:label "intensity" ; prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" . :Interpersonal prov:wasAttributedTo "Schwartz92" ; rdfs:label "interpersonal" . :Intuitiveness rdfs:label "intuitiveness" ; prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" . :Irreverent rdfs:label "irreverent" ; prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" . :Isolation prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/" ; rdfs:label "isolation" . :Joy rdfs:label "joy , joyfulness" , "joy" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Justice rdfs:label "justice" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/ , Schwartz92" ; rdfs:label "justice , social justice" ; rdfs:comment "Valuing justice means that you feel a personal sense of responsibility to achieve equality in the world and you feel compassion for those who are not treated fairly. Learning about confirmation bias is a step in the right direction if you want to treat other fairly." . :Kindness rdfs:label "kindness" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Knowledge prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/ , https://scottjeffrey.com/core-values-list/ , https://benjaminspall.com/core-values/" ; rdfs:label "knowledge , knowledgeable " , "knowledge" . :Lawfulness rdfs:label "lawfulness" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Leadership rdfs:label "leadership" ; prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" . :Learning prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" ; rdfs:label "learning" . :Liberty rdfs:label "liberty" ; prov:wasAttributedTo "Haidt" . :Lively rdfs:label "lively" ; prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/" . :Logic rdfs:label "logic , logical thinking " , "logic" ; prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" . :Longevity rdfs:comment "Those who value longevity seek to live in a healthy way in order to spend more time on earth with the ones they love." ; rdfs:label "longevity" ; prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/" . :Love rdfs:label "love" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Loyalty prov:wasAttributedTo "Haidt, https://georgetownpsychology.com/inner-values/ , Schwartz92" ; rdfs:label "loyalty" . :Management prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/" ; rdfs:label "management" . :Mastery rdfs:label "mastery" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/ ; Schwartz2006" . :Maturity rdfs:label "maturity" ; prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/ , https://scottjeffrey.com/core-values-list/" . :Meaning rdfs:label "meaning" , "meaning , significance " ; prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" . :Meaningful_work rdfs:label "meaningful work" ; prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/" . :Moderation rdfs:comment "Our brains are quick to become accustomed to any type of stimulation. In fact, our bodies are too. This is why doing the exact same workout every day wouldn’t continue to produce results six months after starting the routine. This is also why people go through that honeymoon phase when they meet a new partner. Your brain always wants more. However, this often leads to things that are unhealthy–more junk food, more alcohol, more Netflix. However, if you value moderation, you will find that you’re able to experience more fulfillment and gratification from everyday things. You won’t need to be searching for extremes to find some type of brain rush." ; rdfs:label "moderation" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Modesty rdfs:comment "If you value modesty, you let your actions speak for themselves and avoid boasting about your abilities." ; rdfs:label "modesty" , "modesty , modest" ; prov:wasAttributedTo "Schwartz92" . :Morality prov:wasAttributedTo "https://benjaminspall.com/core-values/" ; rdfs:label "morality" . :Motivation prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "motivation" . :Novelty rdfs:comment "Some value the pursuit of new challenges, circumstances, and experiences in life. If you live in the same town where you were born and tend to stick to a routine, novelty is likely not one of your personal core values." ; prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/" ; rdfs:label "novelty" . :Objectivity rdfs:label "objectivity" ; rdfs:comment "It is helpful to value objectivity in the workplace because it means you’re willing to look at the facts when you’re confronted with a conflict. You’re able to put your emotions and personal involvement aside." ; prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/" . :Open-mindedness rdfs:comment "Even if you don’t think you will agree with an idea or concept, being able to consider it and be willing to entertain a variety of ideas is a good value to have." ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "open-mindedness , openness" , "open-mindedness" . :Openness_to_change prov:wasAttributedTo "Schwartz92" ; rdfs:comment "This dimension captures the conflict between values that emphasize independence of thought, action, and feelings and readiness for change (self-direction, stimulation) and values that emphasize order, self-restriction, preservation of the past, and resistance to change (security, conformity, tradition).”" ; rdfs:label "openness to change" . :Optimism rdfs:label "optimism" ; prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/ , https://scottjeffrey.com/core-values-list/ , https://benjaminspall.com/core-values/" . :Order rdfs:label "order , orderliness" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:comment "Many people have a hard time making any personal progress if they’re living in a chaotic environment. Cleanliness and orderliness are often values people hold to maintain a calm state of mind." ; rdfs:label "order" . :Organization prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "organization" . :Originality prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:comment "Valuing originality means that you walk your own path and stray away from what everyone else seems to be doing. This value comes naturally and can usually be seen through art or creativity." ; rdfs:label "originality" . :Partnership rdfs:comment "When you value partnership, you also value collaboration, respect, teamwork, and loyalty. Whether it’s in a business or a personal setting, valuing partnership sets the stage for various ideas and opinions to come together to create something better than the sum of its parts." ; prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/" ; rdfs:label "partnership" . :Passion rdfs:comment "Having enthusiasm for living your life on your own terms will ensure that you also have the determination that is needed to succeed." ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "passion" . :Patience rdfs:comment "Valuing patience means recognizing the fact that sometimes the only thing that can make something work out in your favor is time." ; rdfs:label "patience" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Patriotism prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/ , https://themindfool.com/list-of-core-values-for-a-balanced-life/" ; rdfs:comment "It’s about learning from our past mistakes and being vigilant about considering if the country is headed in the right direction. Patriotism is a spirit of camaraderie for others who live in this country, regardless of their background. Valuing patriotism is about knowing when the country is fumbling, and doing your part to make it a better place." ; rdfs:label "patriotism" . :Peace rdfs:label "peace , peaceful " ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "peace" . :Performance prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" ; rdfs:label "performance" . :Perseverance prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/ , https://benjaminspall.com/core-values/" ; rdfs:label "perseverance" ; rdfs:comment "People who become very successful have undoubtedly failed more often throughout their lives than many others have even tried. It is easy to quit, but perseverance pays off." . :Persistence prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "persistence" ; rdfs:comment "Persistence is the determination to keep going, regardless of how you feel. Even if you feel like quitting, you keep working because you know success doesn’t come without a cost. Valuing persistence is a motivating factor in continuing to take action on the days that you want to quit, which allows you to keep accumulating results. With persistence, you press on until you achieve whatever goal you’re working toward." . :Personal_focus rdfs:comment """Individual values are subjective beliefs of individuals (a) associated with affect, (b) referring to goals that motivate action, (c) transcending specific situations, (d) serving as evaluative standards, (e) ordered according to their relative (our emphasis) importance, and (f) guiding individuals’ action (Schwartz2102).""" , "Individual values are responses to three universal requirements: biological needs, agreement on social actions, survival and well-being of groups (Schwartz1992)." ; rdfs:label "personal focus" . :Personal_security prov:wasAttributedTo "Schwartz92" ; rdfs:label "personal security" . :Philanthropy rdfs:label "philanthropy" ; prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/" . :Playfulness rdfs:label "playfulness" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:comment "If you can really appreciate a good break from hard work to have a laugh, you probably value playfulness. Letting your mind relax is healthy in order to be really effective once you get back to work." . :Pleasure rdfs:label "pleasure" ; prov:wasAttributedTo "Schwartz92" . :Poise rdfs:label "poise" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Politeness rdfs:label "politeness" ; prov:wasAttributedTo "Schwartz92" . :Positivity rdfs:label "positivity , positive Mindset " , "positivity" ; prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/ , https://benjaminspall.com/core-values/" . :Potential rdfs:label "potential" ; prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" . :Power rdfs:comment "Defining goal: social status and prestige, control or dominance over people and resources." ; rdfs:label "power" ; prov:wasAttributedTo "Schwartz92" . :Preparedness rdfs:comment "There are certainly some things in life that you can never prepare for, but by valuing this quality, people are able to either avoid or mitigate unwelcomed circumstances. Identifying risks in any area of your life and coming up with potential plans for action is rarely something that is regretted." ; rdfs:label "preparedness" ; prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/" . :Presence rdfs:label "presence , present" ; prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/ , https://scottjeffrey.com/core-values-list/" . :Productivity rdfs:label "productivity , productiveness " ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "productivity" . :Professionalism rdfs:comment "This isn’t just about knowing how to act professionally in the workplace. It is also about knowing how to be polite, use good manners, and be dependable in your everyday life." ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "professionalism" . :Prosperity rdfs:label "prosperity" ; prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/ , https://scottjeffrey.com/core-values-list/" . :Punctuality rdfs:label "punctuality" ; rdfs:comment "The thing about valuing punctuality is that it shows a great respect for other people’s time as well. This allows people to depend on you and hopefully have a mutual respect for your time as well." ; prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/" . :Purpose rdfs:label "purpose" ; prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" . :Quality rdfs:label "quality" ; prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/ , https://scottjeffrey.com/core-values-list/" . :Racing_towards_goals_until_achieved rdfs:label "racing towards goals until achieved" ; prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/" . :Realism rdfs:label "realism" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "realism , realistic " . :Reason rdfs:label "reason , reasonability, Reasonable" , "reason" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Receptiveness rdfs:label "receptiveness" ; prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/" . :Recognition rdfs:label "recognition" ; prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/ , https://scottjeffrey.com/core-values-list/" ; rdfs:comment "Valuing recognition of your work means that you know its importance and you want other people to see that as well. You want confirmation of its importance to the world. This doesn’t mean that you always feel like you need to be praised, it’s simply a value that means you feel a sense of satisfaction when you’re reassured that you’re adding value to some sort of domain. Being recognized for your work helps you stay motivated to maintain–or even improve–your performance." . :Recreation prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" ; rdfs:label "recreation" . :Reflection rdfs:label "reflection , reflective, Reflectiveness" , "reflection" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Relaxation rdfs:label "relaxation" ; prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/" . :Reliability rdfs:label "reliability" . :Resilience rdfs:comment "How easy is it for you to cope with adversity? If you value resilience, you strive to be flexible, go with the flow, and bounce back after things don’t go your way." ; rdfs:label "resilience" ; prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/ , https://themindfool.com/list-of-core-values-for-a-balanced-life/" . :Respect rdfs:label "respect , respectfulness , respect for others" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/ , Schwartz92" ; rdfs:label "respect" ; rdfs:comment "Giving and receiving respect is important because it fosters a sense of connection between people and it makes us feel comfortable expressing ourselves to others. Valuing respect means you’re able to accept other people, despite their difference in background or beliefs from your own. Having respect helps build feelings of trust, security, and safety." . :Respect_for_self prov:wasAttributedTo "https://benjaminspall.com/core-values/" ; rdfs:label "respect for self" . :Responsibility rdfs:comment "Some people strongly value having a sense of sole personal accountability for the success of a specific area of their community or group. This often promotes self-confidence and can lead to a deep sense of accomplishment." ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/ , Schwartz92" ; rdfs:label "responsibility" . :Responsiveness rdfs:comment "Responsiveness is an important value that seems to have gone missing from many people, both personally and professionally. And, with the endless ways to get in touch these days, it’s surprising that some people simply fail to do so. Those who value responsiveness make it a point to answer others’ inquiries in a timely manner because that is how they prefer people to respond to them. Valuing responsiveness is also about valuing respect for other people and their time." ; prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/" ; rdfs:label "responsiveness" . :Rest rdfs:label "rest" ; prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/" ; rdfs:comment "Knowing when to stop is a huge factor in success. You need to rest your body and your mind to be on top of your game when it really counts." . :Restraint rdfs:comment "Restraint naturally emerges in the short pause your body takes after breathing in and before breathing out. Your mind and body both know how to pause before taking action, allowing you the time to generate awareness and consider the results of your next move before choosing to take it. Valuing this ability to pause helps you make decisions in a deeper state of awareness to determine the best course of action." ; rdfs:label "restraint" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Results-oriented rdfs:label "results-oriented" ; prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" . :Reverence rdfs:label "reverence" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Rigor prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" ; rdfs:label "rigor" . :Risk rdfs:label "risk , risk-Taking" ; rdfs:comment "If you value taking risks, you know that if you follow your gut, there is a chance that it will lead to a huge payoff. You’re not afraid to face the option of failing if there is also an option for success." ; rdfs:label "risk" ; prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/ , https://scottjeffrey.com/core-values-list/" . :Risk-management rdfs:label "risk-management" ; prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/" . :Rules rdfs:label "rules" ; prov:wasAttributedTo "Schwartz92" . :Sanctity rdfs:label "sanctity" ; prov:wasAttributedTo "Haidt" . :Satisfaction prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" ; rdfs:label "satisfaction" . :Security rdfs:label "security" ; rdfs:comment "Defining goal: safety, harmony, and stability of society, of relationships, and of self." , "People want to minimize their risk of being a victim of any type of security threat, which makes this a common value." ; prov:wasAttributedTo "Schwartz92" . :Self-awareness rdfs:comment "This is a very important core value to have, as it lets you realize when you’ve messed up and pinpoint how you can fix your mistakes in the future. Having self-awareness also means you know why you react to certain situations in the way that you do and recognize triggers that may lead to certain emotions." ; prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/ , https://themindfool.com/list-of-core-values-for-a-balanced-life/" ; rdfs:label "self-awareness" . :Self-confidence rdfs:label "self-confidence" , "self-confidence , self-reliance" ; rdfs:comment "Having this value involves being successful in such a way that you recognize your skills are making a positive contribution to your community or those around you." ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Self-control rdfs:label "self-control" ; prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/" . :Self-direction rdfs:label "self-direction" ; rdfs:comment "Defining goal: independent thought and action–choosing, creating, exploring." ; prov:wasAttributedTo "Schwartz92" . :Self-discipline rdfs:label "self-discipline" ; prov:wasAttributedTo "Schwartz92" . :Self-enhancement prov:wasAttributedTo "Schwartz92" ; rdfs:label "self-enhancement" ; rdfs:comment "“The second dimension contrasts ‘self-enhancement’ and ‘self-transcendence’ values. This dimension captures the conflict between values that emphasize concern for the welfare and interests of others (universalism, benevolence) and values that emphasize pursuit of one’s own interests and relative success and dominance over others (power, achievement).”" . :Self-indulgence rdfs:label "self-indulgence" ; prov:wasAttributedTo "Schwartz92" . :Self-love rdfs:label "self-love" ; prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/" . :Self-protection prov:wasAttributedTo "Schwartz92" ; rdfs:label "self-protection" . :Self-respect rdfs:label "self-respect" ; prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/ , https://themindfool.com/list-of-core-values-for-a-balanced-life/" ; rdfs:comment "Those who value self-respect know when to say “no” to anything in their lives that is emotionally, mentally, or financially unhealthy. Valuing self-respect means knowing your worth, your value, and being willing to advocate for yourself whenever necessary. Given these beliefs, you’re able to set boundaries with other people and draw a firm line in regard to how you will and won’t be treated." . :Self-transcendence rdfs:comment "“The second dimension contrasts ‘self-enhancement’ and ‘self-transcendence’ values. This dimension captures the conflict between values that emphasize concern for the welfare and interests of others (universalism, benevolence) and values that emphasize pursuit of one’s own interests and relative success and dominance over others (power, achievement).”" ; prov:wasAttributedTo "Schwartz92" ; rdfs:label "self-transcendence" . :Selflessness prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "selflessness" , "selflessness , selfless " . :Sensitivity prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "sensitivity" . :Serenity prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "serenity" . :Service prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:comment "When one of your personal core values is service, you find a sense of fulfillment in sharing your talents or abilities with others in a way that is beneficial to their lives, and you’re willing to contribute to your society without expecting anything in return." ; rdfs:label "service" , "service , service to others" . :Sharing rdfs:label "sharing" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Silence prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" ; rdfs:label "silence" . :Simplicity rdfs:comment "People tend to make things more complicated than they need to be. Those who prefer to keep things straightforward are those who value simplicity." ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "simplicity" . :Sincerity rdfs:label "sincerity" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:comment "This can go hand-in-hand with honesty, but it also involves being authentic in everything you say and avoiding putting on any type of front to impress other people." . :Skill rdfs:label "skill" ; prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" . :Skillfulness rdfs:label "skillfulness" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Smart rdfs:label "smart" ; prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" . :Social_focus rdfs:label "social focus" ; "2021-03-04T10:30:13Z"^^xsd:dateTime . :Social_order rdfs:label "social order" ; prov:wasAttributedTo "Schwartz92" . :Societal_security prov:wasAttributedTo "Schwartz92" ; rdfs:label "societal security" . :Solitude rdfs:label "solitude" ; prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" . :Spirit prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" ; rdfs:label "spirit" . :Spirituality prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "spirituality" . :Spontaneity rdfs:label "spontaneity , spontaneous " ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "spontaneity" . :Stability prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "stability" . :Status rdfs:label "status , social status , prestige" ; prov:wasAttributedTo "Schwartz92" . :Stewardship rdfs:label "stewardship" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Stillness rdfs:label "stillness" ; rdfs:comment "Embracing silence or calmness can not only be a great value to have, but also a great skill. Those who know when to speak and when to listen are often highly respected." ; prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/" . :Stimulation rdfs:comment "Defining goal: excitement, novelty, and challenge in life." ; prov:wasAttributedTo "Schwartz92" ; rdfs:label "stimulation" . :Strength prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" ; rdfs:label "strength" . :Structure rdfs:comment "Valuing structure involves having a sense of control over your surroundings and exercising discipline to maintain an acceptable level of restriction." ; prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/ , https://scottjeffrey.com/core-values-list/" ; rdfs:label "structure" . :Success rdfs:label "success , successful " ; prov:wasAttributedTo "Schwartz92" ; rdfs:label "success" . :Support rdfs:label "support , supportiveness " ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "support" . :Surprise rdfs:label "surprise" ; prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" . :Sustainability prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" ; rdfs:label "sustainability" . :Talent prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/ , https://scottjeffrey.com/core-values-list/" ; rdfs:label "talent" ; rdfs:comment "Your talents are your abilities, skills, and competencies that govern what you can do. With a growth mindset, you work on developing your talents over time because you know that you can. When you value talent in yourself and in others, you can optimize your time by working in line with your realized value. If you happen to have true talent in a specific area–either personally or professionally–you also possess a great amount of intrinsic value that can have a strong positive impact on your life." . :Teamwork prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "teamwork" . :Temperament rdfs:label "temperament" ; prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/" . :Temperance rdfs:label "temperance" ; prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" . :Thankfulness prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "thankfulness" . :Thoroughfulness prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" ; rdfs:label "thoroughfulness" . :Thoughtfulness rdfs:label "thoughtfulness , thought (Schwartz)" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/ , Schwartz92" . :Timeliness rdfs:label "timeliness" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Tolerance prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/ , Schwartz92" ; rdfs:comment "Valuing tolerance goes beyond having an ability to “put up” with something. When you value tolerance, it means you have a positive view toward relationships among people who differ from each other. Tolerance can be linked to respect, equality, and independence. Valuing tolerance makes it possible for conflicting beliefs and ideas to coexist, as long as they lie within common moral values. Tolerance is a critical component in social unity and can be a remedy to prejudice." ; rdfs:label "tolerance" . :Toughness prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "toughness" . :Tradition prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/ , Schwartz92" ; rdfs:label "tradition , traditional, eespect for tradition" ; rdfs:comment "Defining goal: respect, commitment, and acceptance of the customs and ideas that one’s culture or religion provides." , "Valuing tradition would involve ritualizing some sort of history in your life to add a sense of enrichment, and passing that on to subsequent generations. Think of your family traditions for holidays, birthdays, or even just summer nights. If you value tradition, you’re likely to teach these things to future generations of your family to keep the traditions going. Many people value tradition because it helps define the uniqueness of a family or any type of tight-knit community." ; rdfs:label "tradition" . :Tranquility prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "tranquility" . :Transparency prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "transparency" . :Trust rdfs:label "trust" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "trust , trustworthiness, Trustworthy" . :Trusting_relationships rdfs:label "trusting relationships" ; rdfs:comment "Valuing trusting relationships means that one of your top priorities is to be able to express your thoughts and feelings in a mutually trusting environment where you and the other person have confidence in the integrity of one another." ; prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/" . :Truth rdfs:label "truth , truthfulness " , "truth" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Understanding rdfs:label "understanding" ; prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" . :Uniqueness rdfs:label "uniqueness" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Unity rdfs:comment "The value of unity is that everyone on a team or in a group setting is respected. Unity breeds cooperation, increases people’s enthusiasm, and furnishes an empowering atmosphere. When you value unity, you believe in fostering a sense of belonging and improving everyone’s wellbeing." ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "unity" . :Universalism rdfs:comment "Defining goal: understanding, appreciation, tolerance, and protection for the welfare of all people and for nature." ; rdfs:label "universalism" ; prov:wasAttributedTo "Schwartz92" . :Valor rdfs:label "valor" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Versatility prov:wasAttributedTo "https://www.developgoodhabits.com/core-values/" ; rdfs:comment "Our society loves “things”. We love extra features, “all-in-one” products, and things of the sort–and we also love saving money. Putting those two things together undoubtedly makes versatility a common value among people. Recycling and repurposing are popular ways in which people act on their value of versatility, as reusing older products to make something “new” or completely starting from scratch with used materials are both environmentally sustainable practices, which are also valued among people." ; rdfs:label "versatility" . :Vibrant prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/" ; rdfs:label "vibrant" . :Victory prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" ; rdfs:label "victory" . :Vigor rdfs:label "vigor" ; prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" . :Vision prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/ , https://scottjeffrey.com/core-values-list/" ; rdfs:label "vision" . :Vitality rdfs:label "vitality" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" . :Wealth rdfs:label "wealth" ; prov:wasAttributedTo "Schwartz92" ; rdfs:comment "Whether you value wealth to be able to provide for your family or to be able to live a peaceful life, this is a personal core value that isn’t as selfish as it may sound." . :Welcoming prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" ; rdfs:label "welcoming" . :Will rdfs:label "will" ; prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" . :Winning prov:wasAttributedTo "https://scottjeffrey.com/core-values-list/" ; rdfs:label "winning" . :Wisdom rdfs:label "wisdom" ; prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/ , Schwartz92" ; rdfs:comment "Valuing wisdom isn’t just about putting an emphasis on knowledge. It is also about having your knowledge stand the test of time and being able to reflect on your experiences to exact your knowledge." . :Wonder prov:wasAttributedTo "https://georgetownpsychology.com/inner-values/" ; rdfs:label "wonder" . :Work-Life_Balance rdfs:label "work-Life_Balance" ; prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/" . :Workmanship prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/" ; rdfs:label "workmanship" . :World_of_Peace prov:wasAttributedTo "Schwartz92" ; rdfs:label "world_of_Peace" . :Zeal rdfs:label "zeal" ; prov:wasAttributedTo "https://themindfool.com/list-of-core-values-for-a-balanced-life/" . wn30instances:synset-value-noun-6 rdfs:comment "an ideal accepted by some individual or group; \"he has old-fashioned values\"" . ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi