@prefix : <https://vocab.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://vocab.phaidra.org/vocabulary/schema#>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix void: <http://rdfs.org/ns/void#>.

:CEET-8C4S a skos:Concept;
           schema:memberOf :NB34-DPJR;
           skos:inScheme :scheme;
           skos:prefLabel "cover"@en;
           skos:prefLabel "Abdeckung"@de;
           skos:changeNote [
    rdfs:comment "initial version"@en;
    dct:created "2019-10-29T09:44:20+01:00";
    dct:creator "Anna Bellotto"
];
           skos:definition "Article that overlies another article with the effect of protecting, enclosing, decorating, or hiding it, especially that designed to have this function."@en;
           skos:editorialNote "Adapted definition from Getty AAT."@en;
           skos:exactMatch <http://vocab.getty.edu/aat/300246275>.
