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

<http://data.loterre.fr/ark:/67375/BJW/DISC>
  skos:prefLabel "Disciplina"@es, "Discipline"@en, "Discipline"@fr ;
  a isothes:ConceptGroup ;
  skos:member bjw:-CBJWQK3P-L .

bjw: a skos:ConceptScheme .
bjw:-CBJWQK3P-L
  skos:hiddenLabel "Vision ordinateur"@fr, "Computer vision"@en, "Visión ordenador"@es ;
  skos:prefLabel "vision par ordinateur"@fr, "computer vision"@en, "visión por ordenador"@es ;
  a skos:Concept ;
  inist:semCategory "Disciplina"@es, "Discipline"@fr, "Discipline"@en ;
  skos:inScheme bjw: .

