5 lines
466 B
Text
Executable file
5 lines
466 B
Text
Executable file
<http://example.com/people/dave> <http://xmlns.com/foaf/0.1/name> "Dave Longley" .
|
|
<http://example.com/people/gregg> <http://xmlns.com/foaf/0.1/name> "Gregg Kellogg" .
|
|
<http://example.com/people/markus> <http://xmlns.com/foaf/0.1/knows> <http://example.com/people/dave> .
|
|
<http://example.com/people/markus> <http://xmlns.com/foaf/0.1/knows> <http://example.com/people/gregg> .
|
|
<http://example.com/people/markus> <http://xmlns.com/foaf/0.1/name> "Markus Lanthaler" .
|