- From: David Allsopp <d.allsopp@signal.qinetiq.com>
- Date: Thu, 17 Jan 2002 10:05:32 +0000
- To: www-rdf-validator@w3.org
report=Multiple rdf:subject, rdf:predicate or rdf:object properties should not be permitted (since they could not be associated unambiguously - which subject belongs to which property, etc?). The validator accepts them, though. Regards, David Allsopp QinetiQ, UK d.allsopp@signal.qinetiq.com RDF=<?xml version="1.0"> <?xml version="1.0"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:aa="http://abcde/"> <rdf:Description> <rdf:subject rdf:resource="http://foo/bar/one" /> <rdf:predicate rdf:resource="http://schema/Contains" /> <rdf:object>Some Content</rdf:object> <rdf:predicate rdf:resource="http://schema/WrittenBy" /> <rdf:object>Some Author</rdf:object> <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement" /> <aa:recommendedBy>A Reviewer</aa:recommendedBy> </rdf:Description> </rdf:RDF>
Received on Thursday, 17 January 2002 05:05:38 UTC