Re: Infowebml Feedback: odd schema document

On Nov 29, 2005, at 12:24 AM, Dan Connolly wrote:
> Wow... I just discovered this work on STEP-in-OWL.
> http://www.infowebml.ws/description/ontology-for-data-model/ontology- 
> for-data-model.htm
>
> I tried to grab the namespace document to look at it with some tools...
>   http://www.15926.org/dm-2005-11
>
> and I got a page with a link to an RDF document.
> http://www.15926.org/dm-2005-11/ontology-for-data-model.rdf

I tried to read it with cwm* and got:

ValueError: invalid literal for long():

and sure enough, I see:

                         <owl:Restriction>
                                 <owl:onProperty  
rdf:resource="#content"/>
                                 <owl:allValuesFrom  
rdf:datatype="http://www.w3.org/2001/XMLSchema#long"/>
                         </owl:Restriction>

which is almost certainly not what you meant. I expect you meant

                                 <owl:allValuesFrom  
rdf:resource="http://www.w3.org/2001/XMLSchema#long"/>


* http://www.w3.org/2000/10/swap/doc/cwm.html

-- 
Dan Connolly, W3C http://www.w3.org/People/Connolly/

Received on Tuesday, 29 November 2005 05:31:00 UTC