PREFIX foaf:  <http://xmlns.com/foaf/0.1/>
PREFIX rdfs:  <http://www.w3.org/2000/01/rdf-schema#>
PREFIX solid: <http://www.w3.org/ns/solid/terms#>

<https://id.inrupt.com/ludwig>
        a                      foaf:Agent;
        rdfs:seeAlso           <https://storage.inrupt.com/3ca4ed7a-e5d0-4914-bd82-eb660d304407/extendedProfile>;
        <http://www.w3.org/ns/pim/space#storage>
                <https://storage.inrupt.com/3ca4ed7a-e5d0-4914-bd82-eb660d304407/>;
        solid:oidcIssuer       <https://login.inrupt.com>;
        foaf:isPrimaryTopicOf  <https://storage.inrupt.com/3ca4ed7a-e5d0-4914-bd82-eb660d304407/extendedProfile>;
        foaf:name              "Ludwig" .
