You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far, the relations that are exploited by stwfsa are hardwired: Before #57 stwfsa only considered prefLabel and altLabel from the SKOS namespace. After that PR it was extended to hiddenLabel, altLabelNarrower and altLabelRelated which are from a ZBW specific namespace.
Desired change: Let users specify which relations they want stwfsa to consider, including namespaces:
if no namespace is given, the default is the SKOS namespace, and user can specify among prefLabel, altLabel, hiddenLabel
if a namespace is given then the user needs to make sure the corresponding file is uploaded and can specify relations from that file
the relations hiddenLabel, altLabelNarrower and altLabelRelated mentioned above need to be de-hardwired again and the solution implemented in the second bullet point used
Potential interactions with #13 should be checked.
The text was updated successfully, but these errors were encountered:
So far, the relations that are exploited by stwfsa are hardwired: Before #57 stwfsa only considered prefLabel and altLabel from the SKOS namespace. After that PR it was extended to hiddenLabel, altLabelNarrower and altLabelRelated which are from a ZBW specific namespace.
Desired change: Let users specify which relations they want stwfsa to consider, including namespaces:
Potential interactions with #13 should be checked.
The text was updated successfully, but these errors were encountered: