Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
trouble de-referencing bibo: URI
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Dan Brickley  
View profile  
 More options Jun 10 2011, 9:02 am
From: Dan Brickley <dan...@danbri.org>
Date: Fri, 10 Jun 2011 15:02:16 +0200
Local: Fri, Jun 10 2011 9:02 am
Subject: trouble de-referencing bibo: URI
Hi folks

I'm using a script to programmatically fetch a lot of common RDF
namespaces, ... and Bibo is proving different to most of them.

Log copied below. Basically for most I am sending an accept: header
asking for application/rdf+xml, and apart from RDFa from Creative
Commons, I get it.

For bibo for some reason I get an error about unescaped hash. Maybe
some interaction between the Purl setup and your hosting provider?

No big deal, I have the schema now, but thought I'd mention it. Maybe
removing the final # in Purl control panel settings would help?

cheers,

Dan

danbri$ curl http://purl.org/ontology/bibo/
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
    <HEAD>
        <TITLE>302 Found</TITLE>
    </HEAD>
    <BODY>
    <H1>Found</H1>
         The resource requested is available <A
HREF="http://bibotools.googlecode.com/svn/bibo-ontology/tags/1.3/bibo.xml.owl#">here</A>.<P>
    </BODY>
</HTML>

ajbim:zoo danbri$ curl -L http://purl.org/ontology/bibo/
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>400 Bad Request</title>
</head><body>
<h1>Bad Request</h1>
<p>The request was invalid: the URI included an un-escaped hash character</p>
</body></html>
ajbim:zoo danbri$ curl -H "Accept: application+rdf/xml" -L
http://purl.org/ontology/bibo/
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>400 Bad Request</title>
</head><body>
<h1>Bad Request</h1>
<p>The request was invalid: the URI included an un-escaped hash character</p>
</body></html>
ajbim:zoo danbri$ curl -H "Accept: application+rdf/xml" -L
http://bibotools.googlecode.com/svn/bibo-ontology/tags/1.3/bibo.xml.owl
<?xml version="1.0"?>

<!DOCTYPE rdf:RDF [
...success :)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Frederick Giasson  
View profile  
 More options Jun 10 2011, 9:08 am
From: Frederick Giasson <f...@fgiasson.com>
Date: Fri, 10 Jun 2011 09:08:32 -0400
Local: Fri, Jun 10 2011 9:08 am
Subject: Re: trouble de-referencing bibo: URI
Hi Dan!

> I'm using a script to programmatically fetch a lot of common RDF
> namespaces, ... and Bibo is proving different to most of them.

> Log copied below. Basically for most I am sending an accept: header
> asking for application/rdf+xml, and apart from RDFa from Creative
> Commons, I get it.

> For bibo for some reason I get an error about unescaped hash. Maybe
> some interaction between the Purl setup and your hosting provider?

> No big deal, I have the schema now, but thought I'd mention it. Maybe
> removing the final # in Purl control panel settings would help?

Yes, apparently that it had some issues with the hash. Retry it now, I
just removed it in the purl redirect.

Thanks for reporting the issue!

Take care,

Fred


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dan Brickley  
View profile  
 More options Jun 10 2011, 9:16 am
From: Dan Brickley <dan...@danbri.org>
Date: Fri, 10 Jun 2011 15:16:01 +0200
Local: Fri, Jun 10 2011 9:16 am
Subject: Re: trouble de-referencing bibo: URI
On 10 June 2011 15:08, Frederick Giasson <f...@fgiasson.com> wrote:

>> No big deal, I have the schema now, but thought I'd mention it. Maybe
>> removing the final # in Purl control panel settings would help?

> Yes, apparently that it had some issues with the hash. Retry it now, I just
> removed it in the purl redirect.

Great, that seems to have fixed it. I can remove the special case
treatment from my Perl script, thanks :)

Dan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Frederick Giasson  
View profile  
 More options Jun 10 2011, 10:03 am
From: Frederick Giasson <f...@fgiasson.com>
Date: Fri, 10 Jun 2011 10:03:49 -0400
Local: Fri, Jun 10 2011 10:03 am
Subject: Re: trouble de-referencing bibo: URI
Hi Dan,

> Great, that seems to have fixed it. I can remove the special case
> treatment from my Perl script, thanks :)

Good perfect :)

Simpler code is better :D

Take care,

Fred


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »