@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://data.loterre.fr/ark:/67375/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix ns1: <http://purl.org/iso25964/skos-thes#> . ns0:BLH-CSPA ns1:superGroup ns0:BLH-ESPA . ns0:BLH-ENVI ns1:superGroup ns0:BLH-ESPA . ns0:BLH-ESPA ns1:subGroup ns0:BLH-CSPA, ns0:BLH-ENVI, ns0:BLH-TOPO ; ns1:superGroup ns0:BLH-SemCategoryGroup ; a owl:NamedIndividual, skos:Collection ; skos:inScheme ns0:BLH ; skos:prefLabel "Espace"@fr, "Space"@en . ns0:BLH-SemCategoryGroup ns1:subGroup ns0:BLH-ESPA . ns0:BLH-TOPO ns1:superGroup ns0:BLH-ESPA .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://data.loterre.fr/ark:/67375/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns1: <http://purl.org/iso25964/skos-thes#> .

ns0:BLH-CSPA
    ns1:superGroup ns0:BLH-ESPA .

ns0:BLH-ENVI
    ns1:superGroup ns0:BLH-ESPA .

ns0:BLH-ESPA
    ns1:subGroup ns0:BLH-CSPA, ns0:BLH-ENVI, ns0:BLH-TOPO ;
    ns1:superGroup ns0:BLH-SemCategoryGroup ;
    a owl:NamedIndividual, skos:Collection ;
    skos:inScheme ns0:BLH ;
    skos:prefLabel "Espace"@fr, "Space"@en .

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

ns0:BLH-TOPO
    ns1:superGroup ns0:BLH-ESPA .