2021-01-15 12:43:34 +01:00

11 lines
205 B
Turtle

@prefix foaf: <http://xmlns.com/foaf/0.1/>.
<>
a foaf:PersonalProfileDocument;
foaf:maker <{{webId}}>;
foaf:primaryTopic <{{webId}}>.
<{{webId}}>
a foaf:Person;
foaf:name "{{name}}".