You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
391 B

@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix solid: <http://www.w3.org/ns/solid/terms#>.
<>
a foaf:PersonalProfileDocument;
foaf:maker <http://localhost:3001/example/profile/card#me>;
foaf:primaryTopic <http://localhost:3001/example/profile/card#me>.
<http://localhost:3001/example/profile/card#me>
solid:oidcIssuer <http://localhost:3001/>;
a foaf:Person.