{
  "id": "http://w3id.org/openeduhub/vocabs/contentTypes/ai_prompt",
  "type": "Concept",
  "prefLabel": {
    "de": "KI-Prompt",
    "en": "AI prompt"
  },
  "definition": {
    "de": "Ein KI-Prompt ist eine Arbeitsanweisung (Eingabeaufforderung), die generative KI-Systeme (z.B. ChatGPT, Midjourney) anleitet, spezifische Inhalte für Lernzwecke zu generieren, kreative Aufgaben, analytische und adaptive Funktionen zu übernehmen. Bildungs-Prompts können in der Wissensvermittlung, der Verbesserung von Metadaten sowie für Übungen oder kreative Aufgaben eingesetzt werden.",
    "en": "An AI prompt is a work instruction (input prompt) that guides generative AI systems (e.g., ChatGPT, Midjourney) to generate specific content for learning purposes, perform creative tasks, and take on analytical and adaptive functions. Educational prompts can be used in knowledge transfer, metadata improvement, exercises, and creative tasks."
  },
  "relatedMatch": [
    {
      "id": "https://d-nb.info/gnd/1322633797"
    }
  ],
  "exactMatch": [
    {
      "id": "http://www.wikidata.org/entity/Q117217619"
    }
  ],
  "inScheme": [
    {
      "id": "http://w3id.org/openeduhub/vocabs/contentTypes/",
      "title": {
        "de": "Inhaltearten",
        "en": "Content types"
      }
    }
  ],
  "inSchemeAll": [
    {
      "id": "http://w3id.org/openeduhub/vocabs/contentTypes/"
    }
  ],
  "topConceptOf": [
    {
      "id": "http://w3id.org/openeduhub/vocabs/contentTypes/",
      "title": {
        "de": "Inhaltearten",
        "en": "Content types"
      }
    }
  ],
  "iconName": "chat",
  "@context": {
    "@version": 1.1,
    "id": "@id",
    "type": "@type",
    "@vocab": "http://www.w3.org/2004/02/skos/core#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dct": "http://purl.org/dc/terms/",
    "dc": "http://purl.org/dc/elements/1.1/",
    "oeh": "http://w3id.org/openeduhub/vocab#",
    "schema": "https://schema.org/",
    "vann": "http://purl.org/vocab/vann/",
    "ldp": "http://www.w3.org/ns/ldp#",
    "owl": "http://www.w3.org/2002/07/owl#",
    "title": {
      "@id": "dct:title",
      "@container": "@language"
    },
    "dc:title": {
      "@id": "dc:title",
      "@container": "@language"
    },
    "dc:description": {
      "@id": "dc:description",
      "@container": "@language"
    },
    "description": {
      "@id": "dct:description",
      "@container": "@language"
    },
    "license": {
      "@id": "dct:license",
      "@container": "@language"
    },
    "issued": {
      "@id": "dct:issued",
      "@type": "xsd:date"
    },
    "created": {
      "@id": "dct:created",
      "@type": "xsd:date"
    },
    "modified": {
      "@id": "dct:modified",
      "@type": "xsd:date"
    },
    "creator": "dct:creator",
    "publisher": "dct:publisher",
    "preferredNamespacePrefix": "vann:preferredNamespacePrefix",
    "preferredNamespaceUri": "vann:preferredNamespaceUri",
    "isBasedOn": "schema:isBasedOn",
    "source": "dct:source",
    "prefLabel": {
      "@container": "@language"
    },
    "altLabel": {
      "@container": [
        "@language",
        "@set"
      ]
    },
    "hiddenLabel": {
      "@container": [
        "@language",
        "@set"
      ]
    },
    "definition": {
      "@container": "@language"
    },
    "note": {
      "@container": [
        "@language",
        "@set"
      ]
    },
    "changeNote": {
      "@container": [
        "@language",
        "@set"
      ]
    },
    "editorialNote": {
      "@container": [
        "@language",
        "@set"
      ]
    },
    "historyNote": {
      "@container": [
        "@language",
        "@set"
      ]
    },
    "scopeNote": {
      "@container": [
        "@language",
        "@set"
      ]
    },
    "notation": {
      "@container": "@set"
    },
    "example": {
      "@container": "@language"
    },
    "narrower": {
      "@container": "@set"
    },
    "related": {
      "@container": "@set"
    },
    "relatedMatch": {
      "@container": "@set"
    },
    "narrowerTransitive": {
      "@container": "@set"
    },
    "broaderTransitive": {
      "@container": "@set"
    },
    "broadMatch": {
      "@container": "@set"
    },
    "narrowMatch": {
      "@container": "@set"
    },
    "closeMatch": {
      "@container": "@set"
    },
    "exactMatch": {
      "@container": "@set"
    },
    "hasTopConcept": {
      "@container": "@set"
    },
    "inScheme": {
      "@container": "@set"
    },
    "topConceptOf": {
      "@container": "@set"
    },
    "deprecated": {
      "@id": "owl:deprecated",
      "@type": "xsd:boolean"
    },
    "isReplacedBy": {
      "@id": "dct:isReplacedBy",
      "@container": "@set"
    },
    "url": {
      "@id": "schema:url",
      "@container": "@set"
    },
    "iconName": "oeh:iconName"
  }
}