Re: Relationships between individual resources using POWDER

On Fri, Dec 4, 2009 at 1:31 PM, Toby Inkster <tai@g5n.co.uk> wrote:
>
> Interesting idea.
>
> I wonder if it might be made simpler by copying POWDER's regular
> expression capability?
>
>  <vader:association>
>    <vader:from>http://twitter.com/([^/]+)</vader:from>
>    <vader:to>http://semantictweet.com/$1</vader:to>
>    <vader:associationType
>        rdf:resource="http://www.w3.org/2000/01/rdf-schema#seeAlso" />
>  </vader:association>
>
> Also, it's convention to capitalise the first letter of classes in RDF,
> so vader:association might be better as vader:Association.
>

Nice catch on the capisalisation and vader:associationType. Also the
vader:from and vader:to properties are beautifully simple! I'm gonna
start working on a spec, can I include your name as one of the
contributors?

Received on Friday, 4 December 2009 21:45:55 UTC