File: root-inside-base-out.ttl

package info (click to toggle)
serd 0.32.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,816 kB
  • sloc: ansic: 7,229; python: 518; makefile: 5
file content (23 lines) | stat: -rw-r--r-- 419 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@base <http://example.org/top/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<>
	rdfs:label "base node" .

<root/>
	rdfs:label "root node" .

<root/s>
	rdfs:label "within root" .

<http://example.org/top/s>
	rdfs:label "within base" .

<http://example.org/other/s>
	rdfs:label "outside base" .

<http://example.com/s>
	rdfs:label "outside domain" .

<https://example.org/s>
	rdfs:label "outside scheme" .