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/t9.rdf
2009-03-13 19:39:06 +00:00

13 lines
482 B
XML

<?xml version="1.0"?>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:DC="http://purl.org/metadata/dublin_core/"
xmlns:DS="http://www.w3.org/Schemas/DS-Schema/">
<Description about="http://www.bar.com/some.doc" bagID="Statement_001">
<DC:Creator>John Smith</DC:Creator>
</Description>
<Description aboutEach="#Statement_001">
<DS:CreatedOn>1998-02-06T14:00Z</DS:CreatedOn>
<DS:CreatedBy>Jane Cooper</DS:CreatedBy>
</Description>
</RDF>