SELECT ?property ?value WHERE { BIND (?? AS ?s) ?s ?property ?value . FILTER (isLiteral(?value)) } LIMIT 1000

Attributes

Prompt
prompt
prompt
prompt
Eingabeaufforderung, die von einem generativen KI-System verwendet wird, um Text zu generieren oder eine Aufgabe zu erledigen.
Natural-language instruction or input given to a generative AI system to trigger a specific response or action.
Requête en langage naturel adressée à une intelligence artificielle générative pour lui demander d'accomplir une tâche particulière.
Istruzione o insieme di istruzioni in linguaggio naturale fornite a una IA generativa per ottenere una risposta o eseguire un'azione specifica.
2024-11-18T08:06:20.6365580Z
503147
https://www.termdat.bk.admin.ch/entry/503147
Gabler Wirtschaftslexikon, "Prompt" ([Internet, 2024-06-20](https://wirtschaftslexikon.gabler.de/definition/prompt-125087))
TechTarget, AI prompt ([Internet, 2024-06-20](https://www.techtarget.com/searchenterpriseai/definition/AI-prompt))
Le Robert en ligne, "prompt" ([Internet, 2024-06-20](https://dictionnaire.lerobert.com/definition/prompt))
AWS, Che cos'è il prompt engineering? ([Internet, 2024-06-20](https://aws.amazon.com/it/what-is/prompt-engineering/))
EXP: anglicismo
EXP: Anglizismus; ein textbasierter Prompt kann Wörter, Buchstaben, Sonderzeichen, Zahlen und Links enthalten; um das gewünschte Ergebnis zu bekommen, muss der Prompt möglichst eindeutig und umfassend sein
EXP: an AI model can provide several outputs based on how the prompt is phrased, which can be as simple as a word or as complex as a paragraph
GRM: n. m. ; EXP: anglicisme
Gabler Wirtschaftslexikon, "Prompt" ([Internet, 2024-06-20](https://wirtschaftslexikon.gabler.de/definition/prompt-125087))
after TechTarget, AI prompt ([Internet, 2023-06-15](https://www.techtarget.com/searchenterpriseai/definition/AI-prompt))
nach BM Experts, Prompt: Was ist das und wie kann er eingesetzt werden? ([Internet, 2024-06-20](https://bm-experts.de/definitionenfaq/definitionen/prompt-was-ist-das-und-wie-kann-er-eingesetzt-werden/))
after TechTarget, AI prompt ([Internet, 2024-06-20](https://www.techtarget.com/searchenterpriseai/definition/AI-prompt)) and Hystack, The Beginner's Guide to LLM Prompting ([Internet, 2024-06-20](LINK))
d'après Le Robert en ligne, "prompt" ([Internet, 2024-06-20](https://dictionnaire.lerobert.com/definition/prompt)) et Le grand dictionnaire terminologique, "requête" ([Internet, 2024-06-20](https://vitrinelinguistique.oqlf.gouv.qc.ca/fiche-gdt/fiche/26571209/requete))
secondo AWS, Che cos'è il prompt engineering? ([Internet, 2024-06-20](https://aws.amazon.com/it/what-is/prompt-engineering/))
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
Incoming Relationships: No results found.
SELECT ?instance ?description WHERE { BIND (?? AS ?class) ?instance (rdf:type|owl:type) ?class . OPTIONAL { ?instance schema:description ?description . } } LIMIT 5000
Instances of this Class: No results found.
SELECT ?superclass ?description WHERE { ?? rdfs:subClassOf ?superclass . OPTIONAL { ?superclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Superclasses of this Class: No results found.
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Subclasses of this Class: No results found.