mc2skos
mc2skos copied to clipboard
How to select number spans and table entries?
I'd like to filter DDC number spans and table entries which both differ from normal DDC classes. Internally we introduced the URIs http://dewey.info/type/NumberSpan and http://dewey.info/type/TableEntry in addition to skos:Concept. See https://github.com/gbv/mc2skos/commit/8af832379958d7df56c334c7b6fc3d0f359a26be for an example.
Seems useful. So far I've used FILTER (STRSTARTS(STR(?scheme), "http://dewey.info/table/")) and FILTER(!REGEX(STR(?c), "[0-9]-[0-9]"))which is raaather messy when I needed to filter those :)