@prefix p21: <http://data.loterre.fr/ark:/67375/P21> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix inist: <http://www.inist.fr/Ontology#> .

p21:-Concept_philosophique
  skos:prefLabel "Concept philosophique"@fr, "Philosophical concept"@en ;
  a isothes:ConceptGroup ;
  skos:member p21:-FS9Q5L50-G .

p21: a skos:ConceptScheme .
p21:-FS9Q5L50-G
  skos:prefLabel "idol"@en, "idole"@fr ;
  inist:semCategory "Philosophical concept"@en, "Concept philosophique"@fr ;
  skos:hiddenLabel "Idole"@fr, "Idol"@en ;
  skos:inScheme p21: ;
  skos:definition "Une idole est une représentation matérielle d'une divinité qui fait l'objet d'un culte, comme la divinité elle-même. (Source : DBpedia)"@fr ;
  a skos:Concept ;
  skos:exactMatch <http://dbpedia.org/resource/Cult_image> .

