@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:isVersionOf a rdf:Property ;
rdfs:label "Is Version Of"@en,
"Is version of"@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 Has Version."@en ;
dcterms:issued "2000-07-11"^^xsd:date ;
rdfs:comment "A related resource of which the described resource is a version, edition, or adaptation."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:subPropertyOf dc:relation,
dcterms:relation ;
ns1:document-member-names "isVersionOf"@en .