@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns0: <http://www.ietf.org/rfc/> . dct:RFC3066 dct:description "RFC 3066 has been obsoleted by RFC 4646."@en ; dct:issued "2002-07-13"^^<http://www.w3.org/2001/XMLSchema#date> ; a rdfs:Datatype, owl:NamedIndividual ; rdfs:comment "The set of tags constructed according to RFC 3066 for the identification of languages."@en ; rdfs:isDefinedBy <http://purl.org/dc/terms/> ; rdfs:label "RFC 3066"@en ; rdfs:seeAlso <http://www.ietf.org/rfc/rfc3066.txt> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns0: <http://www.ietf.org/rfc/> .

dct:RFC3066
    dct:description "RFC 3066 has been obsoleted by RFC 4646."@en ;
    dct:issued "2002-07-13"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a rdfs:Datatype, owl:NamedIndividual ;
    rdfs:comment "The set of tags constructed according to RFC 3066 for the identification of languages."@en ;
    rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
    rdfs:label "RFC 3066"@en ;
    rdfs:seeAlso <http://www.ietf.org/rfc/rfc3066.txt> .