JSON-LD

RDF

RDF用於信息須要被應用程序處理而不是僅僅顯示給人觀看的場合。RDF提供了一種用於表達這一信息、並使其能在應用程序間交換而不喪失語義的通用框架。既然是通用框架,應用程序設計者能夠利用現成的通用RDF解析器(RDF parser)以及通用的處理工具。可以在不一樣的應用程序間交換信息意味着對於那些並不是信息的最初建立者的應用程序也是可利用這些信息。git

Detail in RDF入門推薦標準

github

Link Data

Linked Data [LINKED-DATA] is a way to create a network of standards-based machine interpretable data across different documents and Web sites. It allows an application to start at one piece of Linked Data, and follow embedded links to other pieces of Linked Data that are hosted on different sites across the Web.

web

JSON_LD

JSON-LD is a serialization format for Linked Data based on JSON.express

JSON-LD is a lightweight syntax to serialize Linked Data in JSON [RFC4627]. Its design allows existing JSON to be interpreted as Linked Data with minimal changes. JSON-LD is primarily intended to be a way to use Linked Data in Web-based programming environments, to build interoperable Web services, and to store Linked Data in JSON-based storage engines. Since JSON-LD is 100% compatible with JSON, the large number of JSON parsers and libraries available today can be reused. In addition to all the features JSON provides, JSON-LD introduces:json

  • a universal identifier mechanism for JSON objects via the use of IRIs,
  • a way to disambiguate keys shared among different JSON documents by mapping them to IRIs via a context,
  • a mechanism in which a value in a JSON object may refer to a JSON object on a different site on the Web,
  • the ability to annotate strings with their language,
  • a way to associate datatypes with values such as dates and times,
  • and a facility to express one or more directed graphs, such as a social network, in a single document.

Detail in http://www.w3.org/TR/json-ld/

app

Coverage Data

A coverage is the digital representation of some spatio-temporal phenomenon.
define in Coverage Data:feature that acts as a function to return values from its range for any direct position within its spatial, temporal or spatiotemporal domain
Coverage Data examples:like grids, time series, and vertical profiles, distinguished by the geometry of their spatiotemporal domain.

框架

Coverage JSON

CoverageJSON is a data format for publishing coverage data to the web in a web-friendly way.dom

CoverageJSON is a format for encoding coverage data like grids, time series, and vertical profiles, distinguished by the geometry of their spatiotemporal domain.ide

Detail in CoverageJSON Specification

工具

Resolving domain and range URLs

Domain axis values and range values SHOULD not be exposed as linked data since they are currently not suitable for such representation. !!-_-

When sending HTTP requests, the Accept header SHOULD be set appropriately to the CoverageJSON media type(application/prs.coverage+json).

相關文章
相關標籤/搜索