@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 dc: <http://purl.org/dc/elements/1.1/> . @prefix ns0: <http://dublincore.org/usage/terms/history/#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . dct:hasVersion dct:hasVersion ns0:hasVersion-003 ; dct:issued "2000-07-11"^^<http://www.w3.org/2001/XMLSchema#date> ; dct:modified "2008-01-14"^^<http://www.w3.org/2001/XMLSchema#date> ; a owl:AnnotationProperty, owl:NamedIndividual, owl:ObjectProperty ; rdfs:comment "A related resource that is a version, edition, or adaptation of the described resource."@en ; rdfs:isDefinedBy <http://purl.org/dc/terms/> ; rdfs:label "Has Version"@en ; rdfs:subPropertyOf dc:relation, dct:relation ; skos:note "This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/). As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration."@en .
@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 dc: <http://purl.org/dc/elements/1.1/> .
@prefix ns0: <http://dublincore.org/usage/terms/history/#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

dct:hasVersion
    dct:hasVersion ns0:hasVersion-003 ;
    dct:issued "2000-07-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    dct:modified "2008-01-14"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a owl:AnnotationProperty, owl:NamedIndividual, owl:ObjectProperty ;
    rdfs:comment "A related resource that is a version, edition, or adaptation of the described resource."@en ;
    rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
    rdfs:label "Has Version"@en ;
    rdfs:subPropertyOf dc:relation, dct:relation ;
    skos:note "This term is intended to be used with non-literal values as defined in the DCMI Abstract Model (http://dublincore.org/documents/abstract-model/).  As of December 2007, the DCMI Usage Board is seeking a way to express this intention with a formal range declaration."@en .