chore: Replace rdf-js import with @rdfjs/types

This commit is contained in:
Joachim Van Herwegen
2024-01-15 09:31:17 +01:00
parent 19f9ef7882
commit e09b53b20d
27 changed files with 27 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
import 'jest-rdf';
import { DataFactory } from 'n3';
import type { Quad } from 'rdf-js';
import type { Quad } from '@rdfjs/types';
import { BasicRepresentation } from '../../../../src/http/representation/BasicRepresentation';
import type { Patch } from '../../../../src/http/representation/Patch';
import type { RdfDatasetRepresentation } from '../../../../src/http/representation/RdfDatasetRepresentation';

View File

@@ -1,6 +1,6 @@
import 'jest-rdf';
import { DataFactory, Store } from 'n3';
import type { Quad } from 'rdf-js';
import type { Quad } from '@rdfjs/types';
import type { Algebra } from 'sparqlalgebrajs';
import { translate } from 'sparqlalgebrajs';
import { BasicRepresentation } from '../../../../src/http/representation/BasicRepresentation';