Closed
Description
- Add these prefixes to the SPARQL query for the action generating rdfs:labels.
@prefix media-app: <https://www.iana.org/assignments/media-types/application/> .
@prefix media-txt: <https://www.iana.org/assignments/media-types/text/> .
-
Rename the action to include
rdfs:comment
, for clarity. -
Target files should exclude
gistValidationAnnotations.ttl
. In release11.1.0
,gist:nonConformingLabel
is not included inrdfsAnnotations.ttl
, for reasons I don't understand. It would be nice to figure out why this is so, but failing that it might be prudent to list the files rather than using a wildcardinclude
value.