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

Attributes

JavaScript Object Notation
JavaScript Object Notation
JavaScript Object Notation
JavaScript Object Notation
Schlankes Datenaustauschformat, das komplett unabhängig von Programmiersprachen ist und auf einer Untermenge der JavaScript-Programmiersprache basiert.
Lightweight data-interchange format that is completely language independent and based on a subset of JavaScript.
Format léger d'échange de données, complètement indépendant de tout langage, basé sur un sous-ensemble du langage de programmation JavaScript.
Formato per lo scambio di dati completamente indipendente dal linguaggio di programmazione e basato su un sottoinsieme del linguaggio JavaScript.
2017-11-17T14:52:22.2330000Z
414421
https://www.termdat.bk.admin.ch/entry/414421
json.org, Einführung in JSON ([Internet, 2016-07-26](http://www.json.org/json-de.html))
json.org, Introducing JSON ([Internet, 2017-01-27](http://json.org/index.html))
json.org, Présentation de JSON ([Internet, 2016-07-26](http://www.json.org/jsonfr.html))
json.org, Introduzione a JSON ([Internet, 2016-07-26](http://json.org/json-it.html))
DOM: Informatik; EXP: das Format ist für Menschen einfach zu lesen und zu schreiben und für Maschinen einfach zu analysieren und zu generieren
DOM: computer science; EXP: this format is easy for humans to read and write and easy for machines to analyse and generate
DOM: informatique; EXP: ce format est facile à lire ou à écrire pour des humains et est aisément analysable ou générable par des machines
DOM: informatica; EXP: il formato è facile da leggere e scrivere per le persone, mentre per le macchine risulta facile generarlo e analizzarne la sintassi
nach json.org, Einführung in JSON ([Internet, 2016-07-26](http://www.json.org/json-de.html))
after json.org, Introducing JSON ([Internet, 2017-01-27](http://json.org/index.html))
secondo json.org, Introduzione a JSON ([Internet, 2016-07-26](http://json.org/json-it.html))
d'après json.org, Présentation de JSON ([Internet, 2016-07-26](http://www.json.org/jsonfr.html))
nach json.org, Einführung in JSON ([Internet, 2016-07-26](http://www.json.org/json-de.html))
after json.org, Introducing JSON ([Internet, 2017-01-27](http://json.org/index.html))
secondo json.org, Introduzione a JSON ([Internet, 2016-07-26](http://json.org/json-it.html))
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.