@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <https://jsonapi.org/format/1.1/#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

dcterms:hasVersion a rdf:Property ;
    rdfs:label "Has Version"@en,
        "Has version"@en ;
    dcterms:description "Changes in version imply substantive changes in content rather than differences in format. This property is intended to be used with non-literal values. This property is an inverse property of Is Version Of."@en ;
    dcterms:issued "2000-07-11"^^xsd:date ;
    rdfs:comment "A related resource that is a version, edition, or adaptation of the described resource."@en ;
    rdfs:isDefinedBy dcterms: ;
    rdfs:subPropertyOf dc:relation,
        dcterms:relation ;
    ns1:document-member-names "hasVersion"@en .