blob: c1130ed83e58a269c3d7b05ea00165c54187f247 (
plain)
1
2
3
4
5
6
7
8
9
10
|
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rss: <http://purl.org/rss/1.0/> .
<http://example.org/block>
rss:items [
rdf:_1 <http://example.org/first-item> ;
rdf:_2 <http://example.org/second-item> ;
a rdf:Seq
] .
|