← Prev in month ← Prev in thread
Next in thread → Next in month →

and duh! Re: [xml-dev] Statistical vs "semantic web" approaches to making sense of the Net

From
Jonathan Borden <>
To
Date
2003-04-26T21:29:02Z
ID
<073601c30c3a$dea5f340$b6f5d3ce@L565>
Thread
and duh! Re: [xml-dev] Statistical vs "semantic web" approaches to making sense of the Net
> ...  This processor might emit the following
> class:
> 
> <owl:Class rdf:ID="Foo">
>     <owl:oneOf rdf:parseType="Literal">
>         <ex:person rdf:resource="#Bill"/>
>         <ex:person rdf:resource="#Dave"/>
>         <ex:person rdf:resource="#Sue"/>
>         <ex:person rdf:resource="#Nancy"/>
>         <ex:person rdf:resource="#Freddy"/>
>     <owl:oneOf>
> </owl:Class>
> 
again, that should be:

... <owl:oneOf rdf:parseType="Collection">

just in case anyone was actually paying attention...

Jonathan
← Prev in month ← Prev in thread
Next in thread → Next in month →