OnroerendErfgoed / skosprovider_rdf

Skosprovider implementation backed by RDF
http://skosprovider-rdf.readthedocs.org
MIT License
2 stars 4 forks source link

Inconsistent identifiers #7

Closed koenedaele closed 9 years ago

koenedaele commented 9 years ago

Since 96801a5c97945a8cbea95efc3e46f9794ba8f052 we're dumping the id of a concept or collection as dcterms:identifier, and no longer as dc:identifier. This is indeed better than the old version, but when reading we are only reading dc:identifier and ignoring dcterms:identifier.

Technically speaking, dcterms:identifier is a subproperty of dc:identifier, so it is possible that reading dc:identifier also picks up dcterms:identifier. But if this is not the case, we should try to read both of them.