GRC Schema

thesaurus.schema.json

A thesaurus of semantic relations between terms, expressed as SKOS-style links. Where the dictionary records what a term is and the glossary records what an authority means by it, the thesaurus records how terms relate to each other: broader, narrower, related, and exact-match concepts.

type · thingOpen Controls vocabularystatus · publishedv1
{
  "Thesaurus": {
    "@type": "Thesaurus",
    "schemaVersion": 1,
    "thesaurusName": "String",
    "thesaurusEntries": [
      {
        "thesaurusEntries(item)": {
          "@type": "ThesaurusEntries(item)",
          "term": "String",
          "partOfSpeech": "String",
          "relations": [
            {
              "relations(item)": {
                "@type": "Relations(item)",
                "predicate": "String",
                "relatedTerm": "String",
                "literalValue": "String",
                "confidenceScore": "Decimal"
              }
            }
          ]
        }
      }
    ]
  }
}