OBJECT

SemanticReference

A reference to a concrete semantic, like to a concrete term in a taxonomy like eClass.

link GraphQL Schema definition

  • type SemanticReference {
  • # Unique knowledge base identifier (automatically generated).
  • id: ID!
  • # Uri used to reference the semantic.
  • sourceUri: String!
  • # Label, e.g. semantic identifier, of the semantic or term referenced.
  • label: String
  • # Language code of the label.
  • labelLanguageCode: String
  • # Original description of external semantic.
  • description: String
  • # Language code of the description following xml:lang
  • # (https://www.rfc-editor.org/rfc/bcp/bcp47.txt).
  • descriptionLanguageCode: String
  • }