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

thesaurus:773
  a skos:Concept ;
  skos:prefLabel "Angel"@en, "Ángel"@es, "Ange"@fr, "Angelo"@it .

thesaurus:889
  a skos:Concept ;
  skos:prefLabel "Evangelista"@it, "Evangelista"@es, "Evangelist"@en, "Evangéliste"@fr .

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

<http://data.silknow.org/vocabulary/facet/figure>
  a skos:Collection ;
  skos:prefLabel "figure"@en ;
  skos:member thesaurus:773, thesaurus:889 .

