Splitter for full datasets
Implement a splitter that can distinguish between wikidata Items and wikidata Properties.
The dataset that is gotten from wikidata will contain both types of entries (and others as well). This splitter should be able to split them according to a method.
The most pedantic method is to check if there is a predicate <http://www.w3.org/1999/02/22-rdf-syntax-ns#type>
and then redirect all entries with that subject to another file.
A more basic method is to check for IRIREFs with /Q
or /P
.
This feature is necessary to implement property mappings.