File: example.ttl

package info (click to toggle)
libcatmandu-rdf-perl 0.32-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 220 kB
  • sloc: perl: 469; sh: 4; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (3)
1
2
3
4
5
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://example.org> a rdfs:Resource ;
  <http://example.org/foo> "b\u00e4r"@en ; 
  <http://purl.org/dc/elements/1.1/title> "B\u00c4R" ;
  <http://purl.org/dc/elements/1.1/extent> 42 .