PDA

View Full Version : Semantisch web


Nr.10
3 juni 2017, 23:39
Hoe werkt het?

Wapper
3 juni 2017, 23:48
K' ga het zeggen, Walter!

Nr.10
3 juni 2017, 23:49
K' ga het zeggen, Walter!
Zeg het AUB.

Nr.10
17 juni 2017, 23:00
Niet simpel he.

Nr.10
19 augustus 2017, 23:19
Hieronder een presentabele tabel over de evolutie doorheen de tijd van de verschillende mogelijkheden om data op te slaan.
Van de klassieke relationele database, over NoSQL, naar de semantische "Graph Database".
Van de zoektaal SQL naar de zoektaal SPARQL.

RDB = de klassieke relationele database / standaard zoektaal = SQL / bestaat + 30 jaar
NoSQL = Not only SQL / bestaat + 10 jaar
Semantic Graph Database = gebaseerd op triples / standaard zoektaal = SPARQL / bestaat + 5 jaar

fig.: BRON (https://allegrograph.com/semantic-graph-database/)

Nr.10
19 augustus 2017, 23:40
Tutorial 1: Introducing Graph Data (http://www.linkeddatatools.com/introducing-rdf)
The semantic web can seem unfamiliar and daunting territory at first. If you're eager to understand what the semantic web is and how it works, you must first understand how it stores data. We start from the ground up by outlining the graph database - the data storage model used by the semantic web.
After this tutorial, you should be able to:

Describe in basic terms what the semantic web is.
Experience the paradigm-shift of storing information as a graph database, rather than a hierarchical or relational database.
Understand that the semantic web of data is defined using Resource Description Framework (RDF).
Understand the basic principles of RDF statements and how they can define data graphs.

(...)
RDF is een standaard van het W3C:
http://www.w3.org/RDF/
RDF is a common acronym within the semantic web community because it forms one of the basic building blocks for forming the web of semantic data. What it defines is a type of database which you may not be immediately familar with: something called a Graph Database.

Nr.10
20 augustus 2017, 00:20
Een mooie uitleg over enkele basisconcepten vind je hier:
What is Linked Data? (https://www.youtube.com/watch?v=4x_xzT5eF5Q)
video
16 jun 2012
What is JSON-LD? (https://www.youtube.com/watch?v=vioCbTo3C-4)
video
18 jun 2012
JSON-LD staat voor:
JavaScript
Object
Notation
Linked
Data
Ook JSON-LD is een standaard van het W3C:
https://www.w3.org/TR/json-ld/