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

Attributes

Turing-Test
Turing test
test de Turing
test di Turing
Verfahren, um festzustellen, ob ein Computer in der Lage ist, genauso wie ein Mensch zu denken.
Test for intelligence in a computer, requiring that a human being should be unable to distinguish the machine from another human being by using the replies to questions put to both.
Test qui consiste à mettre en communication, à l'aveugle, un être humain et un ordinateur afin de vérifier s'ils sont capables d'atteindre les mêmes niveaux de performance.
Criterio per determinare se una macchina sia in grado di pensare come un essere umano.
2024-04-18T14:48:40.5158480Z
501324
https://www.termdat.bk.admin.ch/entry/501324
ComputerWeekly.de, Turing-Test ([Internet, 2022-06-29](https://www.computerweekly.com/de/definition/Turing-Test))
Le grand dictionnaire terminologique, "test de Turing" ([Internet, 2022-06-29](https://gdt.oqlf.gouv.qc.ca/ficheOqlf.aspx?Id_Fiche=8398730))
Le grand dictionnaire terminologique, "test de Turing" ([Internet, 2022-06-29](https://gdt.oqlf.gouv.qc.ca/ficheOqlf.aspx?Id_Fiche=8398730))
Treccani, Enciclopedia, "Turing, test di" ([Internet, 2022-06-29](https://www.treccani.it/enciclopedia/test-di-turing_%28Enciclopedia-della-Matematica%29/))
EXP: der Test ist nach dem englischen Mathematiker Alan Turing benannt, der in den 1940er und 1950er Jahren ein Pionier auf dem Gebiet der künstlichen Intelligenz war und diesen Test erfunden hat
EXP: le test de Turing a été imaginé par le mathématicien britannique Alan Turing; si l'opérateur humain ne parvient pas à distinguer lequel de ses interlocuteurs est l'ordinateur, on considère que la machine a passé le test de Turing et est ainsi dotée d'intelligence artificielle
EXP: suggerito da Alan Turing nell’articolo “Computing machinery and intelligence”, apparso nel 1950 sulla rivista Mind che prende spunto da un gioco chiamato “gioco dell’imitazione” consistente in un gioco a tre partecipanti: un uomo A, una donna B e una terza persona C tenuto separato dagli altri due e, tramite una serie di domande, deve stabilire qual è l’uomo e quale la donna
ComputerWeekly.de, Turing-Test ([Internet, 2022-06-29](https://www.computerweekly.com/de/definition/Turing-Test))
Le grand dictionnaire terminologique, "test de Turing" ([Internet, 2022-06-29](https://gdt.oqlf.gouv.qc.ca/ficheOqlf.aspx?Id_Fiche=8398730))
secondo Treccani, Enciclopedia, "Turing, test di" ([Internet, 2022-06-29](https://www.treccani.it/enciclopedia/test-di-turing_%28Enciclopedia-della-Matematica%29/))
ComputerWeekly.de, Turing-Test ([Internet, 2022-06-29](https://www.computerweekly.com/de/definition/Turing-Test))
Le grand dictionnaire terminologique, "test de Turing" ([Internet, 2022-06-29](https://gdt.oqlf.gouv.qc.ca/ficheOqlf.aspx?Id_Fiche=8398730))
after Oxford Dictionaries, "Turing test" ([Internet, 2023-03-08](https://premium.oxforddictionaries.com/definition/english/turing-test?q=turing+test))
secondo AI4Business, Test di Turing ([Internet, 2022-06-29](https://www.ai4business.it/intelligenza-artificiale/test-di-turing-tutto-quello-che-bisogna-sapere/#Cos8217e_il_Test_di_Turing_il_gioco_dellimitazione))
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.