@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_JA ns1:subGroup ns0:G_JP . ns0:G_JP ns1:superGroup ns0:G_JA ; a ns1:ConceptGroup, owl:NamedIndividual, skos:Collection ; skos:inScheme ns2:gacs-core ; skos:member ns0:C12514, ns0:C12897, ns0:C14593, ns0:C16816, ns0:C19557, ns0:C24289, ns0:C26836 ; skos:notation "JP" ; skos:prefLabel "oceanografia"@pt, "oceanography"@en, "oceanologí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_JA
    ns1:subGroup ns0:G_JP .

ns0:G_JP
    ns1:superGroup ns0:G_JA ;
    a ns1:ConceptGroup, owl:NamedIndividual, skos:Collection ;
    skos:inScheme ns2:gacs-core ;
    skos:member ns0:C12514, ns0:C12897, ns0:C14593, ns0:C16816, ns0:C19557, ns0:C24289, ns0:C26836 ;
    skos:notation "JP" ;
    skos:prefLabel "oceanografia"@pt, "oceanography"@en, "oceanología"@es .