RE: Datatyping, rdf:type inappropriate

[...]

> > (although I still think that it's better
> > to have only primitive datatypes and describe
> > the composed ones directly in RDF)
>
> I'm not sure I follow you. Examples?

(inspiration from http://www.w3.org/TR/xmlschema-0/)

  _:a rdf:type eg:UKAddress .

  _:a eg:exportCode int"1" .
  _:a eg:name "Helen Zoe" .
  _:a eg:street "47 Eden Street" .
  _:a eg:city "Cambridge" .
  _:a eg:postcode "CB1 1JR" .

-- ,
Jos De Roo, AGFA http://www.agfa.com/w3c/jdroo/

Received on Monday, 2 September 2002 08:44:45 UTC