Versions Compared

Key

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

...

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

...

CAS

...

Sample REST URL

...

https://edrn.jpl.nasa.gov/fmprodp3host/fmprod/rdf?id=urn:edrn:WHIColonKarmanosCancerInstituteTainskyImage Added<product type/dataset id>&type=WHIColonKarmanosCancerInstituteTainskyImage Removed

=== Parameters ===

...

<product type/dataset name>

Parameters

Panel
titleREST Parameters

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

...


...

id

...

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

...

=== Response ===
HTTP 200 OK

...

Response

No Format

   HTTP 200 OK
      - MIME: application/x-rdf

...


      - RDF description of all matching product metadata for all 
        products, if ALL is used, or as identified by type and 
        id.

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:WHIColonKarmanosCancerInstituteTainsky

...

 
  rdf:about="http://edrn.jpl.nasa.gov/fmprodp3//data?productID=..">

...


    
    <edrn:ProductDescription>

...


      TBD
    </edrn:ProductDescription>

...


    <edrn:SpecimenType>

...


      Plasma
    </edrn:SpecimenType>

...


    <cas:FileLocation>

...


      /data/archive/kci/110901/Colon/Unknown

...


    </cas:FileLocation>

...


    <cas:CAS.ProductName>

...


      EDRN_WHI_Tainsky-rawData.csv

...


    </cas:CAS.ProductName>

...


    <edrn:DateProductFrozen>

...


      TBD
    </edrn:DateProductFrozen>

...


    
  </edrn:WHIColonKarmanosCancerInstituteTainsky>

...


  
 </rdf:RDF>

== Get an RSS 2.0 feed of current products from eCAS ==

...