Tobias Schweizer
Tobias Schweizer
May I suggest to add the information to the README that there is an optional argument for `compact`: JsonLdOptions , ? This may be done for other methods, too. The...
Hi there, I have a question regarding validation of `xsd:date` and `xsd:dateTime`. I am using `pyshacl` version 0.19.1. Given the following shapes: ```json { "@context": { "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", "rdfs": "http://www.w3.org/2000/01/rdf-schema#",...
Hi there, Validating an `xsd:float` gives me an unexpected validation report. I am using "PySHACL Version: 0.19.0". Example: shapes graph "shapes.json": ```json { "@context": { "owl": "http://www.w3.org/2002/07/owl#", "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", "rdfs":...
When doing a fulltext search, the results should highlight the terms search for. GraphDB offers a way to do this called "snippet extraction" (http://graphdb.ontotext.com/documentation/standard/lucene-graphdb-connector.html#snippet-extraction). I suggest that the standoff markup...
Link properties are currently flagged as editable in v2 ontology responses but since they are maintained by the system the shouldn't be. Only the link value properties should be marked...
from https://github.com/dhlab-basel/Knora/pull/1379#issuecomment-534487514 When check for single terms to be marke up in specific way, **all** of them are expected to occur: https://github.com/dhlab-basel/Knora/blob/0a1cbc3c4764509d1aa7679e9c7b40fd9d980de4/webapi/src/main/scala/org/knora/webapi/responders/v2/search/gravsearch/prequery/AbstractPrequeryGenerator.scala#L1290-L1299 https://github.com/dhlab-basel/Knora/blob/0a1cbc3c4764509d1aa7679e9c7b40fd9d980de4/webapi/src/main/twirl/queries/sparql/v2/searchFulltextGraphDB.scala.txt#L90-L94 But if the client submits two terms,...
When searching for a list node that has (many) subnodes, the query is very slow both in v1 and v2. Reproducible with beol data. Example: Search for a letter with...
Looking at the definition of the list node in knora-api in complex schema ``` { "@id" : "knora-api:ListNode", "@type" : "owl:Class", "rdfs:comment" : "Represents a flat or hierarchical list", "rdfs:subClassOf"...
I get the following error when I run sbt in my Knora project root: ``` typesafe-releases: unable to get resource for org/apache/logging/log4j#log4j-slf4j-impl;2.11.1: res=https://repo.typesafe.com/typesafe/releases/org/apache/logging/log4j/log4j-slf4j-impl/2.11.1/log4j-slf4j-impl-2.11.1.pom: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException:...
When searching for a list node in the simple schema, the client should be able to restrict the search to a certain language. Also the search result should be served...