Hi all, I have a question about multi occurrences of the same predicate to the same object (resource or literal). RDF syntax does not say anything about that. For example (DS:CreatedBy): <?xml version="1.0"?> <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:DC="http://purl.org/metadata/dublin_core/" xmlns:DS="http://www.w3.org/Schemas/DS-Schema/"> <Description ID="Statement_001"> <DC:Creator>John Smith</DC:Creator> </Description> <Description about="#Statement_001"> <DS:CreatedOn>1998-02-06T14:00Z</DS:CreatedOn> <DS:CreatedBy>Jane Cooper</DS:CreatedBy> <DS:CreatedBy>Jane Cooper</DS:CreatedBy> </Description> </RDF> How should a RDF parser handle this? Should the multi occurrences be added to the graph or skipped? TIA, AlexReceived on Wednesday, 17 January 2001 10:19:36 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:51:47 GMT