File: many-objects.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 (12 lines) | stat: -rw-r--r-- 157 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
@prefix eg: <http://example.org/> .

eg:s1
	eg:p1 "apple" ,
		"banana" ,
		"cherry" ;
	eg:p2 "asparagus" ,
		"beet" ,
		"carrot" .

eg:s2
	eg:p3 "apricot" .