Giter Club home page Giter Club logo

django-skosxl's Introduction

Django-SKOSXL

What is django-skosxl good for?

django-coop is a set of several apps to make different websites cooperate. It is based on Django.

Websites often need to categorize things, but when time comes for agregating all the data and gather them by tags or categories, we often have face the fact that we have differents systems. Term reconciliation is a hard task.

The W3C SKOS specification allows us to define schemes of related Concepts, and the XL extension to the SKOS RDF vocabulary allow us to specify different labels in different languages, so you can have a "preferred label" for english, for french, and alternative or hidden labels too.

The goal is here is to allow free tagging of objects (folksonomy), but then regroup similar terms into common concepts. And finally link the concepts between them, using the SKOS relations (broader, narrower, related).

The label management part of this app is built around django-taggit, in order to ease end-user input of the labels. The django admin site then allows an administrator to link labels to concepts and model its SKOS concept tree.

License

django-skosxl uses the same license as Django (BSD-like).

django-skosxl's People

Contributors

domguard avatar rob-metalinkage avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

django-skosxl's Issues

Cross walk utility

Add a tool to improve cross-reference (skos:*Match) additions, and allow submission of suggestions without rights to edit ConceptSchemes

update for python 3

Update to python 3.8+
RDF_IO already updated - so no dependency blockers.

Concepts tied to tagging process

Current functionality is restricted to having tags defined in tagging process - you dont seem to be able to add labels in the admin form - and you cant have the same label in two different languages, or for two different concepts in different concept schemes. Basically the model is for one concept scheme - the tag space. Other things like having only one slot for skos:notation seem to be based on very specific use cases. I'll have a go at generalising it at https://github.com/rob-metalinkage/django-skosxl

update to support django >= 1.6

pull request nearly there... but struggling with changes to Admin

Request Method: GET
Request URL: http://192.168.56.151/admin/skosxl/concept/add/
Django Version: 1.6.10
Exception Type: AttributeError
Exception Value:

'NoneType' object has no attribute '_registry'
Exception Location: /home/mapstory/.virtualenvs/mapstory/local/lib/python2.7/site-packages/django/contrib/admin/widgets.py in render, line 148

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.