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

rdr: a skos:ConceptScheme .
rdr:-HWHCC0ST-C
  a skos:Concept ;
  inist:semCategory "Activité"@fr, "Activity"@en ;
  skos:prefLabel "automatización doméstica"@es, "home automation"@en, "domotique"@fr ;
  skos:inScheme rdr: ;
  skos:hiddenLabel "Automatización doméstica"@es, "Domotique"@fr, "Home automation"@en ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q848436> .

<http://data.loterre.fr/ark:/67375/RDR/ACTI>
  skos:prefLabel "Activity"@en, "Activité"@fr ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member rdr:-HWHCC0ST-C .

