Tomasz Pluskiewicz

Results 413 comments of Tomasz Pluskiewicz

To add to this subject, I'd also welcome this feature to be able to separate layers which have various mutually exclusive properties. I tried with links but the drag &...

Worked well for my use case. Thanks! While I have your attention, could you merge #2093? I rebase and updated a number of times to sync with latest changes :)

Hello. Any chance to revisit this?

Bottom line, why is there even a distinction between default and custom metadata and the necessity to prefix with `!` Would it be possible to treat all keys the same

I am a little confused by this answer. Where does shell play a part? I would've expect it to be possible like ```html Foo: bar ``` And overrides are uniform...

From that same paragraph, the next sentence: > A shape has at most one [value](https://www.w3.org/TR/shacl/#dfn-value) for sh:path I thought this meant that it's fine without `sh:path`. For comparison, here's the...

I see. Some CLI tools allow variadic arguments and if they are not last, they would be delimited by a double dash ```diff -arq --data data/1.ttl --data data/2.ttl "SELECT (Count(*)...

FYI, I reported this to AllegroGraph this week. Will be fixed in version 8.1.1

Hello @MuhammadShafaatKhan13. SHACL SPARQL is definitely something that we would like to have. The biggest blocker right now is an in-memory implementation of SPARQL queries. The only working option that...

Indeed, that is a know issue. If nothing in the data graph matches any shape targets (ie. in your example there is no resource with type `dcat:Catalog`), then no validation...