Changes between Version 17 and Version 18 of ImplementationBootcamp
- Timestamp:
- 2010/02/11 13:11:20 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementationBootcamp
v17 v18 23 23 === When someone calls GET on my URLs, what should I return in order to be semantic webby? === 24 24 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.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 an "&format=rdf" URL parameter. 26 26 27 27 At [http://www.uniprot.org UniProt], we use content negotiation for our OWL documentation, but not (yet) for the actual data. Example: