@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://data.loterre.fr/ark:/67375/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix ns1: <http://purl.org/iso25964/skos-thes#> . ns0:BLH-CJUR ns1:superGroup ns0:BLH-IDEE . ns0:BLH-CLAS ns1:superGroup ns0:BLH-IDEE . ns0:BLH-DISC ns1:superGroup ns0:BLH-IDEE . ns0:BLH-IDEE ns1:subGroup ns0:BLH-CJUR, ns0:BLH-CLAS, ns0:BLH-DISC ; ns1:superGroup ns0:BLH-SemCategoryGroup ; a owl:NamedIndividual, skos:Collection ; skos:inScheme ns0:BLH ; skos:prefLabel "Idea / Abstraction"@en, "Idée / Abstraction"@fr . ns0:BLH-SemCategoryGroup ns1:subGroup ns0:BLH-IDEE .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://data.loterre.fr/ark:/67375/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <http://purl.org/iso25964/skos-thes#> .

ns0:BLH-CJUR
    ns1:superGroup ns0:BLH-IDEE .

ns0:BLH-CLAS
    ns1:superGroup ns0:BLH-IDEE .

ns0:BLH-DISC
    ns1:superGroup ns0:BLH-IDEE .

ns0:BLH-IDEE
    ns1:subGroup ns0:BLH-CJUR, ns0:BLH-CLAS, ns0:BLH-DISC ;
    ns1:superGroup ns0:BLH-SemCategoryGroup ;
    a owl:NamedIndividual, skos:Collection ;
    skos:inScheme ns0:BLH ;
    skos:prefLabel "Idea / Abstraction"@en, "Idée / Abstraction"@fr .

ns0:BLH-SemCategoryGroup
    ns1:subGroup ns0:BLH-IDEE .