Tiny RDF Schema at openid.net?

2007-01-29 Thread Benjamin Nowack

Hi,

I was wondering if you guys could be persuaded to host a little
RDF Schema file on the openid.net site. As far as I can tell, there
is great support for OpenID among SemWeb folks as it can be combined
with things like FOAF for all sorts of cool applications.

People recently started to write RDF extractors for the OpenID 
hooks embedded in HTML (openid.server/delegate). As these hooks
are in line with the Dublin Core guidelines [1], there are even
multiple ways to do this. The only thing we're missing for more
widespread use is an agreed-on namespace URI for the core openID
terms (server and delegate). And ideally this would be an 
openid.net one. So here is my request: any chance we could put
a little RDF Schema file on the openid server? We would of course
provide the file (it'd be just 5-10 lines of XML), and the actual 
URL/path doesn't really matter. An alternative could be to host
it in some other stable URI space, Dan Connolly (CC'd) might be
able to provide one at w3.org, not sure. It would be cool to 
get your blessing either way, though.


Cheers in advance for perhaps considering it,
Ben

--
Benjamin Nowack

Kruppstr. 100
45145 Essen, Germany
http://www.bnode.org/


[1] http://www.dublincore.org/documents/dcq-html/

___
specs mailing list
specs@openid.net
http://openid.net/mailman/listinfo/specs


Re: Tiny RDF Schema at openid.net?

2007-01-29 Thread Scott Kveton
With just a quick look at this, it seems like a good idea.  I'd like to see
it happen somehow.

Anybody see any problems with doing this?

- Scott





On 1/29/07 2:13 AM, Benjamin Nowack [EMAIL PROTECTED] wrote:

 
 
 Hi,
 
 I was wondering if you guys could be persuaded to host a little
 RDF Schema file on the openid.net site. As far as I can tell, there
 is great support for OpenID among SemWeb folks as it can be combined
 with things like FOAF for all sorts of cool applications.
 
 People recently started to write RDF extractors for the OpenID
 hooks embedded in HTML (openid.server/delegate). As these hooks
 are in line with the Dublin Core guidelines [1], there are even
 multiple ways to do this. The only thing we're missing for more
 widespread use is an agreed-on namespace URI for the core openID
 terms (server and delegate). And ideally this would be an
 openid.net one. So here is my request: any chance we could put
 a little RDF Schema file on the openid server? We would of course
 provide the file (it'd be just 5-10 lines of XML), and the actual
 URL/path doesn't really matter. An alternative could be to host
 it in some other stable URI space, Dan Connolly (CC'd) might be
 able to provide one at w3.org, not sure. It would be cool to
 get your blessing either way, though.
 
 
 Cheers in advance for perhaps considering it,
 Ben
 
 --
 Benjamin Nowack
 
 Kruppstr. 100
 45145 Essen, Germany
 http://www.bnode.org/
 
 
 [1] http://www.dublincore.org/documents/dcq-html/
 
 ___
 specs mailing list
 specs@openid.net
 http://openid.net/mailman/listinfo/specs
 

___
specs mailing list
specs@openid.net
http://openid.net/mailman/listinfo/specs


RE: Tiny RDF Schema at openid.net?

2007-01-29 Thread Benjamin Nowack
On 29.01.2007 07:53:15, Recordon, David wrote:
I'd be happy to do it; I think we were talking about using
xmlns.openid.net/foo as a format.
Awesome :)

I think the next step would be sending a copy of the RDF file for people
here to look over. :)

I've attached a draft which contains already some nice2haves (e.g.
the OWL and isDefinedBy bits which may be helpful but are not
strictly necessary), I'm not 100% sure about the prose, and I
guess DanC will have a comment or two as well.

(The resource/about/ID attributes work similar to HTML's href/id,
they use the doc's URL as base, i.e. if the file was published at
http://xmlns.openid.net/auth, the full term URIs would be
http://xmlns.openid.net/auth#server etc.)

[[[
?xml version=1.0?
rdf:RDF xmlns:rdf=http://www.w3.org/1999/02/22-rdf-syntax-ns#;
  xmlns:rdfs=http://www.w3.org/2000/01/rdf-schema#;
  xmlns:owl=http://www.w3.org/2002/07/owl#;

  owl:Ontology rdf:about=
rdfs:labelOpenID Authentication Schema/rdfs:label
owl:versionInfo2007-01-29/owl:versionInfo
rdfs:comment
  A basic schema for core OpenID authentication terms.
/rdfs:comment
  /owl:Ontology

  rdf:Property rdf:ID=server
rdf:type rdf:resource=http://www.w3.org/2002/07/owl#ObjectProperty/
rdfs:labelserver/rdfs:label
rdfs:comment
  The OpenID Identity Provider to be used for authentication.
/rdfs:comment
rdfs:isDefinedBy
rdf:resource=http://openid.net/specs/openid-authentication-1_1.html; /
  /rdf:Property

  rdf:Property rdf:ID=delegate
rdf:type rdf:resource=http://www.w3.org/2002/07/owl#ObjectProperty/
rdfs:labeldelegate/rdfs:label
rdfs:comment
  The delegated OpenID Identifier to be used for authentication.
/rdfs:comment
rdfs:isDefinedBy
rdf:resource=http://openid.net/specs/openid-authentication-1_1.html; /
  /rdf:Property

/rdf:RDF
]]]

Best,
Ben



Thanks,
--David

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Scott Kveton
Sent: Monday, January 29, 2007 7:42 AM
To: Benjamin Nowack; specs@openid.net
Cc: [EMAIL PROTECTED]
Subject: Re: Tiny RDF Schema at openid.net?

With just a quick look at this, it seems like a good idea.  I'd like to
see it happen somehow.

Anybody see any problems with doing this?

- Scott





On 1/29/07 2:13 AM, Benjamin Nowack [EMAIL PROTECTED] wrote:



 Hi,

 I was wondering if you guys could be persuaded to host a little RDF
 Schema file on the openid.net site. As far as I can tell, there is
 great support for OpenID among SemWeb folks as it can be combined with

 things like FOAF for all sorts of cool applications.

 People recently started to write RDF extractors for the OpenID hooks
 embedded in HTML (openid.server/delegate). As these hooks are in line
 with the Dublin Core guidelines [1], there are even multiple ways to
 do this. The only thing we're missing for more widespread use is an
 agreed-on namespace URI for the core openID terms (server and
 delegate). And ideally this would be an openid.net one. So here is
 my request: any chance we could put a little RDF Schema file on the
 openid server? We would of course provide the file (it'd be just 5-10
 lines of XML), and the actual URL/path doesn't really matter. An
 alternative could be to host it in some other stable URI space, Dan
 Connolly (CC'd) might be able to provide one at w3.org, not sure. It
 would be cool to get your blessing either way, though.


 Cheers in advance for perhaps considering it, Ben

 --
 Benjamin Nowack

 Kruppstr. 100
 45145 Essen, Germany
 http://www.bnode.org/


 [1] http://www.dublincore.org/documents/dcq-html/

 ___
 specs mailing list
 specs@openid.net
 http://openid.net/mailman/listinfo/specs


___
specs mailing list
specs@openid.net
http://openid.net/mailman/listinfo/specs




open_id_2007_01_29.rdfs
Description: Binary data
___
specs mailing list
specs@openid.net
http://openid.net/mailman/listinfo/specs