@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <https://vocab.sti2.at/ds/> .
@prefix pko: <https://w3id.org/pko#> .
@prefix pplan: <http://purl.org/net/p-plan#> .
@prefix pro: <http://purl.org/spar/pro/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://perks-project.eu/procedure/4a4229df-1836-49c1-8210-f2c565e18c5d> a pko:Procedure ;
    dcterms:created "2026-07-06T12:40:27.718000+00:00"^^xsd:dateTime ;
    dcterms:creator <https://perks-project.eu/user/user17> ;
    dcterms:description "Contextual inquiry (CI) is a systematic study of people, tasks, procedures, and environments in their work places. It is a commonly used method in user-centered design as the basis for product design decisions and strategy. The idea is that the researcher watches the expert in the course of their normal activities and discusses those activities with the expert."^^xsd:string ;
    dcterms:identifier "4a4229df-1836-49c1-8210-f2c565e18c5d" ;
    dcterms:modified "2026-07-06T12:59:11.184000+00:00"^^xsd:dateTime ;
    dcterms:title "Contextual Inquiry"^^xsd:string ;
    adms:status pko:Draft ;
    ns1:compliesWith <https://semantify.it/ds/fcKvHmTCPrxp> ;
    pko:hasFirstStep <https://perks-project.eu/procedure/4a4229df-1836-49c1-8210-f2c565e18c5d/Step/1> ;
    pko:hasProcedureType <https://perks-project.eu/ProcedureType/procedure> ;
    pko:hasRequirement [ pko:requiredEntity <https://perks-project.eu/RequiredEntity/knowledge-elicitator-facilitator-observer> ],
        [ pko:requiredEntity <https://perks-project.eu/RequiredEntity/domain-expert> ],
        [ pko:requiredEntity <https://perks-project.eu/RequiredEntity/schema-objective> ] ;
    pko:hasStep <https://perks-project.eu/procedure/4a4229df-1836-49c1-8210-f2c565e18c5d/Step/1>,
        <https://perks-project.eu/procedure/4a4229df-1836-49c1-8210-f2c565e18c5d/Step/2>,
        <https://perks-project.eu/procedure/4a4229df-1836-49c1-8210-f2c565e18c5d/Step/3>,
        <https://perks-project.eu/procedure/4a4229df-1836-49c1-8210-f2c565e18c5d/Step/4>,
        <https://perks-project.eu/procedure/4a4229df-1836-49c1-8210-f2c565e18c5d/Step/5> ;
    pko:versionNumber "0.0.1"^^xsd:string .

<https://perks-project.eu/RequiredEntity/domain-expert> a pro:Role ;
    dcterms:title "Domain Expert"^^xsd:string .

<https://perks-project.eu/RequiredEntity/knowledge-elicitator-facilitator-observer> a pro:Role ;
    dcterms:title "Knowledge Elicitator (Facilitator/Observer)"^^xsd:string .

<https://perks-project.eu/RequiredEntity/schema-objective> a prov:Entity ;
    dcterms:title "Schema/Objective"^^xsd:string .

<https://perks-project.eu/Variable/challenges> a pplan:Variable ;
    dcterms:title "challenges"^^xsd:string .

<https://perks-project.eu/Variable/goals> a pplan:Variable ;
    dcterms:title "Goals"^^xsd:string .

<https://perks-project.eu/Variable/interview-guide> a pplan:Variable ;
    dcterms:title "Interview guide"^^xsd:string .

<https://perks-project.eu/Variable/lab-work> a pplan:Variable ;
    dcterms:title "(lab) work"^^xsd:string .

<https://perks-project.eu/Variable/notes> a pplan:Variable ;
    dcterms:title "notes"^^xsd:string .

<https://perks-project.eu/Variable/observations> a pplan:Variable ;
    dcterms:title "observations"^^xsd:string .

<https://perks-project.eu/Variable/patterns-recurring-themes> a pplan:Variable ;
    dcterms:title "patterns & recurring themes"^^xsd:string .

<https://perks-project.eu/Variable/prototype> a pplan:Variable ;
    dcterms:title "prototype"^^xsd:string .

<https://perks-project.eu/Variable/questions> a pplan:Variable ;
    dcterms:title "questions"^^xsd:string .

<https://perks-project.eu/Variable/target-users> a pplan:Variable ;
    dcterms:title "Target users"^^xsd:string .

<https://perks-project.eu/Variable/user-test> a pplan:Variable ;
    dcterms:title "user test"^^xsd:string .

<https://perks-project.eu/procedure/4a4229df-1836-49c1-8210-f2c565e18c5d/Step/1> a pplan:Step ;
    dcterms:description """- Define goals and target users
- Develop interview guide"""^^xsd:string ;
    dcterms:identifier "1"^^xsd:string ;
    dcterms:title "Planning & Preparation"^^xsd:string ;
    pplan:hasOutputVar <https://perks-project.eu/Variable/goals>,
        <https://perks-project.eu/Variable/interview-guide>,
        <https://perks-project.eu/Variable/target-users> ;
    ns1:compliesWith <https://semantify.it/ds/gFBlAqMqgdhR> ;
    pko:nextStep <https://perks-project.eu/procedure/4a4229df-1836-49c1-8210-f2c565e18c5d/Step/2> ;
    pko:stepNumber "1.0"^^xsd:float .

<https://perks-project.eu/procedure/4a4229df-1836-49c1-8210-f2c565e18c5d/Step/2> a pplan:Step ;
    dcterms:description """- observe users in their natural work environment
- take notes about tools, actions, social interactions"""^^xsd:string ;
    dcterms:identifier "2"^^xsd:string ;
    dcterms:title "Contextual Observation"^^xsd:string ;
    pplan:hasInputVar <https://perks-project.eu/Variable/lab-work>,
        <https://perks-project.eu/Variable/observations> ;
    pplan:hasOutputVar <https://perks-project.eu/Variable/notes> ;
    ns1:compliesWith <https://semantify.it/ds/gFBlAqMqgdhR> ;
    pko:maxRepetitions 2 ;
    pko:minRepetitions 1 ;
    pko:nextStep <https://perks-project.eu/procedure/4a4229df-1836-49c1-8210-f2c565e18c5d/Step/3> ;
    pko:stepNumber "2.0"^^xsd:float .

<https://perks-project.eu/procedure/4a4229df-1836-49c1-8210-f2c565e18c5d/Step/3> a pplan:Step ;
    dcterms:description """- ask open-ended questions about actions, thought processes and decision-making
- ask about challenges"""^^xsd:string ;
    dcterms:identifier "3"^^xsd:string ;
    dcterms:title "Engagement & Interviewing"^^xsd:string ;
    pplan:hasInputVar <https://perks-project.eu/Variable/questions> ;
    pplan:hasOutputVar <https://perks-project.eu/Variable/challenges> ;
    ns1:compliesWith <https://semantify.it/ds/gFBlAqMqgdhR> ;
    pko:nextStep <https://perks-project.eu/procedure/4a4229df-1836-49c1-8210-f2c565e18c5d/Step/4> ;
    pko:stepNumber "3.0"^^xsd:float .

<https://perks-project.eu/procedure/4a4229df-1836-49c1-8210-f2c565e18c5d/Step/4> a pplan:Step ;
    dcterms:description """- notes about observations during the inquiry
- identify patterns and recurring themes"""^^xsd:string ;
    dcterms:identifier "4"^^xsd:string ;
    dcterms:title "Documentation & Analysis"^^xsd:string ;
    pplan:hasOutputVar <https://perks-project.eu/Variable/patterns-recurring-themes> ;
    ns1:compliesWith <https://semantify.it/ds/gFBlAqMqgdhR> ;
    pko:nextStep <https://perks-project.eu/procedure/4a4229df-1836-49c1-8210-f2c565e18c5d/Step/5> ;
    pko:stepNumber "4.0"^^xsd:float .

<https://perks-project.eu/procedure/4a4229df-1836-49c1-8210-f2c565e18c5d/Step/5> a pplan:Step ;
    dcterms:description """- refine design concepts, prototypes or ideas
- test with users
- repeat process if necessary"""^^xsd:string ;
    dcterms:identifier "5"^^xsd:string ;
    dcterms:title "Iterative Refinement"^^xsd:string ;
    pplan:hasOutputVar <https://perks-project.eu/Variable/prototype>,
        <https://perks-project.eu/Variable/user-test> ;
    ns1:compliesWith <https://semantify.it/ds/gFBlAqMqgdhR> ;
    pko:stepNumber "5.0"^^xsd:float .

