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

<https://w3id.org/spaces/metabolomics/r/metabolomics-type-vocabulary> a <http://www.w3.org/2008/05/skos#ConceptScheme>,
    <https://w3id.org/kpxl/gen/terms/MaintainedResource>;
  dct:description "SKOS concept scheme for metabolomics types.";
  rdfs:label "Metabolomics Type Vocabulary";
  <https://w3id.org/kpxl/gen/terms/hasNamespace> <https://w3id.org/spaces/metabolomics/r/metabolomics-type-vocabulary/>;
  <https://w3id.org/kpxl/gen/terms/isMaintainedBy> <https://w3id.org/spaces/metabolomics> .

<https://example.org/M4M.44.T.7/UserStoryVocabulary> a <http://www.w3.org/2008/05/skos#ConceptScheme>,
    <https://w3id.org/kpxl/gen/terms/MaintainedResource>;
  dct:description "This is a user story vocabulary for demo purposes.";
  rdfs:label "User Story Vocabulary";
  <https://w3id.org/kpxl/gen/terms/hasNamespace> <https://example.org/M4M.44.T.7/UserStoryVocabulary/>;
  <https://w3id.org/kpxl/gen/terms/isMaintainedBy> <https://w3id.org/fair/3pff/M4M.44.T.7> .

<http://example.org/Incubator-test/TestScheme> a <http://www.w3.org/2008/05/skos#ConceptScheme>,
    <https://w3id.org/kpxl/gen/terms/MaintainedResource>;
  dct:description "just for testing.";
  rdfs:label "Test SKOS Scheme";
  <https://w3id.org/kpxl/gen/terms/hasNamespace> <http://example.org/Incubator-test/>;
  <https://w3id.org/kpxl/gen/terms/isMaintainedBy> <https://w3id.org/spaces/knowledgepixels/incubator> .

<http://example.org/TestSkosVocabulary/TestSkosConceptScheme> a <http://www.w3.org/2008/05/skos#ConceptScheme>,
    <https://w3id.org/kpxl/gen/terms/MaintainedResource>;
  dct:description "This is an example of a SKOS concept scheme for testing purposes.";
  rdfs:label "Test SKOS concept scheme";
  <https://w3id.org/kpxl/gen/terms/hasNamespace> <http://example.org/TestSkosVocabulary/>;
  <https://w3id.org/kpxl/gen/terms/isMaintainedBy> <https://w3id.org/spaces/test/group> .
