Skip to content

Commit

Permalink
Add more FOAF properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenVerborgh committed Oct 15, 2018
1 parent 0bd4e9d commit 8f476d3
Showing 1 changed file with 39 additions and 12 deletions.
51 changes: 39 additions & 12 deletions src/context.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,45 @@
"label": "rdfs:label",

"foaf": "http://xmlns.com/foaf/0.1/",
"account": "foaf:account",
"age": "foaf:age",
"birthday": "foaf:birthday",
"blog": "foaf:weblog",
"firstName": "foaf:givenName",
"friends": "foaf:knows",
"gender": "foaf:gender",
"homepage": "foaf:homepage",
"interest": "foaf:interest",
"knows": "foaf:knows",
"lastName": "foaf:familyName",
"name": "foaf:name",
"account": "foaf:account",
"accounts": "foaf:account",
"age": "foaf:age",
"basedNear": "foaf:based_near",
"birthday": "foaf:birthday",
"blog": "foaf:weblog",
"depiction": "foaf:depiction",
"depicts": "foaf:depicts",
"email": "foaf:mbox",
"familyName": "foaf:familyName",
"firstName": "foaf:givenName",
"friend": "foaf:knows",
"friends": "foaf:knows",
"gender": "foaf:gender",
"givenName": "foaf:givenName",
"homepage": "foaf:homepage",
"image": "foaf:img",
"images": "foaf:img",
"interest": "foaf:topic_interest",
"interests": "foaf:topic_interest",
"knows": "foaf:knows",
"lastName": "foaf:familyName",
"logo": "foaf:logo",
"made": "foaf:made",
"maker": "foaf:maker",
"member": "foaf:member",
"name": "foaf:name",
"nick": "foaf:nick",
"page": "foaf:page",
"pages": "foaf:page",
"primaryTopic": "foaf:primaryTopic",
"primaryTopicOf": "foaf:primaryTopicOf",
"publication": "foaf:publications",
"publications": "foaf:publications",
"thumbnail": "foaf:thumbnail",
"thumbnails": "foaf:thumbnail",
"title": "foaf:title",
"topic": "foaf:topic",
"topics": "foaf:topic",

"solid": "http://www.w3.org/ns/solid/terms#",
"oidcIssuer": "solid:oidcIssuer",
Expand Down

0 comments on commit 8f476d3

Please sign in to comment.