@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<https://w3id.org/spaces/knowledgepixels/incubator/project1/r/TestVocabulary> a <http://www.w3.org/2008/05/skos#ConceptScheme>,
    <https://w3id.org/kpxl/gen/terms/MaintainedResource>;
  dct:description "vocabulary for testing within this project";
  rdfs:label "Test Vocabulary";
  <https://w3id.org/kpxl/gen/terms/isMaintainedBy> <https://w3id.org/spaces/knowledgepixels/incubator/project1> .
