@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<http://example.org/Incubator-test/ConceptB> a <http://www.w3.org/2004/02/skos/core#Concept>;
  <http://www.w3.org/2004/02/skos/core#broader> <http://example.org/Incubator-test/ConceptA>;
  <http://www.w3.org/2004/02/skos/core#definition> "testing";
  <http://www.w3.org/2004/02/skos/core#inScheme> <http://example.org/Incubator-test/TestScheme>;
  <http://www.w3.org/2004/02/skos/core#prefLabel> "Concept B" .
