Re: RDF Triples Transport

> > It's far simpler

Strangely enough, I dared myself a short while ago to come up with the
simplest possible RDF XML syntax... here's what I got:-

<!ELEMENT rdf (n)* >
<!ELEMENT n (p, s, o) >
<!ELEMENT p #PCDATA >
<!ELEMENT s #PCDATA >
<!ELEMENT o #PCDATA >


n = node, p = predicate, s = subject, o = object. Pretty similar to
Aaron's suggestion.

--
Kindest Regards,
Sean B. Palmer
@prefix : <http://webns.net/roughterms/> .
:Sean :hasHomepage <http://infomesh.net/sbp/> .

Received on Tuesday, 6 March 2001 22:47:43 UTC