@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_LG . ns0:G_LG ns1:superGroup ns0:G_LC ; a ns1:ConceptGroup, owl:NamedIndividual, skos:Collection ; skos:inScheme ns2:gacs-core ; skos:member ns0:C11200, ns0:C1944, ns0:C25563, ns0:C25833, ns0:C25987, ns0:C4761, ns0:C4794, ns0:C6342, ns0:C96, ns0:C9927 ; skos:notation "LG" ; skos:prefLabel "botany"@en, "botánica"@es, "botânica"@pt .
@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_LG .

ns0:G_LG
    ns1:superGroup ns0:G_LC ;
    a ns1:ConceptGroup, owl:NamedIndividual, skos:Collection ;
    skos:inScheme ns2:gacs-core ;
    skos:member ns0:C11200, ns0:C1944, ns0:C25563, ns0:C25833, ns0:C25987, ns0:C4761, ns0:C4794, ns0:C6342, ns0:C96, ns0:C9927 ;
    skos:notation "LG" ;
    skos:prefLabel "botany"@en, "botánica"@es, "botânica"@pt .