元数据(Metadata):描述数据的数据
都柏林核心元素集(Dublin Core Element Set 简称DC)
http://lov.okfn.org/dataset/lov/vocabs/dce
核心元数据元素集:
Title
Creator
Subject
Description
Publisher
Contributor
Date
Type
Format
Identifier
Source
Language
Relation
Coverage
Rights Management

interoperability :the ability of multiple systems, using different hardware and software platforms, data structure, and interfaces, to exchange and share data.
metadata: structured information that describes, explains, locates, and otherwise makes it easier to retrieve and use an information resource
profile:a subset of a schema defined and used by a particular interest group to customize the scheme for its purposes.
scheme: a metadata element set and rules for using it.
semantics: the names and meanings of metadata elements
syntax: rules for how metadata elements and their content are encoded.

数据目录词汇表:DCAT
元数据:描述开放数据集
Catalog-Dataset-Distribution
元数据:描述开放数据集
Catalog
Dataset
dataset
theme
theme Taxonomy
accessURL
downloadURL

:catalog
a dct:Catalog;
dct:title “Imaginary Catalog”;
rdfs:label “Imaginary Catalog”;
foaf:homepage <’’’>;
dct:publisher :transparency-office;
dcat:dataset :dataset-001,:dataset-002,:dataset-003;

:dataset-001
a dcat:Dataset;
dct:title “Imagnary dataset”;
dcat:keyword “…”;
dct:issued “…”;
dct:modified “…”;
dcat:contactPoint <’’’>;
dct:temporal <’’’>;
dct:publisher “…”;
dcat:distribution :dataset-001-csv;

:dataset-001-csv
a dcat:Distribution;
dcat:downloadURL <’’’>;
dct:title “CSV”;
dcat:mediaType “text/csv”;

dcat:landingPage

JSON form :
元数据:描述开放数据集
元数据:描述开放数据集
XML格式:
元数据:描述开放数据集
元数据:描述开放数据集
元数据:描述开放数据集
元数据:描述开放数据集
RDF校验器:https://www.w3.org/RDF/Validator/

相关文章:

  • 2022-01-10
  • 2021-04-12
  • 2021-08-04
  • 2022-01-23
  • 2021-08-13
  • 2021-05-09
  • 2022-01-04
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-11
  • 2021-10-10
  • 2021-05-16
  • 2021-05-15
相关资源
相似解决方案