@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/think-aloud> a pko:Procedure ;
  <https://vocab.sti2.at/ds/compliesWith> <https://semantify.it/ds/fcKvHmTCPrxp> ;
  dcterms:title "Think-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/think-aloud> pko:hasFirstStep <http://perks-project.eu/data/Procedure/think-aloud/Step/engage-task> .
<http://perks-project.eu/data/Procedure/think-aloud> pko:hasStep <http://perks-project.eu/data/Procedure/think-aloud/Step/engage-task> .
<http://perks-project.eu/data/Procedure/think-aloud/Step/engage-task> 
  dcterms:title "Engage Task"^^xsd:string ;
  dcterms:description """The expert begins solving a problem or performing a task.​"""^^xsd:string ;
dcterms:identifier "engage-task"^^xsd:string .
    <http://perks-project.eu/data/Procedure/think-aloud/Step/engage-task> <https://vocab.sti2.at/ds/compliesWith> <https://semantify.it/ds/gFBlAqMqgdhR> ;
    a pplan:Step .
<http://perks-project.eu/data/Procedure/think-aloud/Step/engage-task> pko:nextStep <http://perks-project.eu/data/Procedure/think-aloud/Step/verbalize> .
<http://perks-project.eu/data/Procedure/think-aloud> pko:hasStep <http://perks-project.eu/data/Procedure/think-aloud/Step/verbalize> .
<http://perks-project.eu/data/Procedure/think-aloud/Step/verbalize> 
  dcterms:title "Verbalize"^^xsd:string ;
  dcterms:description """The expert verbalizes their internal thoughts, including intuitions, impressions, and reasoning—even if not naturally expressed in words.​"""^^xsd:string ;
dcterms:identifier "verbalize"^^xsd:string .
    <http://perks-project.eu/data/Procedure/think-aloud/Step/verbalize> <https://vocab.sti2.at/ds/compliesWith> <https://semantify.it/ds/gFBlAqMqgdhR> ;
    a pplan:Step .
<http://perks-project.eu/data/Procedure/think-aloud/Step/verbalize> pko:nextStep <http://perks-project.eu/data/Procedure/think-aloud/Step/observe> .
<http://perks-project.eu/data/Procedure/think-aloud> pko:hasStep <http://perks-project.eu/data/Procedure/think-aloud/Step/observe> .
<http://perks-project.eu/data/Procedure/think-aloud/Step/observe> 
  dcterms:title "Observe"^^xsd:string ;
  dcterms:description """The elicitor listens and notes the expert’s cognitive processes, strategies, and decision patterns.​"""^^xsd:string ;
dcterms:identifier "observe"^^xsd:string .
    <http://perks-project.eu/data/Procedure/think-aloud/Step/observe> <https://vocab.sti2.at/ds/compliesWith> <https://semantify.it/ds/gFBlAqMqgdhR> ;
    a pplan:Step .
<http://perks-project.eu/data/Procedure/think-aloud/Step/observe> pko:nextStep <http://perks-project.eu/data/Procedure/think-aloud/Step/prompt> .
<http://perks-project.eu/data/Procedure/think-aloud> pko:hasStep <http://perks-project.eu/data/Procedure/think-aloud/Step/prompt> .
<http://perks-project.eu/data/Procedure/think-aloud/Step/prompt> 
  dcterms:title "Prompt"^^xsd:string ;
  dcterms:description """The elicitor may gently prompt the expert to continue verbalizing if they fall silent or skip over implicit reasoning.​"""^^xsd:string ;
dcterms:identifier "prompt"^^xsd:string .
    <http://perks-project.eu/data/Procedure/think-aloud/Step/prompt> <https://vocab.sti2.at/ds/compliesWith> <https://semantify.it/ds/gFBlAqMqgdhR> ;
    a pplan:Step .