@prefix : <https://pid.phaidra.org/vocabulary/>.
@prefix dct: <http://purl.org/dc/terms/>.
@prefix foaf: <http://xmlns.com/foaf/spec/>.
@prefix iqvoc: <http://try.iqvoc.net/schema#>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix schema: <https://pid.phaidra.org/vocabulary/schema#>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix void: <http://rdfs.org/ns/void#>.

:MT1G-APSB a skos:Concept;
           schema:memberOf :8ZRA-4HDK;
           skos:inScheme :scheme;
           skos:prefLabel "corrected version of record"@en;
           skos:changeNote [
    rdfs:comment "initial version"@en;
    dct:created "2019-09-08T15:26:48+02:00";
    dct:creator "Rastislav Hudak"
];
           skos:definition "A version of the Version of Record of a resource in which errors in the VoR have been corrected. The errors may be author errors, publisher errors, or other processing errors."@en;
           skos:exactMatch <http://purl.org/coar/version/c_e19f295774971610>;
           skos:exactMatch <http://purl.org/info:eu-repo/semantics/updatedVersion>;
           skos:notation "CVoR"^^<>.
