Re: RDF action items

On Sat, Oct 13, 2001 at 08:16:02AM +0100, Charlie Abela wrote:
> What does a statement like the one below represent?

It's hard to know really since the RDF/XML does not
conform to the syntax in the M&S spec:

 [1] http://www.w3.org/TR/REC-rdf-syntax/#grammar

The a:status element appears to match a typedNode (rule 6.13
in [1]) and typedNodes are not allowed to contain CDATA.

FYI - the W3C has an online service for validating RDF:

 http://www.w3.org/RDF/Validator/

Links to other online RDF validation services are documented at:

 http://www.w3.org/People/Barstow/#online_parsers

> 
> <rdf:Description rdf:about="https://www.daml.org/actionitems/12.rdf">
>  <a:state>closed</a:state>
>    <a:Action>
>       <a:status>available at
> http://www.ai.sri.com/daml/ontologies</a:status>
>       <a:date>2000-10-31</a:date>
>       <a:by>daml@ai.sri.com</a:by>
>    </a:Action>
> </rdf:Description>

A change that will make this legal RDF (and I have no idea if 
this is what you are trying to model) is to add a parseType="Resource" 
attribute to the a:status element.

Received on Saturday, 13 October 2001 10:08:02 UTC