(Imported from OWL file.) |
(Full description) |
||
Line 2: | Line 2: | ||
{{Graphical representation header}} | {{Graphical representation header}} | ||
{{Graphical representation | {{Graphical representation | ||
− | |ImageName=Experience and observation.png}} | + | |ImageName=Experience and observation.png |
+ | }} | ||
{{Content OP Proposal Template | {{Content OP Proposal Template | ||
|SubmittedBy=AlessandroAdamou | |SubmittedBy=AlessandroAdamou | ||
− | |||
|Name=Experience & Observation | |Name=Experience & Observation | ||
+ | |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. | ||
+ | |Domain=Humanities, Social Science | ||
+ | |CompetencyQuestion=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? | ||
+ | |ContentODPDescription=# 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 [ ] } | ||
+ | } | ||
+ | |||
+ | |ReusableOWLBuildingBlock=https://raw.githubusercontent.com/modellingDH/odp_experience/master/owl/cp_experience.owl.rdfxml | ||
+ | |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. | ||
+ | |Scenario=A letter or diary entry reports on the writer's experience when reading a book or listening to music | ||
+ | |CPInstantiationExample= | ||
+ | |ExtractedFrom=https://raw.githubusercontent.com/eureadit/reading-experience-ontology/master/data-model-v2.owl | ||
+ | |HasComponent=Persons, ActivitySpecification | ||
+ | |RelatedCP=Persons, Observation, ActivitySpecification, Transition | ||
}} | }} | ||
{{Element list header}} | {{Element list header}} | ||
− | |||
{{Additional information header}} | {{Additional information header}} | ||
{{Scenarios about me}} | {{Scenarios about me}} | ||
− | {{Reviews about me}}{{Modeling issues about me}}{{My references}} | + | {{Reviews about me}} |
+ | {{Modeling issues about me}} | ||
+ | {{My references}} |
Diagram
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: | |
Competency Questions: |
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: |
The Experience & Observation Content OP locally defines the following ontology elements:
No scenario is added to this Content OP.
This revision (revision ID 13825) takes in account the reviews: none
Other info at evaluation tab