Danny Ayers
Sun, 14 Mar 2010 13:02:36 -0700
On 14 March 2010 20:04, Toby Inkster <t...@g5n.co.uk> wrote:
> I use something like:
>
> OPTIONAL {
> ?subject ?labelprop ?label .
> GRAPH <http://buzzword.org.uk/2009/label-properties> {
> ?labelprop a
> <http://buzzword.org.uk/2009/label-properties#LabelProperty> .
> }
> FILTER( isLiteral(?label) )
> }
>
> Having first loaded http://buzzword.org.uk/2009/label-properties into
> the store.
I like your idea of wrapping all the label properties up, but don't you need to run subproperty inference before the query will work? -- http://danny.ayers.name