TU Dresden · JSON Structure

Tu Dresden Entity Structure

JSON Structure for a SLUB Dresden LOD API entity record.

Type: object Properties: 7 Required: 2
EducationHigher EducationUniversityResearchOpen DataLibraryGermany

SlubLodEntity is a JSON Structure definition published by TU Dresden, describing 7 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id type preferredName alternateName description additionalType sameAs

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://data.slub-dresden.de/structure/entity.json",
  "name": "SlubLodEntity",
  "type": "object",
  "description": "JSON Structure for a SLUB Dresden LOD API entity record.",
  "properties": {
    "id": {
      "type": "string",
      "description": "The identifier of the record (GND/SWB/Wikidata id)."
    },
    "type": {
      "type": "string",
      "description": "schema.org type of the entity."
    },
    "preferredName": {
      "type": "string",
      "description": "The preferred authoritative name."
    },
    "alternateName": {
      "type": "array",
      "items": { "type": "string" },
      "description": "Alternate names / variant labels."
    },
    "description": {
      "type": "string",
      "description": "Short description of the entity."
    },
    "additionalType": {
      "type": "array",
      "items": {
        "type": "object",
        "name": "AdditionalType",
        "properties": {
          "name": { "type": "string" },
          "description": { "type": "string" }
        }
      },
      "description": "Further typing of the entity."
    },
    "sameAs": {
      "type": "array",
      "items": { "type": "string" },
      "description": "Authority-provider identifier links (gnd, wd, viaf, isni, lc, orcid, swb, filmportal.de)."
    }
  },
  "required": ["id", "preferredName"]
}