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

<http://data.silknow.org/vocabulary/facet/stripe>
  a skos:Collection ;
  skos:prefLabel "stripe"@en ;
  skos:member thesaurus:797, thesaurus:840 .

thesaurus:797
  a skos:Concept ;
  skos:prefLabel "Strip"@en, "Riga"@it, "Rayure"@fr, "Lista"@es .

thesaurus:840
  a skos:Concept ;
  skos:prefLabel "Ornamental band"@en, "Bande"@fr, "Franja"@es, "Frangia"@it .

<http://data.silknow.org/vocabulary/facet/depiction>
  a skos:Collection ;
  skos:prefLabel "depiction"@en ;
  skos:member <http://data.silknow.org/vocabulary/facet/stripe> .

