Murloc6
Murloc6
This is a draft PR to add to the discussion from #2591
The xslt did not consider the `owl:unionOf` when defining the `rdfs:range` or `rdfs:domain` for properties. These changes add to the domain and range list the ones describe with a `owl:unionOf`
We are trying to round trip json-ld with framing. Our input json-ld document is: ``` { "@context": [ { "@language": "en" }, { "title": { "@id": "dct:title" }, "titles": {...
The other way did not let use the yasqe config as ```javascript new Yasgui(yasguiAnchor, { yasqe: {createShareableLink}, }) ```