Warning.gif

Warning!

This is an old revision. Go to current revision

Certified.png
This pattern has been certified.

Related submission, with evaluation history, can be found here

Working.gif Last modified date is: 2020-08-13

Graphical representation

Diagram

Experience and observation.png

General description

Name: Experience & Observation
Submitted by: AlessandroAdamou
Also Known As:
Intent: to represent the epistemological "missing link" between a cognitive activity, e.g. the interaction with a cultural object, and any evidence of the effects this activity has on the individuals that are engaged with it; what can collectively be considered as an experience.
Domains:

Humanities, Social Science

Competency Questions:
  • In what ways can one person be engaged in a single activity?

- What personal observations were produced by reflecting upon an activity being carried out? - Which activities performed by someone have prompted an observation from that person and which haven't?

Solution description: [[:Submissions:Experience & Observation#_SPARQL_queries_follow,_in_the_same_order_as_the_CQs

___PREFIX_:_<http://modellingdh.github.io/ont/odp/term/> ___PREFIX_activ:_<http://ontology.eil.utoronto.ca/icity/ActivitySpecification/>

___SELECT_DISTINCT_?engagement_?activity_WHERE_{ _____?engagement_:onActivity_?activity ___}

___SELECT_DISTINCT_?observation_WHERE_{ _____?activity_a_activ:Activity ________;_:includes_?observation_ _____._?observation_a_:Observation ___}

___SELECT_DISTINCT_?activity_WHERE_{ _____{_?activity_a_:Prompt_}_ _____UNION _____{_?activity_a_activ:Activity_;_:produced_[_]_} ___}|# SPARQL queries follow, in the same order as the CQs

  PREFIX : <http://modellingdh.github.io/ont/odp/term/>
  PREFIX activ: <http://ontology.eil.utoronto.ca/icity/ActivitySpecification/>
  SELECT DISTINCT ?engagement ?activity WHERE {
    ?engagement :onActivity ?activity
  }
  SELECT DISTINCT ?observation WHERE {
    ?activity a activ:Activity
       ; :includes ?observation 
    . ?observation a :Observation
  }
  SELECT DISTINCT ?activity WHERE {
    { ?activity a :Prompt } 
    UNION
    { ?activity a activ:Activity ; :produced [ ] }
  }]]
Reusable OWL Building Block: 1 (0)
Consequences: Adopting this pattern decomposes the lax notion of experience (e.g. through engaging in reading a book or incidentally hearing some music) into distinguishable elements that can be used in e.g. text annotation with greater precision than with a single named entity representing the experience.
Scenarios: A letter or diary entry reports on the writer's experience when reading a book or listening to music
Known Uses:
Web References:
Other References:
Examples (OWL files):
Extracted From:
Reengineered From:
Has Components:
Specialization Of:
Related CPs:



Elements

The Experience & Observation Content OP locally defines the following ontology elements:

Class Engagement (owl:Class) The product of a reflection upon an observation, which embodies subjective traits of an experience (Example: "After reading this passage of 'To Kill a Mockingbird', I came to a clearer understanding of the many facets of social intolerance").
ArrowRight.gif Engagement page
Class Observation (owl:Class) The product of an act of scrutiny which may or may not have been performed with a critical disposition (Example: "My thoughts from reading this passage of 'To Kill a Mockingbird'").
ArrowRight.gif Observation page
ObjectProperty inActivity (owl:ObjectProperty) what activity/ies are affecting or affected by a certain engagement
ArrowRight.gif inActivity page
ObjectProperty isReflectionOn (owl:ObjectProperty) Used to connect the subjective elements of an experience with the corresponding observation, which is extrapolated from the content being interacted with and in itself may not be including a critique.
ArrowRight.gif isReflectionOn page
ObjectProperty isReflectedUponIn (owl:ObjectProperty) Inverse of isReflectionOn
ArrowRight.gif isReflectedUponin page
ObjectProperty isEngagedIn (owl:ObjectProperty) Because an activity may engage other participants than the one performing it, engagements are in general considered individual rather than collective, therefore each participants has their own engagement and only some of them will be conscious and/or documented.
ArrowRight.gif isEngagedIn page
ObjectProperty hasEngagement (owl:ObjectProperty) inverse of inActivity
ArrowRight.gif hasEngagement page
ObjectProperty producedObservation (owl:ObjectProperty) This property can be used to denote that something is (even indirectly, not necessary through direct reflection) responsible for the existence of an observation.
ArrowRight.gif producedObservation page
ObjectProperty includes (owl:ObjectProperty) A relation of mereological nature that connects a given observation with the activity that originates them: it strengthens the argument that observations are always active processes from a cognitive standpoint, regardless of how conscious they may be. A standard mereological property from another content pattern may be used in lieu of this one and therefore aligned with it.
ArrowRight.gif includes page

Additional information

Scenarios

Scenarios about Experience & Observation

No scenario is added to this Content OP.

Reviews

Reviews about Experience & Observation
There is no review about this proposal.
Some subquery has no valid condition.

This revision (revision ID 13836) takes in account the reviews: none

Other info at evaluation tab


Modeling issues

Modeling issues about Experience & Observation
There is no Modeling issue related to this proposal.
Some subquery has no valid condition.


References

Add a reference


The page [[Bootstrap:Footer]] was not found.