Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gtoffoli/django-eurowiki
Wiki project in wikidata style relying on the gtoffoli/commons ecosystem
https://github.com/gtoffoli/django-eurowiki
Last synced: about 1 month ago
JSON representation
Wiki project in wikidata style relying on the gtoffoli/commons ecosystem
- Host: GitHub
- URL: https://github.com/gtoffoli/django-eurowiki
- Owner: gtoffoli
- License: mit
- Created: 2020-04-22T17:30:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-11T22:18:12.000Z (about 1 year ago)
- Last Synced: 2024-04-16T04:18:35.607Z (9 months ago)
- Language: Python
- Size: 512 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# django-eurowiki
*Django* project in *wikidata* style, relying on the *CommonS Platform*, also known a *CommonSpaces*.This is the starter app of a *Django* project aimed at allowing a comparison of all EU countries,
based mainly on the image that they have of themselves,
with a view to the opportunities for the valorisation of the variety of their institutions and traditions.The specific data architecture will try to emulate that of Wikidata, by relying on RDF.
To host this specific application we will use:
- the *CommonS Platform* (https://github.com/gtoffoli/commons),
to be able to reuse plenty of functions supporting group-work and the building of digital artifacts
- the well-known *rdflib* Python library
- possibly the app *rdflib-django* to map rdflib *triples* to simple Django models.