@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_mathématique
  skos:prefLabel "Concept mathématique"@fr, "Mathematical concept"@en ;
  a isothes:ConceptGroup ;
  skos:member p21:-LK1TMP8B-2 .

p21:-LK1TMP8B-2
  skos:exactMatch <http://dbpedia.org/resource/Division_(mathematics)> ;
  skos:definition "La division est une opération mathématique qui, à deux nombres a et b, associe un troisième nombre (loi de composition interne), appelé quotient ou rapport (Source : DBpedia)"@fr ;
  skos:hiddenLabel "Division"@fr, "Division"@en ;
  inist:semCategory "Mathematical concept"@en, "Concept mathématique"@fr ;
  skos:inScheme p21: ;
  a skos:Concept ;
  skos:prefLabel "division"@fr, "division"@en .

p21: a skos:ConceptScheme .
