RDF package
This commit is contained in:
15
packages/RDF/suite/t5.rdf
Normal file
15
packages/RDF/suite/t5.rdf
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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>
|
Reference in New Issue
Block a user