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

:QT7P-HNZB a skos:Concept;
           skos:inScheme :scheme;
           skos:prefLabel "test"@en;
           skos:changeNote [
    rdfs:comment "initial version"@en;
    dct:created "2019-03-14T13:42:19+01:00";
    dct:creator "Anna Bellotto"
];
           skos:changeNote [
    dct:creator "Anna Bellotto";
    dct:modified "2019-03-14T15:49:45+01:00"
];
           skos:changeNote [
    dct:creator "Anna Bellotto";
    dct:modified "2019-05-14T15:21:12+02:00"
];
           skos:changeNote [
    rdfs:comment "Just for auto-sync testing"@en;
    dct:creator "Janos Bekesi";
    dct:modified "2020-03-06T20:04:39+01:00"
];
           skos:definition "Social, cultural groups, the members of which are held to be descended from a common ancestor, composed of numerous families, clans, or villages. They typically occupy a specific geographic territory, possess cultural, religious, and linguistic homogeneity, and are united politically under one head or chief."@en;
           skos:editorialNote "Definition from Getty AAT."@en;
           skos:changeNote [
    dct:creator "Rastislav Hudak";
    dct:modified "2021-12-01T11:58:55+01:00"
].
