@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.agls.gov.au/agls/terms/> . @prefix ns1: <http://purl.org/dc/dcam/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix dct: <http://purl.org/dc/terms/> . ns0:AGIFT dct:issued "2002-04-18" ; dct:modified "2009-02-02" ; a ns1:VocabularyEncodingScheme, ns0:FunctionClass, owl:NamedIndividual ; rdfs:comment "The set of function types specified by the National Archives of Australia."@en-au ; rdfs:isDefinedBy <http://www.agls.gov.au/agls/terms/> ; rdfs:label "Australian Governments' Interactive Functions Thesaurus"@en-au ; rdfs:seeAlso <http://www.naa.gov.au/agift/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.agls.gov.au/agls/terms/> .
@prefix ns1: <http://purl.org/dc/dcam/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

ns0:AGIFT
    dct:issued "2002-04-18" ;
    dct:modified "2009-02-02" ;
    a ns1:VocabularyEncodingScheme, ns0:FunctionClass, owl:NamedIndividual ;
    rdfs:comment "The set of function types specified by the National Archives of Australia."@en-au ;
    rdfs:isDefinedBy <http://www.agls.gov.au/agls/terms/> ;
    rdfs:label "Australian Governments' Interactive Functions Thesaurus"@en-au ;
    rdfs:seeAlso <http://www.naa.gov.au/agift/> .