com.inrupt.client.test.rdf.profileExample.ttl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of inrupt-client-test Show documentation
Show all versions of inrupt-client-test Show documentation
Test cases shared across modules.
The newest version!
@prefix : .
@prefix foaf: .
@prefix schema: .
@prefix solid: .
@prefix space: .
:card
a foaf:PersonalProfileDocument;
foaf:maker :me;
foaf:primaryTopic :me.
:me
a schema:Person, foaf:Person;
space:preferencesFile ;
solid:privateTypeIndex ;
solid:publicTypeIndex ;
foaf:name "Jane Doe";
solid:oidcIssuer .