Changes between Version 17 and Version 18 of ImplementationBootcamp

Show
Ignore:
Timestamp:
2010/02/11 13:11:20 (14 years ago)
Author:
tkappler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ImplementationBootcamp

    v17 v18  
    2323===  When someone calls GET on my URLs, what should I return in order to be semantic webby? === 
    2424 
    25 You should probably use [http://en.wikipedia.org/wiki/Content_negotiation Content Negotation] using the HTTP Accept: header. That way you can return HTML and RDF under the same URI. However, it's fine for the time being to just accept a ".rdf" suffix or a "%format=rdf" URL parameter. 
     25You should probably use [http://en.wikipedia.org/wiki/Content_negotiation Content Negotation] using the HTTP Accept: header. That way you can return HTML and RDF under the same URI. However, it's fine for the time being to just accept a ".rdf" suffix or an "&format=rdf" URL parameter. 
    2626 
    2727At [http://www.uniprot.org UniProt], we use content negotiation for our OWL documentation, but not (yet) for the actual data. Example: