Re: Putting context in RDF serialization

>     context="contextUri1"
>     context="contextUri2"

You can't repeat attributes - maybe you mean:

     context1="contextUri1"
     context2="contextUri2"

Giving:-

 [contextUri1] ---context1--->[id1,
 http://www.w3.org/Home/Lassila , s:Creator, "Ora Lassila"]
 [contextUri2] ---context2--->[id1,
 http://www.w3.org/Home/Lassila , s:Creator, "Ora Lassila"]

Hmmmm, it's a very good idea. In the example you gave, what would be to
examples of the types of context the triples (O.K. quads) may take on?
Also, if (or rathr, "as") the context URI's are RDF Schema, could we use
classes/properties of the Schema (i.e. further pointing out the context),
and if so how?

Kindest Regards,
Sean B. Palmer
http://www.mysterylights.com/sbp/
http://www.w3.org/WAI/ [ERT/GL/PF]
"Perhaps, but let's not get bogged down in semantics."
   - Homer J. Simpson, BABF07.

Received on Friday, 15 December 2000 12:41:39 UTC