@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://id.agrisemantics.org/gacs/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix ns1: <http://purl.org/iso25964/skos-thes#> . @prefix ns2: <http://id.agrisemantics.org/> . ns0:G_FA ns1:subGroup ns0:G_FD, ns0:G_GA ; a ns1:ConceptGroup, owl:NamedIndividual, skos:Collection ; skos:inScheme ns2:gacs-core ; skos:notation "FA" ; skos:prefLabel "CIENCIAS FÍSICAS"@es, "CIÊNCIAS FÍSICAS"@pt, "PHYSICAL SCIENCES"@en . ns0:G_FD ns1:superGroup ns0:G_FA . ns0:G_GA ns1:superGroup ns0:G_FA .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://id.agrisemantics.org/gacs/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <http://purl.org/iso25964/skos-thes#> .
@prefix ns2: <http://id.agrisemantics.org/> .

ns0:G_FA
    ns1:subGroup ns0:G_FD, ns0:G_GA ;
    a ns1:ConceptGroup, owl:NamedIndividual, skos:Collection ;
    skos:inScheme ns2:gacs-core ;
    skos:notation "FA" ;
    skos:prefLabel "CIENCIAS FÍSICAS"@es, "CIÊNCIAS FÍSICAS"@pt, "PHYSICAL SCIENCES"@en .

ns0:G_FD
    ns1:superGroup ns0:G_FA .

ns0:G_GA
    ns1:superGroup ns0:G_FA .