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

Attributes

synthetische Daten
synthetic data
données synthétiques
dati sintetici
Daten, die durch Computersimulationen künstlich erzeugt wurden oder die von Algorithmen generiert werden können, um reale Daten zu ersetzen.
Data that has been created artificially through computer simulation or that algorithms can generate to take the place of real-world data.
Données qui ont été créées artificiellement par simulation informatique ou que des algorithmes peuvent générer pour remplacer des données réelles.
Dati creati artificialmente mediante simulazione al computer o che possono esere generati da algoritmi per sostituire dati del mondo reale.
2025-10-28T10:38:58.9379490Z
516017
https://www.termdat.bk.admin.ch/entry/516017
IBM, Cosa sono i dati sintetici? ([Internet, 2025-01-13](https://www.ibm.com/it-it/topics/synthetic-data))
IBM, Was sind synthetische Daten? ([Internet, 2025-01-13](https://www.ibm.com/de-de/topics/synthetic-data))
IBM, What is synthetic data? ([Internet, 2025-01-13](https://www.ibm.com/think/topics/synthetic-data))
IBM, Qu’est-ce que les données synthétiques ? ([Internet, 2025-01-13](https://www.ibm.com/fr-fr/topics/synthetic-data))
IBM, Cosa sono i dati sintetici? ([Internet, 2025-01-13](https://www.ibm.com/it-it/topics/synthetic-data))
IBM, Was sind synthetische Daten? ([Internet, 2025-01-13](https://www.ibm.com/de-de/topics/synthetic-data))
IBM, What is synthetic data? ([Internet, 2025-01-13](https://www.ibm.com/think/topics/synthetic-data))
IBM, Qu’est-ce que les données synthétiques ? ([Internet, 2025-01-13](https://www.ibm.com/fr-fr/topics/synthetic-data))
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

property subject
seeAlso dummy data
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.