Martynas Jusevičius

Results 252 comments of Martynas Jusevičius

@eirslett I don't have a package.json :) It's a Java project.

Now it doesn't work with Node v18.17.0 either :/

Specifying both Node and npm versions seems to have helped now: ```xml v22.16.0 11.4.2 ```

@k00ni if you want RDF learning material for non-programmers, then write it? What does W3C have to do with it?

[Model Once, Represent Everywhere: UDA (Unified Data Architecture) at Netflix](https://netflixtechblog.com/uda-unified-data-architecture-6a6aee261d8d)

@lucasalbertins https://github.com/AtomGraph/CSV2RDF might do what you need

My general comment is that I don't like the new arguments of `triples()` and `graphs()`. IMO the equivalent result should be achieved using `default_graph` and `get_named_graph()`. There shouldn't be multiple...

One more question arised while I commenting: what is the graph component for the default graph in `ds.graph()` result? It used to be `DATASET_DEFAULT_GRAPH_ID = URIRef("urn:x-rdflib:default")`, but now that the...

So almost 2 years later and still no solution?...

@vasturiano thanks for the reply. The thing is I'm not even using JS so there's no place really for the `import` statements :) I'm using XSLT via [SaxonJS 3](https://www.saxonica.com/saxonjs/index.xml).