sample profile educational

@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix solid: <http://www.w3.org/ns/solid/terms#>.

<https://example.com/profile/card#me>
  a foaf:Person ;
  foaf:name "John Doe" ;
  foaf:givenName "John" ;
  foaf:familyName "Doe" ;
  foaf:email <mailto:john.doe@example.com> ;
  solid:publicTypeIndex <https://example.com/publicTypeIndex.ttl> ;
  solid:privateTypeIndex <https://example.com/privateTypeIndex.ttl> ;
  solid:storage <https://example.com/> .