@prefix data: <http://perks-project.eu/data/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix pplan: <http://purl.org/net/p-plan#> .
@prefix pko: <https://w3id.org/pko#> .
@prefix pko-ind: <https://w3id.org/pko/industry#> .
<http://perks-project.eu/data/Procedure/talk-aloud> a pko:Procedure ;
  <https://vocab.sti2.at/ds/compliesWith> <https://semantify.it/ds/fcKvHmTCPrxp> ;
  dcterms:title "Talk-aloud"^^xsd:string ;
  dcterms:description """The expert describes what he or she is doing as the problem is. ​ The talk-aloud technique requires the expert to say aloud everything that he or she would say to him or herself as if conveying an internal conversation, whereas the think-aloud technique encourages the verbalization of information, that may not be encoded verbally as if conveying internal thoughts. ​"""^^xsd:string ;
  pko:versionNumber "0.1"^^xsd:string ;
  dcat:keyword "self-report"^^xsd:string ;
  dcat:keyword "knowledge elicitation"^^xsd:string ;
  dcterms:identifier "" ;
  adms:status pko:Undefined ;
  dcterms:creator <http://perks-project.eu/data/user/undefined> ; 
  dcterms:created ""^^xsd:dateTime ;
  dcterms:modified ""^^xsd:dateTime .
  <http://perks-project.eu/data/Procedure/talk-aloud> pko:hasFirstStep <http://perks-project.eu/data/Procedure/talk-aloud/Step/engage-task> .
<http://perks-project.eu/data/Procedure/talk-aloud> pko:hasStep <http://perks-project.eu/data/Procedure/talk-aloud/Step/engage-task> .
<http://perks-project.eu/data/Procedure/talk-aloud/Step/engage-task> 
  dcterms:title "Engage Task"^^xsd:string ;
  dcterms:description """The expert begins working on a problem or task in their domain.​"""^^xsd:string ;
dcterms:identifier "engage-task"^^xsd:string .
    <http://perks-project.eu/data/Procedure/talk-aloud/Step/engage-task> <https://vocab.sti2.at/ds/compliesWith> <https://semantify.it/ds/gFBlAqMqgdhR> ;
    a pplan:Step .
<http://perks-project.eu/data/Procedure/talk-aloud/Step/engage-task> pko:nextStep <http://perks-project.eu/data/Procedure/talk-aloud/Step/verbalize> .
<http://perks-project.eu/data/Procedure/talk-aloud> pko:hasStep <http://perks-project.eu/data/Procedure/talk-aloud/Step/verbalize> .
<http://perks-project.eu/data/Procedure/talk-aloud/Step/verbalize> 
  dcterms:title "Verbalize"^^xsd:string ;
  dcterms:description """The expert continuously talks aloud, describing every action, decision, and internal dialogue as if thinking out loud.​"""^^xsd:string ;
dcterms:identifier "verbalize"^^xsd:string .
    <http://perks-project.eu/data/Procedure/talk-aloud/Step/verbalize> <https://vocab.sti2.at/ds/compliesWith> <https://semantify.it/ds/gFBlAqMqgdhR> ;
    a pplan:Step .
<http://perks-project.eu/data/Procedure/talk-aloud/Step/verbalize> pko:nextStep <http://perks-project.eu/data/Procedure/talk-aloud/Step/observe> .
<http://perks-project.eu/data/Procedure/talk-aloud> pko:hasStep <http://perks-project.eu/data/Procedure/talk-aloud/Step/observe> .
<http://perks-project.eu/data/Procedure/talk-aloud/Step/observe> 
  dcterms:title "Observe"^^xsd:string ;
  dcterms:description """The elicitor listens and observes, capturing the expert’s reasoning, strategies, and decision-making flow.​"""^^xsd:string ;
dcterms:identifier "observe"^^xsd:string .
    <http://perks-project.eu/data/Procedure/talk-aloud/Step/observe> <https://vocab.sti2.at/ds/compliesWith> <https://semantify.it/ds/gFBlAqMqgdhR> ;
    a pplan:Step .
<http://perks-project.eu/data/Procedure/talk-aloud/Step/observe> pko:nextStep <http://perks-project.eu/data/Procedure/talk-aloud/Step/clarify> .
<http://perks-project.eu/data/Procedure/talk-aloud> pko:hasStep <http://perks-project.eu/data/Procedure/talk-aloud/Step/clarify> .
<http://perks-project.eu/data/Procedure/talk-aloud/Step/clarify> 
  dcterms:title "Clarify"^^xsd:string ;
  dcterms:description """The elicitor may pause to ask for clarification or elaboration on specific thoughts or actions.​"""^^xsd:string ;
dcterms:identifier "clarify"^^xsd:string .
    <http://perks-project.eu/data/Procedure/talk-aloud/Step/clarify> <https://vocab.sti2.at/ds/compliesWith> <https://semantify.it/ds/gFBlAqMqgdhR> ;
    a pplan:Step .
