timrdf / DataFAQs

LINKED DATA QUALITY REPORTS
41 stars 7 forks source link

http://data.cnr.it/dataset/ #62

Open timrdf opened 12 years ago

timrdf commented 12 years ago
thedatahub.org/dataset/data-cnr-it (273/326)
   <?xml version="1.0" encoding="utf-8"?>
   1: http://data.cnr.it/dataset/
      HTTP/1.1 Status: 406 Not acceptable

thedatahub.org/dataset/data-cnr-it

no Accept:
@prefix void:   <http://rdfs.org/ns/void#> .
@prefix ns1:    <http://data.cnr.it/dataset/> .
ns1:skosLinkset void:target ns1: .
@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
ns1:    rdf:type    void:Dataset .
@prefix dcterms:    <http://purl.org/dc/terms/> .
ns1:    dcterms:description "Public dataset del Consiglio Nazionale delle Ricerche (CNR)"@it ,
        "Public dataset of the Italian National Research Council (CNR)"@en ;
    dcterms:publisher   <http://www.cnr.it> ;
    dcterms:title   "DATA.CNR.IT" .

application/rdf+xml
curl --silent -H "Accept: application/rdf+xml" -L http://data.cnr.it/dataset/
@prefix void:   <http://rdfs.org/ns/void#> .
@prefix ns1:    <http://data.cnr.it/dataset/> .
ns1:skosLinkset void:target ns1: .
@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
ns1:    rdf:type    void:Dataset .
@prefix dcterms:    <http://purl.org/dc/terms/> .
ns1:    dcterms:description "Public dataset del Consiglio Nazionale delle Ricerche (CNR)"@it ,
        "Public dataset of the Italian National Research Council (CNR)"@en ;
    dcterms:publisher   <http://www.cnr.it> ;
    dcterms:title   "DATA.CNR.IT" .

text/turtle
curl --silent -H "Accept: text/turtle" -L http://data.cnr.it/dataset/
@prefix void:   <http://rdfs.org/ns/void#> .
@prefix ns1:    <http://data.cnr.it/dataset/> .
ns1:skosLinkset void:target ns1: .
@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
ns1:    rdf:type    void:Dataset .
@prefix dcterms:    <http://purl.org/dc/terms/> .
ns1:    dcterms:description "Public dataset del Consiglio Nazionale delle Ricerche (CNR)"@it ,
        "Public dataset of the Italian National Research Council (CNR)"@en ;
    dcterms:publisher   <http://www.cnr.it> ;
    dcterms:title   "DATA.CNR.IT" .

text/plain
curl --silent -H "Accept: text/plain" -L http://data.cnr.it/dataset/
@prefix void:   <http://rdfs.org/ns/void#> .
@prefix ns1:    <http://data.cnr.it/dataset/> .
ns1:skosLinkset void:target ns1: .
@prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
ns1:    rdf:type    void:Dataset .
@prefix dcterms:    <http://purl.org/dc/terms/> .
ns1:    dcterms:description "Public dataset del Consiglio Nazionale delle Ricerche (CNR)"@it ,
        "Public dataset of the Italian National Research Council (CNR)"@en ;
    dcterms:publisher   <http://www.cnr.it> ;
    dcterms:title   "DATA.CNR.IT" .