@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_LC ns1:subGroup ns0:G_LU . ns0:G_LU ns1:superGroup ns0:G_LC ; a ns1:ConceptGroup, owl:NamedIndividual, skos:Collection ; skos:inScheme ns2:gacs-core ; skos:member ns0:C10659, ns0:C16667, ns0:C17199, ns0:C29613, ns0:C31182, ns0:C339, ns0:C6981, ns0:C8106, ns0:C963 ; skos:notation "LU" ; skos:prefLabel "evolución"@es, "evolution"@en, "evolução"@pt .
@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_LC
    ns1:subGroup ns0:G_LU .

ns0:G_LU
    ns1:superGroup ns0:G_LC ;
    a ns1:ConceptGroup, owl:NamedIndividual, skos:Collection ;
    skos:inScheme ns2:gacs-core ;
    skos:member ns0:C10659, ns0:C16667, ns0:C17199, ns0:C29613, ns0:C31182, ns0:C339, ns0:C6981, ns0:C8106, ns0:C963 ;
    skos:notation "LU" ;
    skos:prefLabel "evolución"@es, "evolution"@en, "evolução"@pt .