Linked Data: All content tagged as Linked Data in NoSQL databases and polyglot persistence
Wednesday, 30 March 2011
State of the Linking Open Data Cloud
The following diagram visualizes the data sets in the LOD cloud as well as their interlinkage relationships. Each node in this cloud diagram represents a distinct data set published as Linked Data. The arcs indicate that RDF links exist between items in the two connected data sets. Heavier arcs roughly correspond to a greater number of links between two data sets, while bidirectional arcs indicate the outward links to the other exist in each data set.

There is a section in the document focusing on compliance with best practices for data provisioning that is a detailed explanation of the Sir Tim Berners-Lee 5-star deployment scheme for linked open data
Original title and link: State of the Linking Open Data Cloud (NoSQL databases © myNoSQL)
Friday, 18 February 2011
Linked Open Data Star Scheme
While writing quite a bit lately about Big Data marketplaces, I thought it would be worth mentioning Tim Berners-Lee 5-start deployment scheme for Linked Open Data:
- make your stuff available on the Web (whatever format) under an open license
- make it available as structured data (e.g., Excel instead of image scan of a table)
- use non-proprietary formats (e.g., CSV instead of Excel)
- use URIs to identify things, so that people can point at your stuff
- link your data to other data to provide context
Credit lab.linkeddata.deri.ie
See Tim Berner-Lee talking about the star scheme at gov 2.0 expo:
Tuesday, 8 February 2011
Reconstructing Linked Data and Graph Databases
ReadWriteWeb has published a very interesting story of a project presented at last week’s Strata conference aiming to reconstruct linked data based on public data sources like Flickr and OpenStreetMap using a somehow classical”fuzzy matching” approach.
build a detailed database of information about places in Afghanistan, using only public sources on the Web. The goal is to describe in detail the towns and cities including everything from names, locations and populations, as well as lists and coordinates for schools, mosques, banks and hotels.
My gut feeling is that mixing in some graph database would make this problem not necessarily easier to address, but it would bring in a different angle to tackle it. Fuzzy matching is a search-based approach with an inductive flavor, while using a graph databases could bring in a deductive approach.
Original title and link: Reconstructing Linked Data and Graph Databases (NoSQL databases © myNoSQL)
