@prefix : <#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix todo: <http://eg.org/todo#> .
@prefix openid: <http://eg.org/openid/todo#> .
<> a foaf:PersonalProfileDocument;
   foaf:primaryTopic :juliette ;
   openid:server <https://aol.com/openid/service>; . # see The Openid Sequence Diagram .
:juliette a foaf:Person;
   foaf:name "Juliette";
   foaf:openid <>;
   foaf:blog </blog>;
   rdfs:seeAlso <https://juliette.net/protected/location>;
   foaf:knows <http://bblfish.net/people/henry/card#me>,
              <http://www.w3.org/People/Berners-Lee/card#i> .
<https://juliette.net/protected/location> a todo:LocationDocument .

Return to the FrontPage | Edit BablefishExample | Title List