How do I make my raw scientific data useful to the semantic web? [closed]

让人想犯罪 __ 提交于 2020-01-06 13:28:32

问题


I have a large set of raw structured datasets in CSV and HDF5 format. I would usually upload these to a web server as they are, but what steps are required to incorporate this data to the semantic web?


回答1:


Tim Berners-Lee defined the 5 stars of Linked Open Data.

Assuming that your data is licensed under an open license, your data would have 3 stars currently.

To get 4 stars, you need to use

open standards from W3C (RDF and SPARQL) to identify things, so that people can point at your stuff

This could mean, for example:

Use RDF (in the form of a serialization format of your choice) and define URIs for your entities so that you and other people can make statements about them. If you like, you could also offer a SPARQL endpoint so that other people can query your data on your server.

As a first and less complex step, you could start with publishing RDF metadata about your data, e.g., about its license, authors, general topic, creation date etc. There are many vocabularies you could use.



来源:https://stackoverflow.com/questions/22289703/how-do-i-make-my-raw-scientific-data-useful-to-the-semantic-web

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!