Martynas Jusevičius

Results 136 issues of Martynas Jusevičius

I'm using 3d-force-graph with custom node/link labels via three-spritetext, which requires access to the THREE namespace to create sprite objects. Currently, I'm loading THREE.js separately: ```html ``` This causes two...

I'm trying to serialize `XMLLiteral`s with [canonical XML](https://www.w3.org/TR/xml-c14n2/) using rdflib and encountered this unhelpful code: https://github.com/RDFLib/rdflib/blob/main/rdflib/term.py#L1784 Can we just remove any "normalization" and let the user take care of that?...

Hi, I was wondering if RDF/JS, or maybe some extending library, supports - or should support - a concept of "resource"? As in higher-level property/value view over the raw triples...