Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/src/libraries/HaXml/tests/9x9/simple.rdf

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


<?xml version="1.0"?>

<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:s="http://www.w3.org/2000/01/rdf-schema#">

<!-- A very simple RDF file to test basic parser functionality  -->

<rdf:Property rdf:ID="predicate">
  <s:comment>Identifies the property used in a statement when representing the statement in reified form"</s:comment>
  <s:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Statement" />
  <s:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Property" />
</rdf:Property>

</rdf:RDF>

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.