RECCOMENDATIONS FOR
Linked Open Data

1. Reuse existing resources, such as ontologies, taxonomies, thesauri, tools etc., clearly specifying them in the documentation. #

IDENTIFY PRODUCE

Linked data are another key building block of the semantic web and are empowered by the same technologies outlined in the ontologies section, in particular RDF, SPARQL, JSON-LD, OWL, and SKOS. Another common specification is RDF-a (RDF in Attributes), which allows to use attributes within HTML5, XHTML and XML documents to express structured data.

2. Formalise and release the data model as an ontology, in case it comprises new classes and properties that may be useful for other scholars. #

PRODUCE

In this case, follow the recommendations of the Ontologies section.

3. Link your data extensively to external resources such as authority records and vocabularies to reconcile entities and harness the semantic web’s potential. #

PRODUCE

In the 5-star guideline, linking data to other data is the fifth necessary step to create excellent open data:

  1. “make your stuff available on the Web (whatever format) under an open licence
  2. make it available as structured data (e.g., Excel instead of image scan of a table)
  3. make it available in a non-proprietary open format (e.g., CSV instead of Excel)
  4. use URIs to denote things, so that people can point at your stuff
  5. link your data to other data to provide context”

4. Ensure data provenance, storing provenance information along with content data in order to prevent inconsistencies when integrating sources, emphasise content responsibility, and foster data credibility. #

PRODUCE

5. Provide the data model and URI pattern to facilitate data reuse. #

DISSEMINATE DEPOSIT
  • Create persistent URIs, using services such as W3ID.

6. Publish your data in trustworthy repositories in different standard formats and register your linked open dataset in LOD-specific resources like the Linked Open Data Cloud or other domain-relevant repositories. #

DEPOSIT

7. Offer a SPARQL endpoint with accompanying search examples. Consider implementing a user-friendly GUI for data visualisation and navigation, catering to users unfamiliar with SPARQL. #

DISSEMINATE

While a SPARQL endpoint is the preferred tool for exploring a linked open dataset, a graphical user interface with browsing and searching functionalities can help a wider audience access and use your data.

List of tools that can be used to create a Triple Store, i.e., an RDF-based database.