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

p21:-RVB4XRW8-Q
  inist:semCategory "Activité"@fr, "Activity"@en ;
  a skos:Concept ;
  skos:exactMatch <http://dbpedia.org/resource/Public_lecture> ;
  skos:prefLabel "public reading"@en, "lecture publique"@fr ;
  skos:definition "La lecture publique est le fait de lire un texte en public, à ne pas confondre avec la gestion de la lecture publique dans la politique culturelle. (Source : DBpedia)"@fr ;
  skos:hiddenLabel "Lecture publique"@fr, "Public reading"@en ;
  skos:inScheme p21: .

p21: a skos:ConceptScheme .
p21:-Activité
  skos:prefLabel "Activity"@en, "Activité"@fr ;
  a isothes:ConceptGroup ;
  skos:member p21:-RVB4XRW8-Q .

