Questions tagged [linked-data-platform]

For questions related to the Linked Data Platform standard that defines a set of rules for HTTP operations on web resources, some based on RDF, to provide an architecture for read-write Linked Data on the web. Please use with the 'linked-data' tag.

Resources

5 questions
5
votes
1 answer

What is the difference between REST and LDP?

first of all I am new to this...REST, RDF, LDP etc. I could able to get an understanding about REST and RDF in a vague manner: REST is a framework where everything is a resource and complex client side requests are converted to URI based structural…
GP92
  • 433
  • 1
  • 12
  • 30
2
votes
0 answers

Membership triple in Linked Data Platform Standard

Assume the existence of the following LDP resources & their representation: Prefixes: dex -> http://example.com/data/, schema -> http://schema.org/ an LDP RDF Source dex:ParkingFacility a ldp:RDFSource; foaf:primaryTopic <#it> . <#it> a…
Noor
  • 19,638
  • 38
  • 136
  • 254
1
vote
1 answer

LDP Indirect Container

I have the read LDP Specification, I can understand the use of Basic Container and Direct Container but not that of Indirect Container, I understand how it works but cannot figure out a use-case in a real life scenario. Can someone provide such a…
user2202810
0
votes
0 answers

Are there some Linked data websites use distributed sparql Endpoints and provide cross-domain data search services?

Is there a website x: Searching rdf resources from distributed sparql Endpoints. Rdf resources come from multiple subject areas and are related . Provide some semantic services such as QA, route search ... I found that: 'https://lod-cloud.net/'…
chenkun
  • 45
  • 6
0
votes
1 answer

How to use owl:sameAs inferences within Fuseki's Sparql and return every matching instance's properties?

I have the following RDF data in my Fuseki triplestore. @prefix owl: . @prefix schema: . @prefix ex: . @prefix wgs84: …
Bruno
  • 87
  • 9