Re: appeal for (short) test case review

At 00:20 05/04/2002 +0100, Dave Beckett wrote:
>
> >    http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-reification-required/
>
>http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-reification-required/test001.rdf
>has unbalanced tags.  Plus using rdf:value is a *bad* idea.
>
>Stylistically, I'd always define node URIs (rdf:about) unless there is a
>good reason not to; but I've left that.
>
>This is OK:
>------------------------------------------------------------------------------
><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>          xmlns:eg="http://example.org#">
>
>   <rdf:Description ex:prop="10"/>
>
></rdf:RDF
>------------------------------------------------------------------------------
>_:a <http://example.org#prop> "10" .
>------------------------------------------------------------------------------

Updated as per your suggestion.  Also grounded the bnode and fixed minor typo.

I suggest that these two have had enough review and can be approved today.

Brian

Received on Friday, 5 April 2002 06:34:04 UTC