@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#>.

:PHXV-R6B3 a skos:Concept;
           schema:memberOf :8ZRA-4HDK;
           skos:inScheme :scheme;
           skos:prefLabel "accepted manuscript"@en;
           skos:changeNote [
    rdfs:comment "initial version"@en;
    dct:created "2019-09-08T15:18:54+02:00";
    dct:creator "Rastislav Hudak"
];
           skos:definition "The version of a resource that has been accepted for publication. A second party takes permanent responsibility for the resource. Content and layout follow publisher’s submission requirements."@en;
           skos:exactMatch <http://purl.org/coar/version/c_ab4af688f83e57aa>;
           skos:exactMatch <http://purl.org/info:eu-repo/semantics/acceptedVersion>;
           skos:notation "AM"^^<>.
