Skip to content

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)

Resources

303 Redirects and HTML link

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" /> 

LOC example

<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> .

Clone this wiki locally