@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_FD ns1:subGroup ns0:G_FG . ns0:G_FG ns1:superGroup ns0:G_FD ; a ns1:ConceptGroup, owl:NamedIndividual, skos:Collection ; skos:inScheme ns2:gacs-core ; skos:member ns0:C10792, ns0:C11122, ns0:C12036, ns0:C12475, ns0:C13266, ns0:C13860, ns0:C15083, ns0:C15147, ns0:C17512, ns0:C19637, ns0:C21354, ns0:C6187, ns0:C9054 ; skos:notation "FG" ; skos:prefLabel "física por disciplina"@es, "física por disciplina"@pt, "physics by discipline"@en .
@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_FD
    ns1:subGroup ns0:G_FG .

ns0:G_FG
    ns1:superGroup ns0:G_FD ;
    a ns1:ConceptGroup, owl:NamedIndividual, skos:Collection ;
    skos:inScheme ns2:gacs-core ;
    skos:member ns0:C10792, ns0:C11122, ns0:C12036, ns0:C12475, ns0:C13266, ns0:C13860, ns0:C15083, ns0:C15147, ns0:C17512, ns0:C19637, ns0:C21354, ns0:C6187, ns0:C9054 ;
    skos:notation "FG" ;
    skos:prefLabel "física por disciplina"@es, "física por disciplina"@pt, "physics by discipline"@en .