关于链接开放数据云的本体

时间:2014-01-17 09:41:09

标签: sparql semantic-web

我目前正在研究Linked Open Data云,并想知道是否有可能在LOD云中存在数据集的本体。

1 个答案:

答案 0 :(得分:4)

在链接开放数据云中发布就像通过SPARQL端点将数据公开提供一样简单,例如以RDF格式提供,...

为了传播对您的数据的了解,以便人们可以使用它并链接到它,根据Guidelines for Collecting Metadata on Linked Datasets in CKAN描述您的数据并将其添加到datahub.io(规范CKAN安装)

有关发布开放数据的介绍,请查看Richard Cygniak's presentation。综合指南是Linked Data: Evolving the Web into a Global Data Space book

链接的开放数据通常包含本体和实例数据。我不认为LOD数据集的本体是单独提供的。有各种本体存储库:Where can I find useful ontologies? Ontology repositories list at W3C但据我所知,它们都不是非常全面且维护良好。

对于大多数数据集,您应该能够通过取消引用其命名空间URL来获取本体。例如,如果我采用任意LOD数据集http://datahub.io/dataset/oferta-empleo-zaragoza/resource/6704184d-42e3-4778-a576-826f1d3672e2,我可以看到它以:

开头
<rdf:RDF
    xmlns:j.0="http://purl.org/dc/terms/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:j.1="http://purl.org/ctic/empleo/oferta#" > 

因此,如果您将浏览器指向http://purl.org/ctic/empleo/oferta#,它将重定向到http://data.fundacionctic.org/vocab/empleo/oferta.html,这是本体的HTML描述,该描述也链接到RDF表示:http://data.fundacionctic.org/vocab/empleo/oferta_20130903.rdf

命名空间URL配置了内容协商,因此如果为get请求设置标题“Accept:application / rdf + xml”,则可以直接在RDF中获取本体:

curl -LH "Accept: application/rdf+xml" http://purl.org/ctic/empleo/oferta#