File: example.rdf

package info (click to toggle)
libcatmandu-rdf-perl 0.18-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 168 kB
  • ctags: 14
  • sloc: perl: 179; makefile: 14
file content (15 lines) | stat: -rw-r--r-- 814 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
  <rdf:Description rdf:about="http://example.org">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdf:Description>
  <rdf:Description rdf:about="http://example.org">
    <ns0:foo xmlns:ns0="http://example.org/" xml:lang="en">bar</ns0:foo>
  </rdf:Description>
  <rdf:Description rdf:about="http://example.org">
    <ns0:title xmlns:ns0="http://purl.org/dc/elements/1.1/">BAR</ns0:title>
  </rdf:Description>
  <rdf:Description rdf:about="http://example.org">
    <ns0:extent xmlns:ns0="http://purl.org/dc/elements/1.1/" rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">42</ns0:extent>
  </rdf:Description>
</rdf:RDF>