We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Additionally to valueHasString and rdfs:label, valueHasComment was added to the full text index for the triplestore(s).
valueHasString
rdfs:label
valueHasComment
Do we have to adapt the fulltext search templates?
-> jena/fuseki:
@if(triplestore == "embedded-jena-tdb" || triplestore == "fuseki") { ?matchingSubject knora-base:valueHasString ?literal . #?matchingSubject ?p ?literal . #FILTER(?p = knora-base:valueHasString || ?matchingProperty = rdfs:label) }
the literal could also be a comment!
The text was updated successfully, but these errors were encountered:
tobiasschweizer
No branches or pull requests
Additionally to
valueHasString
andrdfs:label
,valueHasComment
was added to the full text index for the triplestore(s).Do we have to adapt the fulltext search templates?
-> jena/fuseki:
the literal could also be a comment!
The text was updated successfully, but these errors were encountered: