- Notifications
You must be signed in to change notification settings - Fork14
What is Linked Data
Martynas Jusevičius edited this pageMar 10, 2021 ·2 revisions
Linked Data is a data integration technology based on the RDF data model. It is the first solution that can solvethe information silo problems on a global scale and enable distributed generic Web applications. Linked Open Data(LOD) is Linked Data published under an open license.
RDF is a graph-shaped data model that identifies resources (nodes) with URIs. It has multiple syntaxes: bothXML-based (RDF/XML) and plain-text (Turtle).SPARQL 1.1 is the latestspecification of the RDF query language, supported by most RDF databases, called triplestores.
Read more about Linked Data: