Anonymous predicate

Hello RDF'ers,

I was just wondering if the following was valid N3

@prefix foo: <...>
@prefix rdfs: <...>
foo:MySubject [ rdfs:label "A useful property". ] foo:MyObject.

In other words :
can the predicate of a statement be an anonymous resouce / bNode ?

I think it could proove useful. For example, as my N3 sample suggests, I
could write a triple without knowing the exact URI of the predicate, but
knowing its label.

  Pierre-Antoine

Received on Monday, 28 January 2002 11:51:03 UTC