@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_FJ . ns0:G_FJ ns1:superGroup ns0:G_FD ; a ns1:ConceptGroup, owl:NamedIndividual, skos:Collection ; skos:inScheme ns2:gacs-core ; skos:member ns0:C13753, ns0:C14670, ns0:C15364, ns0:C17032, ns0:C23864, ns0:C23987, ns0:C26142, ns0:C31566, ns0:C6682, ns0:C9639 ; skos:notation "FJ" ; skos:prefLabel "estados físicos"@es, "estados físicos"@pt, "physical states"@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_FJ .

ns0:G_FJ
    ns1:superGroup ns0:G_FD ;
    a ns1:ConceptGroup, owl:NamedIndividual, skos:Collection ;
    skos:inScheme ns2:gacs-core ;
    skos:member ns0:C13753, ns0:C14670, ns0:C15364, ns0:C17032, ns0:C23864, ns0:C23987, ns0:C26142, ns0:C31566, ns0:C6682, ns0:C9639 ;
    skos:notation "FJ" ;
    skos:prefLabel "estados físicos"@es, "estados físicos"@pt, "physical states"@en .