@prefix fsd: . @prefix text: . @prefix rdf: . @prefix rdfs: . @prefix skos: . @prefix xml: . @prefix xsd: . text:Set a skos:Collection ; skos:member text:current, text:original, text:ocr, text:translated, text:normalised ; skos:notation "text" . text:current a skos:Concept ; skos:notation "current" ; skos:prefLabel "Most current/default text" . text:original a skos:Concept ; skos:notation "original" ; skos:prefLabel "Original pre-correction text" . text:ocr a skos:Concept ; skos:notation "ocr" ; skos:prefLabel "Optical Character Recognition output" . text:translated a skos:Concept ; skos:notation "translated" ; skos:prefLabel "Translated text" .