@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

# Missing language tag on skos:prefLabel — should violate the shape.
<https://glossarist.org/test/concept/bad>
    a skos:Concept ;
    skos:prefLabel "no lang tag" ;
    skos:definition "Also no lang tag." .
