Tomasz Pluskiewicz
Tomasz Pluskiewicz
I'm re-reading the comments. Is it actually something different from what I proposed above?
No, I don't think it does. Class hierarchy is not property of data itself but of the its meta model (classes). Holger suggest to [run the validation over the union...
I think blank nodes will not be a problem if the "merging" happened in named graphs inside the joint dataset. The only requirement would be address them as `(bnode, graph)`....
The pattern is but a simple escaped regex. You need not look into the XSD escaping rules, which I do not see mentioned by [SHACL spec](https://www.w3.org/TR/shacl/#PatternConstraintComponent) This totally works: ```turtle...
I must admit I am a little confused myself, not having dug deep before. You seem correct about how you followed you nose from SHACL to XSD specs. Section [7.1...
Yes, it definitely if the shapes and data graphs getting mixed up and if they have blank nodes with same label, it looks as though they are used in place...
To sum up my thoughts on the discussion yesterday: I agree that the gateway status codes seem appropriate for `sparqlProxy`. Trifid is indeed `acting as a gateway or proxy`. It's...
The directive is [here](https://github.com/hypermedia-app/shaperone/blob/a3a89b03701c6ebde4ffdc3ea581257d918e144e/packages/wc-vaadin/components/instancesSelect.ts#L58-L83) I wrote this so that I can dynamically create a data provider function and have its params updated without setting the value of combo box's `.dataProvider`...
I would propose a solution where the generated markdown is appended after a certain "magic comment" such as ``` My written documentation Generated by web-component-analyzer ``` Everything after the comment...
I'm having the same problem and I actually would expect the attribute binding to work all the same. In my case, I have a directive which does translation ``. The...