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

<http://data.silknow.org/vocabulary/facet/fruit>
  a skos:Collection ;
  skos:prefLabel "fruit"@en ;
  skos:member thesaurus:752, thesaurus:753, thesaurus:761 .

thesaurus:752
  a skos:Concept ;
  skos:prefLabel "Fruit motif"@en, "Motivo fruttiforme"@it, "Motivo frutal"@es, "Motif de fruit"@fr .

thesaurus:753
  a skos:Concept ;
  skos:prefLabel "Piña"@es, "Pineapple"@en, "Ananas"@it, "Ananas"@fr .

thesaurus:761
  a skos:Concept ;
  skos:prefLabel "Granada"@es, "Pomegranate"@en, "Melagrana"@it, "Grenade"@fr .

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

