Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


//created root concept
<http://test/rootConcept> rdf:type skos:Concept .
<http://test/rootConcept> skos:inScheme <http://test> .
<http://test/rootConcept> skos:topConceptOf <http://test> .
<http://test/rootConcept> vb:hasStatus "Proposed" .
<http://test/rootConcept> dct:created "2016-06-24T14:53:49Z"^^xsd:dateTime .
//when the concept has been modified (e.g. by adding the definition, or with other info)
<http://test/rootConcept> dct:modified "2016-06-24T16:54:51Z"^^xsd:dateTime .
// pointers from the concept to its definition and pref label
//when the concept has been modified (e.g. by adding the definition, or with other info)
<http://test/rootConcept> dct:modified "2016-06-24T16:54:51Z"^^xsd:dateTime .

// xLabel for the concept

...