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

:QNGE-V02H a skos:Concept;
           schema:memberOf :PY38-5KQZ;
           skos:inScheme :scheme;
           skos:prefLabel "metadata only access"@en;
           skos:changeNote [
    rdfs:comment "initial version"@en;
    dct:created "2019-09-08T15:38:12+02:00";
    dct:creator "Rastislav Hudak"
];
           skos:definition "Metadata only access refers to a resource in which access is limited to metadata only. The resource itself is described by the metadata, but neither is directly available through the system or platform nor can be referenced to an open access copy in an external journal or trustworthy archive."@en;
           skos:exactMatch <http://purl.org/coar/access_right/c_14cb>;
           skos:relatedMatch <http://purl.org/eprint/accessRights/ClosedAccess>.
