| ... | ... | @@ -107,11 +107,13 @@ Did you notice the presence of a context ? |
|
|
|
}
|
|
|
|
]
|
|
|
|
```
|
|
|
|
### It is a way to go from the Json to JsonLD
|
|
|
|
### It is a way to go from the Json to [JsonLD](https://fr.wikipedia.org/wiki/JSON-LD)
|
|
|
|
|
|
|
|
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.
|
|
|
|
JsonLD is an [RDF](https://en.wikipedia.org/wiki/RDF) implementation, which is its-selft the basic language of [semantic web](https://en.wikipedia.org/wiki/Semantic_Web).
|
|
|
|
|
|
|
|
This context allows you to link object properties in a JSON document to concepts in an o[ntology](https://en.wikipedia.org/wiki/Web_Ontology_Language).
|
|
|
|
|
|
|
|
Here is the context referred :
|
|
|
|
|
| ... | ... | @@ -147,6 +149,11 @@ 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 |
|
|
|
|
|
|
|
|
|
|
|
|
Now we can describe a user for every machines in the world using a universal language :)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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)
|
|
|
|
|