@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://id.agrisemantics.org/gacs/> . @prefix ns1: <http://purl.org/iso25964/skos-thes#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix ns2: <http://id.agrisemantics.org/> . ns0:G_LC ns1:subGroup ns0:G_LE . ns0:G_LE ns1:superGroup ns0:G_LC ; a ns1:ConceptGroup, owl:NamedIndividual, skos:Collection ; skos:inScheme ns2:gacs-core ; skos:member ns0:C10404, ns0:C10879, ns0:C12358, ns0:C12680, ns0:C13073, ns0:C13299, ns0:C16410, ns0:C18015, ns0:C2256, ns0:C26801, ns0:C27436, ns0:C29040, ns0:C3195, ns0:C3463 ; skos:notation "LE" ; skos:prefLabel "microbiologia"@pt, "microbiology"@en, "microbiologĂ­a"@es .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://id.agrisemantics.org/gacs/> .
@prefix ns1: <http://purl.org/iso25964/skos-thes#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns2: <http://id.agrisemantics.org/> .

ns0:G_LC
    ns1:subGroup ns0:G_LE .

ns0:G_LE
    ns1:superGroup ns0:G_LC ;
    a ns1:ConceptGroup, owl:NamedIndividual, skos:Collection ;
    skos:inScheme ns2:gacs-core ;
    skos:member ns0:C10404, ns0:C10879, ns0:C12358, ns0:C12680, ns0:C13073, ns0:C13299, ns0:C16410, ns0:C18015, ns0:C2256, ns0:C26801, ns0:C27436, ns0:C29040, ns0:C3195, ns0:C3463 ;
    skos:notation "LE" ;
    skos:prefLabel "microbiologia"@pt, "microbiology"@en, "microbiologĂ­a"@es .