CPInstantiationExample
|
https://raw.githubusercontent.com/modellingDH/odp_experience/master/examples/concert.ttl +
|
ContentODPDescription
|
# SPARQL queries follow, in the same order … # 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 [ ] }
} ty a activ:Activity ; :produced [ ] }
}
|
CoversRequirement
|
In what ways can one person be engaged in … 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? vation from that person and which haven't?
|
ExtractedFrom
|
https://raw.githubusercontent.com/eureadit/reading-experience-ontology/master/data-model-v2.owl +
|
GraphicallyRepresentedBy
|
Experience and observation.png +
|
HasComponent
|
Persons +,
ActivitySpecification +
|
HasConsequence
|
Adopting this pattern decomposes the lax n … 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. named entity representing the experience.
|
HasElement
|
Experience & Observation/Engagement +,
Experience & Observation/Observation +,
Experience & Observation/inActivity +,
Experience & Observation/isReflectionOn +,
Experience & Observation/isReflectedUponin +,
Experience & Observation/isEngagedIn +,
Experience & Observation/hasEngagement +,
Experience & Observation/producedObservation +,
Experience & Observation/includes +
|
HasIntent
|
to represent the epistemological "missing … 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. llectively be considered as an experience.
|
KnownUse
|
https://raw.githubusercontent.com/eureadit/crowdsourcing-ontology/master/owl/crowdsourcing-evidences.owl.ttl +
|
Modification dateThis property is a special property in this wiki.
|
22 November 2021 09:39:54 +
|
Name
|
Experience & Observation +
|
OWLBuildingBlock
|
https://raw.githubusercontent.com/modellingDH/odp_experience/master/owl/cp_experience.owl.rdfxml +
|
PatternDomain
|
Humanities +,
Social Science +
|
RelatedCP
|
Persons +,
Observation +,
ActivitySpecification +,
Transition +
|
Scenario
|
A letter or diary entry reports on the writer's experience when reading a book or listening to music
|
SubmittedBy
|
AlessandroAdamou +
|
Categories |
ProposedContentOP +
|