To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Linked Data Platform

From Wikipedia, the free encyclopedia

Linked Data Platform (LDP) is a linked data specification defining a set of integration patterns for building RESTful HTTP services that are capable of read/write of RDF data.

The Linked Data Platform allows use of RESTful HTTP to consume, create, update and delete both RDF and non-RDF resources.[1] In addition, it defines a set of "container" constructs – buckets into which documents can be added with a relationship between the bucket and the object similar to the relationship between a blog and its constituent blog posts.[2]

YouTube Encyclopedic

  • 1/3
    Views:
    7 014
    368
    6 327
  • Semantic Web Tutorial 14/14: Linked Data
  • Martynas Jusevicius: Graphity—generic Linked Data platform for interactive Web applications
  • Overview of Linked Data and OSLC

Transcription

History

LDP evolved from work at IBM's Rational Product Group for application integration. Starting in 2010, IBM looked at linked data for application lifecycle management and sought what was an alternative means for read–write linked data.

IBM joined with the W3C in June 2012 to form a W3C working group, which operated until July 2015.[3][4] On 26 February 2015, the W3C Linked Data Platform 1.0 was approved as a W3C Recommendation.[5]

Implementation

Read–write linked data was previously described using WebDAV and SPARUL[6] by Tim Berners-Lee in his design issues [7][8] that built upon his four principles for linked data.[9]

The Linked Data Platform includes Tim Berners-Lee's four principles, and focuses on the following concepts.[10]

LDP resources (LDPR)

  • HTTP and RDF techniques to read and write linked data
  • Resources can be created, modified, deleted and read using standard HTTP methods (i.e., POST, PUT, PATCH, DELETE, GET)
  • Cover "RDF sources" as well as "binary resources"

LDP containers (LDPC)

  • An LDPR to which you POST to create new things, GET to find existing things
  • Similar to what AtomPub does for XML
  • Available in three flavors: BasicContainer, DirectContainer, and IndirectContainer

Paging and ordering

  • A mechanism to get the content of a LDPC in chunks and specify the order in which the content is sorted

LDP and WebDAV relationship

LDP is not a file system, but it uses linked data to produce the kind of information that can be used to create a modern file system abstraction for interacting with HTTP-accessible resources (colloquially referred to as "Web resources").

In contrast, WebDAV is a "set of extensions to the HTTP protocol which allows users to collaboratively edit and manage files on remote web servers".[11]

However, LDP can be used with WebDAV. For example, there are live LDP containers in the wild, identified by linked data URIs, that can also function as WebDAV endpoints (i.e., mountable by any WebDAV compliant user agent).

See also

References

  1. ^ Mihindukulasooriya, Nandana (2014-11-05). "Learning W3C Linked Data Platform with examples".
  2. ^ Burleson, Cody (10 July 2014). "Introduction to: Linked Data Platform". semanticweb.com. Archived from the original on 9 January 2015. Retrieved 27 August 2014.
  3. ^ "Linked Data Platform Working Group". W3C.
  4. ^ "Linked Data Platform (LDP) Working Group Charter". W3C.
  5. ^ "Linked Data Platform (LDP) is a W3C Recommendation". W3C.
  6. ^ "SPARQL 1.1 Update". W3C.
  7. ^ "Socially aware cloud storage – Design Issues". timbl.
  8. ^ "Read-Write linked data – Design Issues". timbl.
  9. ^ "Linked Data – Design Issues". timbl.
  10. ^ "Getting Started with the Linked Data Platform (LDP)". SemanticWeb.com.
  11. ^ "WebDAV Resources". Archived from the original on 2012-06-26.

External links

This page was last edited on 23 September 2022, at 22:17
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.