Re: RDF Validation Question

Stephen -

Would you please give the list of triples you expect?

The complete RDF/XML would also be helpful.

Art Barstow
---

On Thu, Nov 08, 2001 at 02:47:02PM -0800, Stephen Williams wrote:
> Hi Jeremy
> 
> If I reference a description identified with a
> namespace qualified ID then the RDF validator does not
> make this association, E.g.:
> 
> 	<rdf:Description rdf:ID="one">
> 		<sw:name rdf:resource="#cr:test"/>
> 	</rdf:Description>
> 	<rdf:Description rdf:ID="cr:test">
> 		<sw:first_name>xxx</sw:first_name>
> 		<sw:last_name>yyy</sw:last_name>
> 	</rdf:Description>
> 
> However, if the ID is not namespace qualified then the
> validator makes the association.
> 
> However, Dave Beckett's Redland RDF Database Demo at
> http://www.redland.opensource.ac.uk/demo appears to
> make the association when namespace ID's are used.
> 
> Is it correct to use namespaces with ID's with in RDF?
> 
> Thanks for your assistance.
> 
> Stephen Williams

Received on Thursday, 8 November 2001 19:32:03 UTC