-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add json-ld context #57
base: master
Are you sure you want to change the base?
Conversation
Thanks @brechtvdv! If @EmidioStani’s comment can be addresses I think this is good to go! Not blocking for the approval:
|
{
"@context": "https://w3id.org/ldes/context",
"@id": "MyCollection",
"view": {
"@id":"", → indicating a relative IRI to the current page
"relations": [
{
"@type": "tree:GreaterThanRelation",
...
}
]
},
"members": [
{
...
}
]
} Something we must do however is add a symbolic link from By creating this JSON-LD example I also wonder whether it’s a good idea to changer the |
Thanks for the comments. Why not "views" as there can be multiple? |
No: a page that is the one that has been fetched at this moment only has 1 |
But when this context is used at a catalogue page, there can be multiple? |
This is currently not well worked out, how a catalog should look like. While I see implementations using it for that purpose I would actually refrain from doing that. See https://treecg.github.io/specification/discovery |
A PR is opened for the symbolic link: perma-id/w3id.org#4600 |
No description provided.