Re: Human Friendly Trix

Hi All,

I've put the xslt along with some example documentation at:
http://www.phildawes.net/2004/01/trix

(and I've added anonymous (blank) node support)

I think TriX is a shaping up to be a serious contender for a second
RDF XML standard.

Cheers,

Phil

Phil Dawes writes:
 > 
 > Hi again,
 > 
 > I've updated this to include support for nested elements. 
 > E.g.
 > 
 > 		<foaf:Person hr:qname="pd:phildawes">
 > 			<foaf:name>Phil Dawes</foaf:name>
 > 			<foaf:nick>Phil</foaf:nick>
 > 			<foaf:homepage uri="http://www.phildawes.net/"/>
 > 			<pd:commutesTo hr:qname="pd:city/London"/>
 > 			<pd:eats hr:qname="pd:cabbage">
 > 				<rdfs:label>Cabbage</rdfs:label>
 > 			</pd:eats>
 > 		</foaf:Person>
 > 
 > Still no anonymous nodes yet tho.
 > 
 > Cheers,
 > 
 > Phil
 > 

Received on Tuesday, 17 February 2004 06:52:44 UTC