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/RDF/suite/t5.rdf

16 lines
436 B
Plaintext
Raw Normal View History

2010-07-28 11:34:41 +01:00
<?xml version='1.0'?>
<!-- Test inline description -->
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:s="http://description.org/schema/">
<rdf:Description about="http://www.swi.psy.uva.nl/projects/SWI-Prolog/">
<s:Creator rdf:ID="JW">
<rdf:Description>
<name>Jan Wielemaker</name>
<works_at>SWI</works_at>
</rdf:Description>
</s:Creator>
</rdf:Description>
</rdf:RDF>