16 lines
436 B
XML
16 lines
436 B
XML
<?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>
|