@prefix dc: . @prefix dct: . @prefix owl: . @prefix rdfs: . @prefix skos: . @prefix vocab: . skos:exactMatch vocab:100 . vocab:100 a skos:Concept ; dct:source "ACDH-CH" ; skos:exactMatch ; skos:definition "Level 1 of the test-it"@en ; skos:inScheme vocab:testitSchema ; skos:prefLabel "Level 1"@en ; skos:topConceptOf vocab:testitSchema . vocab:testitSchema a skos:ConceptScheme ; rdfs:label "Test it Thesaurus"@en ; dc:creator "Klaus Illmayer" ; dc:description "Test if import of exactmatch works"@en ; dc:language "en" ; dc:publisher "ACDH-CH" ; dc:subject "Test" ; dc:title "Test-it exactmatch"@en ; dct:created "2022-11-18" ; owl:versionInfo "1.0" ; skos:hasTopConcept vocab:100 .