M&S/Parser question from Stefan Kokkelink on 2000-08-29 (www-rdf-interest@w3.org from August 2000) (original) (raw)
- From: Stefan Kokkelink <skokkeli@mathematik.uni-osnabrueck.de>
- Date: Tue, 29 Aug 2000 14:07:06 +0200
- To: RDF interest group <www-rdf-interest@w3.org>
- Message-ID: 39ABA76A.8ED89FE7@mathematik.uni-osnabrueck.de
Hi,
how is the following XML/RDF expected to be parsed:
What's the object/target of the DC:Prop property? SiRPAC and the pro-solutions parser create only one statement.
pro_solutions:
(resource('URL1')
predicate('http://purl.org/metadata/dublin_core/Prop')
literal('')
SiRPAC: triple('http://purl.org/metadata/dublin_core/Prop', 'online#URL1', '-').
(Whatever '-' means ;-)
Is this correct? Im my opinion there should be the following two statements: (URL1, http://purl.org/metadata/dublin_core/Prop, http://foo.org/foo.html) (URL1, http://purl.org/metadata/dublin_core/Prop, http://bar.org/bar.html)
Greetings, Stefan
Received on Tuesday, 29 August 2000 08:07:25 UTC