| ... | ... | @@ -109,7 +109,10 @@ Did you notice the presence of a context ? |
|
|
|
```
|
|
|
|
### It is a way to go from the Json to JsonLD
|
|
|
|
|
|
|
|
That's mean that
|
|
|
|
That's mean that encode Linked Data using Json.
|
|
|
|
|
|
|
|
This context allows you to link object properties in a JSON document to concepts in an ontology.
|
|
|
|
|
|
|
|
Here is the context referred :
|
|
|
|
|
|
|
|
```json
|
| ... | ... | @@ -139,7 +142,10 @@ Here is the context referred : |
|
|
|
}
|
|
|
|
}
|
|
|
|
```
|
|
|
|
The type we use is `foaf`. If you go to : http://xmlns.com/foaf/0.1/
|
|
|
|
You'll see that the properties which we can use are :
|
|
|
|
|
|
|
|
account | accountName | accountServiceHomepage | age | aimChatID | based_near | birthday | currentProject | depiction | depicts | dnaChecksum | familyName | family_name | firstName | focus | fundedBy | geekcode | gender | givenName | givenname | holdsAccount | homepage | icqChatID | img | interest | isPrimaryTopicOf | jabberID | knows | lastName | logo | made | maker | mbox | mbox_sha1sum | member | membershipClass | msnChatID | myersBriggs | name | nick | openid | page | pastProject | phone | plan | primaryTopic | publications | schoolHomepage | sha1 | skypeID | status | surname | theme | thumbnail | tipjar | title | topic | topic_interest | weblog | workInfoHomepage | workplaceHomepage | yahooChatID |
|
|
|
|
|
|
|
|
The page is still in process and constructed in french.
|
|
|
|
You can participate to [the review](https://docs.google.com/document/d/1l70VbMxgGPAVuyT9_MtxLHhnELBE__hl40gE7AaJvk8/edit?usp=sharing)
|
| ... | ... | |
| ... | ... | |