We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is a use case to express connections between entities with qualifiers, e.g.
This can be modeled similar to Wikibase data model in JSON:
{ "qualifiedRelations": { "http://example.org/relations/membership": { "prefLabel": { "en": "member of", "de": "Mitgliedschaft" }, "claims": [ { "resource": { "uri": "http://example.org/org/party1" }, "startDate": "2021-12-07" "endDate": "2021-12-07" }, { "resource": { "uri": "http://example.org/org/party2" }, "startDate": "2021-12-08", "rank": "preferred" } ] } } }
A list of qualifiers (here startDate and endDate needs to be defined).
startDate
endDate
This could be extended to statement with object type other than resource (e.g. number of habitants, geographic coordinates...).
Documentation should explain differences to Wikibase data model as well:
The text was updated successfully, but these errors were encountered:
I am happy to attach the first scribble (for documentation)
Sorry, something went wrong.
DANTE fields to also cover (TODO: define/find property URIs for these):
Better use name qualifiedRelation. TODO: JSON-LD context to map to RDF.
qualifiedRelation
No branches or pull requests
There is a use case to express connections between entities with qualifiers, e.g.
This can be modeled similar to Wikibase data model in JSON:
A list of qualifiers (here
startDate
andendDate
needs to be defined).This could be extended to statement with object type other than resource (e.g. number of habitants, geographic coordinates...).
Documentation should explain differences to Wikibase data model as well:
The text was updated successfully, but these errors were encountered: