OnroerendErfgoed / skosprovider_sqlalchemy

An implementation of the skosprovider interface against SQLAlchemy.
http://skosprovider-sqlalchemy.readthedocs.org/en/latest/
MIT License
2 stars 7 forks source link

Change concept_id field from Int to String #87

Closed mielvds closed 1 year ago

mielvds commented 2 years ago

The int datatype prevents URIs to be stored as concept_id's, which causes issues in combination with the skosprovider_rdf. See #74

koenedaele commented 1 year ago

Todo: