types icon indicating copy to clipboard operation
types copied to clipboard

Authoritative TypeScript typings for all RDFJS specifications

Results 18 types issues
Sort by recently updated
recently updated
newest added

Moving from Webpack 4 to Vite 4. When we build our application we get the error that Vite: ``` ✘ [ERROR] Could not resolve "./data-model" node_modules/@rdfjs/types/index.d.ts:3:14: 3 │ export *...

Can someone help me understand the need for the `BaseQuad` interface? Seems like the `Quad` interface is sufficient. What is the need for `InQuad` and `OutQuad` in `DatasetCore`, `Dataset`, `DatasetCoreFactory`,...

Based on the discussion in #34 I came to the realisation that when RDF* calls ["quoted triple"](https://w3c.github.io/rdf-star/cg-spec/editors_draft.html#quoted-triples) is in fact not a quad. Consider a simple graph: ```turtle PREFIX :...

it might be a good idea to have it extend from stream.Readable too, but this is less opinionated. (node Readable implements AsyncIterable)

This adds typing support for base directions in literals, as discussed in https://github.com/rdfjs/data-model-spec/pull/175

I would like to propose the introduction of a new RDF/JS term called a `Formula` to represent [Notation3 Formulas / Graph Terms](https://w3c.github.io/N3/spec/#graphterms). Currently, when Notation3 syntax is parsed, Graph Terms...

Currently there is no convention on how to handle the graph term in quoted triples when implementing the RDF-star CG spec. In my view there are 3 ways options of...

(This PR depends on #30) This PR implements the latest state of the new filterable interfaces from the query spec as defined in https://github.com/rdfjs/query-spec/ This PR was branched of from...

I'm currently working on inferencing engines for the web and noticed that there seems to be a lack of standardisation for the representation of entailment rules. I was wondering whether...

Since the `package.json` file does not explicitly list the required `"files"` for npm deployment, many unneeded files are included, which makes the package larger than needed. Some entries that may...