DAP4: RDF Service: Difference between revisions

From OPeNDAP Documentation
⧼opendap2-jumptonavigation⧽
(Created page with " == Overview == The RDF service is invoked by appending the suffix .dap to the file part of the dataset's referent (aka base) URL. The Data response is a multipart MIME documen...")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Overview ==
== Overview ==


The RDF service is invoked by appending the suffix .dap to the file part of the dataset's referent (aka base) URL. The Data response is a multipart MIME document that contains a N+1 parts for a response with N variables.
The RDF service provides an RDF representation of the Dataset document (DDX).


== Request ==
== Request ==
The RDF Service is invoked by appending the suffix <font size="2"><code>.rdf</code></font> to the file part of the dataset's referent (aka base) URL and then dereferencing the new URL. The RDF service does not accept a query string (constraint expression). If present a query string (constraint expression) will be ignored.


== Response ==
== Response ==
The RDF response is an XML document containing an RDF version of the [[DAP4: Responses#Dataset_Response | DAP4: Dataset Response.]]


== Errors ==
== Errors ==
[[DAP4: Responses#Error_Response | DAP4: Error Response.]]




[[Category:Development|Development]][[Category:DAP4|DAP4]]
[[Category:Development|Development]][[Category:DAP4|DAP4]]

Latest revision as of 17:35, 30 March 2012

Overview

The RDF service provides an RDF representation of the Dataset document (DDX).

Request

The RDF Service is invoked by appending the suffix .rdf to the file part of the dataset's referent (aka base) URL and then dereferencing the new URL. The RDF service does not accept a query string (constraint expression). If present a query string (constraint expression) will be ignored.


Response

The RDF response is an XML document containing an RDF version of the DAP4: Dataset Response.

Errors

DAP4: Error Response.