Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Processed by Id: cwm.py,v 1.197 2007/12/13 15:38:39 syosi Exp
- # using base file:///home/jmv/data/rss_example2.rdf
- # Notation3 generation by
- # notation3.py,v 1.200 2007/12/11 21:18:08 syosi Exp
- # Base was: file:///home/jmv/data/rss_example2.rdf
- @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
- <http://example.org/item/> a <http://purl.org/rss/1.0/item>;
- <http://purl.org/rss/1.0/link> "http://example.org/item/";
- <http://purl.org/rss/1.0/modules/content/encoded> "<p>What a <em>beautiful</em> day!</p>";
- <http://purl.org/rss/1.0/title> "The Example Item" .
- <http://example.org/rss.rdf> a <http://purl.org/rss/1.0/channel>;
- <http://purl.org/rss/1.0/description> "Simply for the purpose of demonstration.";
- <http://purl.org/rss/1.0/items> [
- a rdf:Seq;
- rdf:_1 <http://example.org/item/> ];
- <http://purl.org/rss/1.0/link> "http://www.example.org";
- <http://purl.org/rss/1.0/title> "Example Feed" .
- #ENDS
Advertisement
Add Comment
Please, Sign In to add comment