This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/sgml/RDF/suite/t40.rdf
2009-03-13 19:39:06 +00:00

12 lines
295 B
XML

<?xml version='1.0'?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:my="http://www.mytypes.org/schema/">
<my:Bicycle wheels="2"/>
<rdf:Description type="http://www.mytypes.org/schema/Bicycle">
<my:wheels>2</my:wheels>
</rdf:Description>
</rdf:RDF>