@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/interruption-analysis> a pko:Procedure ;
  <https://vocab.sti2.at/ds/compliesWith> <https://semantify.it/ds/fcKvHmTCPrxp> ;
  dcterms:title "Interruption analysis"^^xsd:string ;
  dcterms:description """Interruption analysis requires that the expert proceed with a task without thinking aloud. ​ However, he or she is interrupted for a verbal report at a point at which the elicitor has difficulty understanding the process and inferring the expert’s thoughts.​"""^^xsd:string ;
  pko:versionNumber "0.1"^^xsd:string ;
  dcat:keyword "verbal off-line"^^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/interruption-analysis> pko:hasFirstStep <http://perks-project.eu/data/Procedure/interruption-analysis/Step/execute-task> .
<http://perks-project.eu/data/Procedure/interruption-analysis> pko:hasStep <http://perks-project.eu/data/Procedure/interruption-analysis/Step/execute-task> .
<http://perks-project.eu/data/Procedure/interruption-analysis/Step/execute-task> 
  dcterms:title "Execute Task"^^xsd:string ;
  dcterms:description """The expert performs a task silently, without verbalizing thoughts.​"""^^xsd:string ;
dcterms:identifier "execute-task"^^xsd:string .
    <http://perks-project.eu/data/Procedure/interruption-analysis/Step/execute-task> <https://vocab.sti2.at/ds/compliesWith> <https://semantify.it/ds/gFBlAqMqgdhR> ;
    a pplan:Step .
<http://perks-project.eu/data/Procedure/interruption-analysis/Step/execute-task> pko:nextStep <http://perks-project.eu/data/Procedure/interruption-analysis/Step/monitor-expert> .
<http://perks-project.eu/data/Procedure/interruption-analysis> pko:hasStep <http://perks-project.eu/data/Procedure/interruption-analysis/Step/monitor-expert> .
<http://perks-project.eu/data/Procedure/interruption-analysis/Step/monitor-expert> 
  dcterms:title "Monitor Expert"^^xsd:string ;
  dcterms:description """The elicitor observes the expert’s actions and progression closely.​"""^^xsd:string ;
dcterms:identifier "monitor-expert"^^xsd:string .
    <http://perks-project.eu/data/Procedure/interruption-analysis/Step/monitor-expert> <https://vocab.sti2.at/ds/compliesWith> <https://semantify.it/ds/gFBlAqMqgdhR> ;
    a pplan:Step .
<http://perks-project.eu/data/Procedure/interruption-analysis/Step/monitor-expert> pko:nextStep <http://perks-project.eu/data/Procedure/interruption-analysis/Step/interrupt-and-explain> .
<http://perks-project.eu/data/Procedure/interruption-analysis> pko:hasStep <http://perks-project.eu/data/Procedure/interruption-analysis/Step/interrupt-and-explain> .
<http://perks-project.eu/data/Procedure/interruption-analysis/Step/interrupt-and-explain> 
  dcterms:title "Interrupt and Explain"^^xsd:string ;
  dcterms:description """When the elicitor encounters a moment of confusion or ambiguity, they pause the task.​ The expert is asked to explain their reasoning or decision-making at that specific point."""^^xsd:string ;
dcterms:identifier "interrupt-and-explain"^^xsd:string .
    <http://perks-project.eu/data/Procedure/interruption-analysis/Step/interrupt-and-explain> <https://vocab.sti2.at/ds/compliesWith> <https://semantify.it/ds/gFBlAqMqgdhR> ;
    a pplan:Step .
