timrdf / DataFAQs

LINKED DATA QUALITY REPORTS
41 stars 7 forks source link

http://business.data.gov.uk/doc/company #51

Open timrdf opened 12 years ago

timrdf commented 12 years ago

thedatahub.org/dataset/business-data-gov-uk

no Accept:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /doc/company was not found on this server.</p>
<hr>
<address>Apache/2.0.52 (Red Hat) Server at business.data.gov.uk Port 80</address>
</body></html>

application/rdf+xml
curl --silent -H "Accept: application/rdf+xml" -L http://business.data.gov.uk/doc/company
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /doc/company was not found on this server.</p>
<hr>
<address>Apache/2.0.52 (Red Hat) Server at business.data.gov.uk Port 80</address>
</body></html>

text/turtle
curl --silent -H "Accept: text/turtle" -L http://business.data.gov.uk/doc/company
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /doc/company was not found on this server.</p>
<hr>
<address>Apache/2.0.52 (Red Hat) Server at business.data.gov.uk Port 80</address>
</body></html>

text/plain
curl --silent -H "Accept: text/plain" -L http://business.data.gov.uk/doc/company
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /doc/company was not found on this server.</p>
<hr>
<address>Apache/2.0.52 (Red Hat) Server at business.data.gov.uk Port 80</address>
</body></html>