-
Notifications
You must be signed in to change notification settings - Fork 35
Design Objective: Follow Best Practices
timrdf edited this page Feb 14, 2012
·
52 revisions
csv2rdf4lod-automation is licensed under the [Apache License, Version 2.0](https://github.com/timrdf/csv2rdf4lod-automation/wiki/License)
- http://www.w3.org/TR/cooluris/
- http://www.w3.org/2001/tag/doc/httpRange-14/2007-05-31/HttpRange-14
- http://www4.wiwiss.fu-berlin.de/bizer/pub/LinkedDataTutorial/20070727/
- http://ontologydesignpatterns.org/wiki/Main_Page
- http://www.opendatacookbook.net/
- http://opendatamanual.org/ sponsored by the open knowledge foundation.
- http://linkeddatabook.com/editions/1.0/
- http://csarven.ca/how-to-create-a-linked-data-site
- http://pedantic-web.org/
- http://allinthehead.com/retro/245/
- http://tools.ietf.org/html/draft-gregorio-uritemplate-04
- http://www.ietf.org/id/draft-hausenblas-csv-fragment-00.txt
- http://dublincore.org/documents/dcmi-namespace-generic/
- http://www.w3.org/QA/2011/05/hash_uris.html
- http://nuts.geovocab.org/
- http://www.w3.org/DesignIssues/Abstractions.html
- http://www.companieshouse.gov.uk/about/miscellaneous/URI.shtml
- http://blog.opencorporates.com/2011/10/24/why-we-helped-design-the-new-uk-companies-house-uris/
- http://roy.gbiv.com/untangled/2008/rest-apis-must-be-hypertext-driven
- http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1
- http://www.w3.org/2008/01/rdf-media-types
- http://www.w3.org/Provider/Style/URI.html
- http://www.cs.tut.fi/~jkorpela/tilde.html
- http://www.w3.org/2011/gld/wiki/Linked_Data_Cookbook#Ingredients_for_High_Quality_Linked_Data
http://vivo.ufl.edu/individual/n1225880055 303s to http://vivo.ufl.edu/display/n1225880055, which includes:
<link rel="alternate" type="application/rdf+xml" href="/individual/n1225880055/n1225880055.rdf" />
<link rel="alternate" type="application/rdf+xml" href="http://id.loc.gov/vocabulary/countries.rdf"/>
rapper -q -g -o turtle http://id.loc.gov/vocabulary/countries.html
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix : <http://www.w3.org/1999/xhtml> .
<http://id.loc.gov/vocabulary/countries.html>
<http://www.w3.org/1999/xhtml/vocab#alternate> <http://id.loc.gov/vocabulary/countries.json>, <http://id.loc.gov/vocabulary/countries.nt>, <http://id.loc.gov/vocabulary/countries.rdf>, <http://id.loc.gov/vocabulary/countries/feed/1> ;
<http://www.w3.org/1999/xhtml/vocab#stylesheet> <http://id.loc.gov/static/css/loc_print_v2.css>, <http://id.loc.gov/static/css/loc_standard_v2.css> .