Closed rschalkrce closed 3 weeks ago
We already search the schema:identifier
, so I can find the resource that way. However, the resource has no schema:name
and is therefore not returned from the query, which assumes that property.
@rschalkrce Is schema:name
optional or is this a faulty resource?
@ddeboer You're right, schema:name
should be optional in the Rijksmonumenten queries. Can you fix that? (That's probably quicker than me making another branch for these simple edits.)
:tada: This issue has been resolved in version 9.16.4 :tada:
The release is available on npm package (@latest dist-tag)
Your semantic-release bot :package::rocket:
A user remarked that he cannot find the URI of a certain Rijksmonument while searching on its identifier
486800
. It is in the data.Alternatively, searching on
addressLocality
in the demonstrator will not help, because of theLIMIT
in the query.@ddeboer can we fix this in the query, perhaps by adding
schema:address
in theVALUES
, or by manipulating the string for the identifier - keeping in mind we don't want longer response times?