Experiment with porting SGML to YAP, and trying to preserve SWI code as much
as possible.
This commit is contained in:
12
packages/sgml/RDF/suite/t14.rdf
Normal file
12
packages/sgml/RDF/suite/t14.rdf
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Example from REC-rdf-syntax, demonstrating abbrevation -->
|
||||
|
||||
<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.w3.org">
|
||||
<s:Publisher>World Wide Web Consortium</s:Publisher>
|
||||
<s:Title>W3C Home Page</s:Title>
|
||||
<s:Date>1998-10-03T02:27</s:Date>
|
||||
</rdf:Description>
|
||||
</rdf:RDF>
|
Reference in New Issue
Block a user