the skos predicate for "has exact match" should be skos:exactMatch, not skos:hasExactMatch
see for example:
|
CREATE VIEW has_exact_match_statement AS SELECT * FROM statements WHERE predicate='skos:hasExactMatch'; |
(and so forth for
broad,
narrow,
related matches)
Is this done this way for a reason, or is it ok to submit an update to fix this?
the skos predicate for "has exact match" should be skos:exactMatch, not skos:hasExactMatch
see for example:
semantic-sql/src/semsql/builder/sql_schema/semsql.sql
Line 1451 in fca69e0
Is this done this way for a reason, or is it ok to submit an update to fix this?