@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://purl.org/iso25964/skos-thes#> . @prefix uneskos: <http://purl.org/umu/uneskos#> . ns0:BLH-GEO ns1:superGroup ns0:BLH-MDI ; a owl:NamedIndividual, skos:Collection ; rdfs:comment "Nombre de membres : 2"@fr, "Number of members: 2"@en ; skos:inScheme ns0:BLH ; skos:member ns0:BLH-QHK1C7Q3-Q, ns0:BLH-XNDSV5WV-7 ; skos:prefLabel "Geography"@en, "GĂ©ographie"@fr . ns0:BLH-MDI ns1:subGroup ns0:BLH-GEO . ns0:BLH-QHK1C7Q3-Q uneskos:memberOf ns0:BLH-GEO . ns0:BLH-XNDSV5WV-7 uneskos:memberOf ns0:BLH-GEO .
@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://purl.org/iso25964/skos-thes#> .
@prefix uneskos: <http://purl.org/umu/uneskos#> .

ns0:BLH-GEO
    ns1:superGroup ns0:BLH-MDI ;
    a owl:NamedIndividual, skos:Collection ;
    rdfs:comment "Nombre de membres : 2"@fr, "Number of members: 2"@en ;
    skos:inScheme ns0:BLH ;
    skos:member ns0:BLH-QHK1C7Q3-Q, ns0:BLH-XNDSV5WV-7 ;
    skos:prefLabel "Geography"@en, "GĂ©ographie"@fr .

ns0:BLH-MDI
    ns1:subGroup ns0:BLH-GEO .

ns0:BLH-QHK1C7Q3-Q
    uneskos:memberOf ns0:BLH-GEO .

ns0:BLH-XNDSV5WV-7
    uneskos:memberOf ns0:BLH-GEO .