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

thesaurus:197
  a skos:Concept ;
  skos:prefLabel "Estampado (tejido)"@es, "Imprimé (tissu)"@fr, "Stampato (tessuto)"@it, "Print"@en .

thesaurus:198
  a skos:Concept ;
  skos:prefLabel "Estampar"@es, "Stampare"@it, "Print"@en, "Imprimer (technique)"@fr .

<http://data.silknow.org/vocabulary/facet/printed_fabric>
  a skos:Collection ;
  skos:prefLabel "printed fabric"@en ;
  skos:member thesaurus:197, thesaurus:198 .

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

