16 lines
467 B
XML
16 lines
467 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="pl-creator">
|
|
<rdf:Description rdf:about="JW">
|
|
<s:name>Jan Wielemaker</s:name>
|
|
<s:works_at>SWI</s:works_at>
|
|
</rdf:Description>
|
|
</s:Creator>
|
|
</rdf:Description>
|
|
</rdf:RDF>
|