@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-GENE ns1:superGroup ns0:BLH-SVIV . ns0:BLH-SVIV ns1:subGroup ns0:BLH-GENE ; ns1:superGroup ns0:BLH-SemCategoryGroup ; a owl:NamedIndividual, skos:Collection ; skos:inScheme ns0:BLH ; skos:prefLabel "Structure du vivant"@fr, "Structure of living being"@en . ns0:BLH-SemCategoryGroup ns1:subGroup ns0:BLH-SVIV .
@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-GENE
    ns1:superGroup ns0:BLH-SVIV .

ns0:BLH-SVIV
    ns1:subGroup ns0:BLH-GENE ;
    ns1:superGroup ns0:BLH-SemCategoryGroup ;
    a owl:NamedIndividual, skos:Collection ;
    skos:inScheme ns0:BLH ;
    skos:prefLabel "Structure du vivant"@fr, "Structure of living being"@en .

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