@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/OBJM>
  skos:prefLabel "Concepto matemático"@es, "Concept mathématique"@fr, "Mathematical concept"@en ;
  a isothes:ConceptGroup ;
  skos:member bjw:-L9J00X68-X .

bjw:-L9J00X68-X
  skos:inScheme bjw: ;
  skos:prefLabel "esplín"@es, "spline"@fr, "spline"@en ;
  inist:semCategory "Mathematical concept"@en, "Concepto matemático"@es, "Concept mathématique"@fr ;
  skos:hiddenLabel "Esplín"@es, "Spline"@fr, "Spline"@en ;
  a skos:Concept .

bjw: a skos:ConceptScheme .
