@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_WN ns1:subGroup ns0:G_WW . ns0:G_WW ns1:superGroup ns0:G_WN ; a ns1:ConceptGroup, owl:NamedIndividual, skos:Collection ; skos:inScheme ns2:gacs-core ; skos:member ns0:C12911, ns0:C13424, ns0:C14789, ns0:C18545, ns0:C20165, ns0:C20477, ns0:C22379, ns0:C23426, ns0:C26398, ns0:C30422, ns0:C4055 ; skos:notation "WW" ; skos:prefLabel "tourism"@en, "turismo"@es, "turismo"@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_WN
    ns1:subGroup ns0:G_WW .

ns0:G_WW
    ns1:superGroup ns0:G_WN ;
    a ns1:ConceptGroup, owl:NamedIndividual, skos:Collection ;
    skos:inScheme ns2:gacs-core ;
    skos:member ns0:C12911, ns0:C13424, ns0:C14789, ns0:C18545, ns0:C20165, ns0:C20477, ns0:C22379, ns0:C23426, ns0:C26398, ns0:C30422, ns0:C4055 ;
    skos:notation "WW" ;
    skos:prefLabel "tourism"@en, "turismo"@es, "turismo"@pt .