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

duh! Re: [xml-dev] Roger Costello: My Version of "Why use OWL?"

From
Jonathan Borden <>
To
XML DEV <>
Date
2003-04-26T21:27:37Z
ID
<072e01c30c3a$ac00b5b0$b6f5d3ce@L565>
Thread
duh! Re: [xml-dev] Roger Costello: My Version of "Why use OWL?"
err, that's:
> 
> <owl:Class rdf:ID="DutiableItem">
>     <owl:oneOf rdf:parseType="Literal">
>         <owl:Thing
> rdf:resource="http://www.example.org/RogersOntology#camera"/>
>         ...
>     </owl:oneOf>
> </owl:Class>

<owl:Class rdf:ID="DutiableItem">
      <owl:oneOf rdf:parseType="Collection">
          <owl:Thing
  rdf:resource="http://www.example.org/RogersOntology#camera"/>
         ...
      </owl:oneOf>
  </owl:Class>

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