-
Property.range
: We added a newrange
field (datatype) toProperty
. This information is now being retrieved automatically by most stores. -
Property.some_value()
andPropeprty.no_value()
: We added new, simpler APIs to constructSomeValueSnak
's andNoValueSnaks
's. -
Filter
: We renamed theFilterPattern
object toFilter
to distinguish it from patterns. -
More expressive fingerprints: We redesigned the structure of fingerprints. We now distinguish between value and snak fingerprints and allow these to be composed using and's (
&
) and or's (|
). -
Subject, property, and value masks in
filter()
: We added full support for entity masks toFilter
. -
The
SPARQL_Store
is finally using the compiler infrastructure and template instantiation to generate the SPARQL query offilter()
and parse the results. -
vocabulary.wd.downloader
: We added a new entity description downloader module. We also updated the format of the TSV files.