Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
   HTTP 200 OK
      - Zipped Data Content containing product zip files containing 
        their .met XML files, along with raw data content

...

Get an RDF stream of current datasets from

...

CAS

...

Sample REST URL

...

httpshttp://edrn.jpl.nasa.gov/fmprodp3host/fmprod/rdf/dataset?filter=LeadPI:Samir%20HanashImage Added<dataset met key>:<dataset met value>&type=ALLImage Removed

=== Parameters ===

...

<ALL | value product type name>

Parameters

Panel
titleREST parameters

query:
type <A valid product type name, or ALL to denote all of them>

...


...

typeID

...

<A valid product type id; only use this when not using ALL>

...


...

filter

...

(optional)

...

A query in Lucene-style syntax to limit returned

...

RDF to only those datasets that match the filter

...

criteria

...

=== Response ===
HTTP 200 OK

...

Response

No Format

   HTTP 200 OK
      - MIME: application/x-rdf

...


      - RDF description of all matching datasets for filter if 
        provided, for all datasets, if ALL is used, or as 
        identified by type and typeID.

Sample

Code Block
xml
xml

 <?xml 

...

version="1.0" ?>

...


 <rdf:RDF xmlns:cas="urn:oodt:" xmlns:edrn="urn:edrn:"

...

 
      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"

...


      xmlns:x="http://edrn.nci.nih.gov/rdf/schema.rdf#">

...


  
  <edrn:WHIColonUniversityofMichiganChinnaiyan

...

 
      rdf:about="http://edrn.jpl.nasa.gov/fmprodp3//dataset/ID">

...


    
    <edrn:Date>

...


      2011-08-30T03:46:00.000Z

...


    </edrn:Date>

...


    <edrn:PubMedID>

...


      TBD
    </edrn:PubMedID>

...


    <x:protocol

...

 
      rdf:resource="http://edrn.nci.nih.gov/data/protocols/126"/>

...


    <edrn:DataCustodian>

...


      Arul Chinnaiyan
    </edrn:DataCustodian>

...


  </edrn:WHIColonUniversityofMichiganChinnaiyan>

...


  
 </rdf:RDF>

== Get an RDF stream of current products from eCAS ==

...