- From: Pierre-Antoine CHAMPIN <champin@cpe.fr>
- Date: Tue, 05 Oct 1999 12:49:33 +0100
- To: ML RDF-comment <www-rdf-comments@w3.org>
I have a couple of questions about that rdf chunk
<rdf:Description about"http://h/p" bagID="B01">
<dc:Creator rdf:parseType="Resource">
<name>Pierre-Antoine</name>
<email>champin@cpe.fr</email>
</dc:Creator>
</rdf:Description>
how many triples should be reified and put in bag B01 ?
Only the first level triple (dc:Cereator, http://h/p, #genid1)
or also sub-triples (name, #genid1, "Pierre-Antoine") and (email, #genid1, "champin@cpe.fr") ?
in other words, must reification by bagID be shallow or recursive ?
my answer is that it should be recursive,
but I think that SiRPAC is doing it shallow.
Pierre-Antoine
Received on Tuesday, 5 October 1999 06:53:35 UTC