M&S/Parser question from Stefan Kokkelink on 2000-08-29 (www-rdf-interest@w3.org from August 2000) (original) (raw)

Hi,

how is the following XML/RDF expected to be parsed:

  • DC:Prop DC:CreatorOra Lassila

    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