File: dc.rdf

package info (click to toggle)
rasqal 0.9.29-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 11,924 kB
  • sloc: ansic: 36,117; sh: 12,034; yacc: 5,366; lex: 3,131; makefile: 2,348; perl: 2,218; xml: 433
file content (9 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
8
9
<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	 xmlns:foaf="http://xmlns.com/foaf/0.1/">
  <!-- test data for rasqal_query_test -->
  <foaf:Person>
    <foaf:name>Dave Beckett</foaf:name>
    <foaf:homepage rdf:resource="http://purl.org/net/dajobe/" />
  </foaf:Person> 
</rdf:RDF>