Last active
August 29, 2015 13:58
-
-
Save stain/10012153 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: stain@harold ~;curl -LiH "Accept: text/turtle" http://orcid.org/0000-0001-9842-9718/notfound | |
HTTP/1.1 404 Not Found | |
Server: nginx/1.1.19 | |
Content-Type: text/turtle; qs=3;charset=UTF-8 | |
Date: Sun, 06 Apr 2014 22:29:22 GMT | |
Access-Control-Allow-Origin: * | |
Connection: keep-alive | |
Set-Cookie: X-Mapping-fjhppofk=B2DFB1F63A3D97059291392F5F649BA0; path=/ | |
Content-Length: 549 | |
@prefix gn: <http://www.geonames.org/ontology#> . | |
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
@prefix prov: <http://www.w3.org/ns/prov#> . | |
@prefix foaf: <http://xmlns.com/foaf/0.1/> . | |
@prefix pav: <http://purl.org/pav/> . | |
@prefix owl: <http://www.w3.org/2002/07/owl#> . | |
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | |
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | |
<> | |
rdfs:comment "null for uri: https://pub.orcid.org/0000-0001-9842-9718/notfound"@en ; | |
rdfs:label "Error"@en . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: stain@harold ~;curl -LiH "Accept: text/turtle" https://pub.orcid.org/1-3-4/ | |
HTTP/1.1 307 Temporary Redirect | |
Server: nginx/1.1.19 | |
Content-Type: text/turtle; qs=3;charset=UTF-8 | |
Date: Sun, 06 Apr 2014 22:31:02 GMT | |
Location: https://pub.orcid.org/experimental_rdf_v1/1-3-4 | |
Access-Control-Allow-Origin: * | |
Connection: keep-alive | |
Set-Cookie: X-Mapping-fjhppofk=3EF693884E4817F6CBEBF09AB7491954; path=/ | |
Content-Length: 0 | |
HTTP/1.1 404 Not Found | |
Server: nginx/1.1.19 | |
Content-Type: text/turtle; qs=3;charset=UTF-8 | |
Date: Sun, 06 Apr 2014 22:31:02 GMT | |
Access-Control-Allow-Origin: * | |
Connection: keep-alive | |
Set-Cookie: X-Mapping-fjhppofk=88C859A65F96A9D2101D5CDCBDC853EB; path=/ | |
Content-Length: 506 | |
@prefix gn: <http://www.geonames.org/ontology#> . | |
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
@prefix prov: <http://www.w3.org/ns/prov#> . | |
@prefix foaf: <http://xmlns.com/foaf/0.1/> . | |
@prefix pav: <http://purl.org/pav/> . | |
@prefix owl: <http://www.w3.org/2002/07/owl#> . | |
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | |
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | |
<> | |
rdfs:comment "ORCID 1-3-4 not found"@en ; | |
rdfs:label "Error"@en . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment