Changes between Version 56 and Version 57 of ImplementationBootcamp
- Timestamp:
- 2010/02/12 09:58:08 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementationBootcamp
v56 v57 65 65 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. 66 66 67 At [http://www.uniprot.org UniProt], we use content negotiation for our OWL documentation , but not (yet) for the actual data. Example:67 At [http://www.uniprot.org UniProt], we use content negotiation for our OWL documentation and our actual data. 68 68 {{{ 69 69 > wget --header='Accept: application/rdf+xml' http://purl.uniprot.org/core/recommendedName