timrdf / DataFAQs

LINKED DATA QUALITY REPORTS
41 stars 7 forks source link

http://pokedex.dataincubator.org/ #46

Open timrdf opened 12 years ago

timrdf commented 12 years ago

thedatahub.org/dataset/data-incubator-pokedex

no Accept:
<html><body><h1>It works!</h1>
<p>This is the default web page for this server.</p>
<p>The web server software is running but no content has been added, yet.</p>
</body></html>

application/rdf+xml
curl --silent -H "Accept: application/rdf+xml" -L http://pokedex.dataincubator.org/
<html><body><h1>It works!</h1>
<p>This is the default web page for this server.</p>
<p>The web server software is running but no content has been added, yet.</p>
</body></html>

text/turtle
curl --silent -H "Accept: text/turtle" -L http://pokedex.dataincubator.org/
<html><body><h1>It works!</h1>
<p>This is the default web page for this server.</p>
<p>The web server software is running but no content has been added, yet.</p>
</body></html>

text/plain
curl --silent -H "Accept: text/plain" -L http://pokedex.dataincubator.org/
<html><body><h1>It works!</h1>
<p>This is the default web page for this server.</p>
<p>The web server software is running but no content has been added, yet.</p>
</body></html>