Skip to content

Commit

Permalink
initial test IRI list error classes
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ-Author committed Oct 21, 2024
1 parent 7187620 commit b62f415
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
22 changes: 22 additions & 0 deletions tests/archivo_test_IRIs.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
iri error_dimension expected_error iri_type comment
http://buzzword.org.uk/rdf/personal-link-types# content text/html hash weird html instead of text/turtle
http://data.finlex.fi/schema/sfl/ content slash 0 bytes content-length
http://data.bigdatagrapes.eu/resource/ontology/ dns nxdomain slash
http://data.bigdatagrapes.eu/resource/ontology/MeasurementContext dns nxdomain term
http://data.ontotext.com/resource/leak/ http-code 502 slash
http://data.europa.eu/esco/flow http-code 406 slash
http://bdi.si.ehu.es/bdi/ontologies/ExtruOnt/ExtruOnt transport connect-timeout slash
http://catalogus-professorum.org/cpm/2/ transport connection-refused slash
http://www.w3.org/1999/02/22-rdf-syntax-ns# None hash
http://xmlns.com/foaf/0.1/ None slash
http://xmlns.com/foaf/0.1/Person None term
http://dbpedia.org/ontology/ None term
http://dbpedia.org/ontology/Person None term
https://bag2.basisregistraties.overheid.nl/bag/def/ http-code 404 slash
https://bag2.basisregistraties.overheid.nl/bag/def/Gebruiksdoel http-code 404 term
https://id.parliament.uk/schema http-code 404 slash slash onto without trailing slash /
https://id.parliament.uk/schema/Approval http-code 404 term slash onto without trailing slash /
https://bmake.th-brandenburg.de/spv# http-code 403 hash
https://bmake.th-brandenburg.de/spv http-code 403 hash just test whether Archivo API is used correctly
https://w3id.org/ttla/ transport cert-expired hash
http://data-gov.tw.rpi.edu/2009/data-gov-twc.rdf transport connection-refused hash
12 changes: 12 additions & 0 deletions tests/non_archivo_test_IRIs.tsv
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
iri error_dimension expected_error iri_type comment
https://data.ontotext.com/resource/leak/ http-code 401 https is not ID
https://www.w3.org/1999/02/22-rdf-syntax-ns# None https is not ID
http://example.org None
https://example.org None
http://1.1.1.1 None
https://1.1.1.1 None
https://data.globalchange.gov/gcis.owl http-code "403 " https is not ID
https://data.ordnancesurvey.co.uk/ontology/geometry/ http-code 404 https is not ID
https://data.ordnancesurvey.co.uk/ontology/ http-code 301 https is not ID
https://google.com None

0 comments on commit b62f415

Please sign in to comment.