blob: 42d5103f7f35d1b9deeb781373cf51f5f20defc1 (
plain)
1
2
3
4
5
|
<http://www.example.org/me> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.example.org/class/Person> .
<http://www.example.org/me> <http://www.example.org/pred/name> "Gregg Kellogg" .
<http://www.example.org/me> <http://purl.org/dc/terms/language> "Ruby"^^<http://www.example.org/pred/lang> .
<http://www.example.org/me> <http://www.example.org/pred/rel> <http://kellogg-assoc.com/> .
<http://github.org/gkellogg/rdf_context> <http://www.example.org/pred/rev> <http://www.example.org/me> .
|