New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@tpluscode/rdf-ns-builders

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tpluscode/rdf-ns-builders - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

vocabularies/acl.d.ts

47

CHANGELOG.md
# Changelog
## 0.4.1
### Patch Changes
- b2244bf: Updated: `dash`, `dbo`, `dcat`, `hydra`, `lvont`, `qudt`, `schema`
- b2244bf: Added:
| Prefix | Namespace |
| -------------- | ------------------------------------------- |
| `acl` | http://www.w3.org/ns/auth/acl# |
| `constants` | http://qudt.org/vocab/constant/ |
| `discipline` | http://qudt.org/vocab/discipline/ |
| `dpv` | http://www.w3.org/ns/dpv# |
| `prefix` | http://qudt.org/2.1/vocab/prefix/ |
| `qkdv` | http://qudt.org/vocab/dimensionvector/ |
| `quantitykind` | http://qudt.org/vocab/quantitykind/ |
| `rico` | https://www.ica.org/standards/RiC/ontology# |
| `shex` | http://www.w3.org/ns/shex# |
| `sou` | http://qudt.org/vocab/sou/ |
| `unit` | http://qudt.org/vocab/unit/ |
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

@@ -7,6 +28,5 @@

### Features
* update to named nodes with string types ([4040e87](https://github.com/tpluscode/rdf-ns-builders/commit/4040e87577574c6fe99dd416fc31ed96aa9587bb))
- update to named nodes with string types ([4040e87](https://github.com/tpluscode/rdf-ns-builders/commit/4040e87577574c6fe99dd416fc31ed96aa9587bb))

@@ -17,13 +37,11 @@ ### [0.3.7](https://github.com/tpluscode/rdf-ns-builders/compare/v0.3.6...v0.3.7) (2020-07-14)

### Bug Fixes
* exports must begin with ./ ([134b7dd](https://github.com/tpluscode/rdf-ns-builders/commit/134b7dd4bc83a10806a10f439787f797e163aa53))
- exports must begin with ./ ([134b7dd](https://github.com/tpluscode/rdf-ns-builders/commit/134b7dd4bc83a10806a10f439787f797e163aa53))
### [0.3.5](https://github.com/tpluscode/rdf-ns-builders/compare/v0.3.4...v0.3.5) (2020-06-17)
### Features
* added dash prefix ([d5c6a13](https://github.com/tpluscode/rdf-ns-builders/commit/d5c6a13d9ee51a8e3599d507bc5e90071d004ec1))
- added dash prefix ([d5c6a13](https://github.com/tpluscode/rdf-ns-builders/commit/d5c6a13d9ee51a8e3599d507bc5e90071d004ec1))

@@ -40,17 +58,15 @@ ### [0.3.4](https://github.com/tpluscode/rdf-ns-builders/compare/v0.3.3...v0.3.4) (2020-06-12)

### Bug Fixes
* missing type declarations ([86b5568](https://github.com/tpluscode/rdf-ns-builders/commit/86b5568309bf98f6e999bd15d20b49b9bff7f06d))
- missing type declarations ([86b5568](https://github.com/tpluscode/rdf-ns-builders/commit/86b5568309bf98f6e999bd15d20b49b9bff7f06d))
## [0.2.0](https://github.com/tpluscode/rdf-ns-builders/compare/v0.1.0...v0.2.0) (2020-05-18)
### ⚠ BREAKING CHANGES
* removed commonjs exports
- removed commonjs exports
### build
* es-modules only package ([#1](https://github.com/tpluscode/rdf-ns-builders/issues/1)) ([952853c](https://github.com/tpluscode/rdf-ns-builders/commit/952853c3ecfb41d02a1486db010c2f9e860a9c81))
- es-modules only package ([#1](https://github.com/tpluscode/rdf-ns-builders/issues/1)) ([952853c](https://github.com/tpluscode/rdf-ns-builders/commit/952853c3ecfb41d02a1486db010c2f9e860a9c81))

@@ -61,6 +77,5 @@ ## [0.1.0](https://github.com/tpluscode/rdf-ns-builders/compare/v0.0.4...v0.1.0) (2020-02-29)

### Bug Fixes
* exports were missing the namespace builder annotation ([21447d0](https://github.com/tpluscode/ts-template/commit/21447d0aa0a30e42038023b6207ae3630c22cff2))
- exports were missing the namespace builder annotation ([21447d0](https://github.com/tpluscode/ts-template/commit/21447d0aa0a30e42038023b6207ae3630c22cff2))

@@ -71,12 +86,10 @@ ### [0.0.3](https://github.com/tpluscode/ts-template/compare/v0.0.2...v0.0.3) (2020-02-23)

### Bug Fixes
* mark side-effects free ([aabc816](https://github.com/tpluscode/ts-template/commit/aabc816278bf0a7eca84dde0273c549ac46d611b))
- mark side-effects free ([aabc816](https://github.com/tpluscode/ts-template/commit/aabc816278bf0a7eca84dde0273c549ac46d611b))
### 0.0.1 (2020-02-23)
### Features
* generated first version from @zazuko/rdf-vocabularies ([a63160c](https://github.com/tpluscode/ts-template/commit/a63160c91130045f08ca585654291d60ddebceda))
- generated first version from @zazuko/rdf-vocabularies ([a63160c](https://github.com/tpluscode/ts-template/commit/a63160c91130045f08ca585654291d60ddebceda))

@@ -0,4 +1,6 @@

export * from './vocabularies/acl';
export * from './vocabularies/as';
export * from './vocabularies/cc';
export * from './vocabularies/cnt';
export * from './vocabularies/constant';
export * from './vocabularies/csvw';

@@ -11,3 +13,5 @@ export * from './vocabularies/ctag';

export * from './vocabularies/dcterms';
export * from './vocabularies/discipline';
export * from './vocabularies/doap';
export * from './vocabularies/dpv';
export * from './vocabularies/dqv';

@@ -37,20 +41,24 @@ export * from './vocabularies/dtype';

export * from './vocabularies/owl';
export * from './vocabularies/prefix';
export * from './vocabularies/prov';
export * from './vocabularies/qb';
export * from './vocabularies/qkdv';
export * from './vocabularies/quantitykind';
export * from './vocabularies/qudt';
export * from './vocabularies/qudtv';
export * from './vocabularies/rdau';
export * from './vocabularies/rdf';
export * from './vocabularies/rdau';
export * from './vocabularies/rdfa';
export * from './vocabularies/rdfs';
export * from './vocabularies/rev';
export * from './vocabularies/rico';
export * from './vocabularies/rif';
export * from './vocabularies/rr';
export * from './vocabularies/rss';
export * from './vocabularies/sem';
export * from './vocabularies/schema';
export * from './vocabularies/sd';
export * from './vocabularies/sdmx';
export * from './vocabularies/sem';
export * from './vocabularies/sf';
export * from './vocabularies/sh';
export * from './vocabularies/shex';
export * from './vocabularies/sioc';

@@ -60,5 +68,7 @@ export * from './vocabularies/skos';

export * from './vocabularies/sosa';
export * from './vocabularies/sou';
export * from './vocabularies/ssn';
export * from './vocabularies/test';
export * from './vocabularies/time';
export * from './vocabularies/unit';
export * from './vocabularies/v';

@@ -65,0 +75,0 @@ export * from './vocabularies/vaem';

"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./vocabularies/as"));
__export(require("./vocabularies/cc"));
__export(require("./vocabularies/cnt"));
__export(require("./vocabularies/csvw"));
__export(require("./vocabularies/ctag"));
__export(require("./vocabularies/dash"));
__export(require("./vocabularies/dbo"));
__export(require("./vocabularies/dc11"));
__export(require("./vocabularies/dcat"));
__export(require("./vocabularies/dcterms"));
__export(require("./vocabularies/doap"));
__export(require("./vocabularies/dqv"));
__export(require("./vocabularies/dtype"));
__export(require("./vocabularies/duv"));
__export(require("./vocabularies/earl"));
__export(require("./vocabularies/foaf"));
__export(require("./vocabularies/frbr"));
__export(require("./vocabularies/geo"));
__export(require("./vocabularies/geof"));
__export(require("./vocabularies/geor"));
__export(require("./vocabularies/gml"));
__export(require("./vocabularies/gn"));
__export(require("./vocabularies/gr"));
__export(require("./vocabularies/grddl"));
__export(require("./vocabularies/gtfs"));
__export(require("./vocabularies/http"));
__export(require("./vocabularies/hydra"));
__export(require("./vocabularies/ical"));
__export(require("./vocabularies/ldp"));
__export(require("./vocabularies/lvont"));
__export(require("./vocabularies/ma"));
__export(require("./vocabularies/oa"));
__export(require("./vocabularies/og"));
__export(require("./vocabularies/org"));
__export(require("./vocabularies/owl"));
__export(require("./vocabularies/prov"));
__export(require("./vocabularies/qb"));
__export(require("./vocabularies/qudt"));
__export(require("./vocabularies/qudtv"));
__export(require("./vocabularies/rdf"));
__export(require("./vocabularies/rdau"));
__export(require("./vocabularies/rdfa"));
__export(require("./vocabularies/rdfs"));
__export(require("./vocabularies/rev"));
__export(require("./vocabularies/rif"));
__export(require("./vocabularies/rr"));
__export(require("./vocabularies/rss"));
__export(require("./vocabularies/sem"));
__export(require("./vocabularies/schema"));
__export(require("./vocabularies/sd"));
__export(require("./vocabularies/sdmx"));
__export(require("./vocabularies/sf"));
__export(require("./vocabularies/sh"));
__export(require("./vocabularies/sioc"));
__export(require("./vocabularies/skos"));
__export(require("./vocabularies/skosxl"));
__export(require("./vocabularies/sosa"));
__export(require("./vocabularies/ssn"));
__export(require("./vocabularies/test"));
__export(require("./vocabularies/time"));
__export(require("./vocabularies/v"));
__export(require("./vocabularies/vaem"));
__export(require("./vocabularies/vann"));
__export(require("./vocabularies/vcard"));
__export(require("./vocabularies/void"));
__export(require("./vocabularies/vs"));
__export(require("./vocabularies/wdr"));
__export(require("./vocabularies/wdrs"));
__export(require("./vocabularies/wgs"));
__export(require("./vocabularies/xhv"));
__export(require("./vocabularies/xkos"));
__export(require("./vocabularies/xml"));
__export(require("./vocabularies/xsd"));
__exportStar(require("./vocabularies/acl"), exports);
__exportStar(require("./vocabularies/as"), exports);
__exportStar(require("./vocabularies/cc"), exports);
__exportStar(require("./vocabularies/cnt"), exports);
__exportStar(require("./vocabularies/constant"), exports);
__exportStar(require("./vocabularies/csvw"), exports);
__exportStar(require("./vocabularies/ctag"), exports);
__exportStar(require("./vocabularies/dash"), exports);
__exportStar(require("./vocabularies/dbo"), exports);
__exportStar(require("./vocabularies/dc11"), exports);
__exportStar(require("./vocabularies/dcat"), exports);
__exportStar(require("./vocabularies/dcterms"), exports);
__exportStar(require("./vocabularies/discipline"), exports);
__exportStar(require("./vocabularies/doap"), exports);
__exportStar(require("./vocabularies/dpv"), exports);
__exportStar(require("./vocabularies/dqv"), exports);
__exportStar(require("./vocabularies/dtype"), exports);
__exportStar(require("./vocabularies/duv"), exports);
__exportStar(require("./vocabularies/earl"), exports);
__exportStar(require("./vocabularies/foaf"), exports);
__exportStar(require("./vocabularies/frbr"), exports);
__exportStar(require("./vocabularies/geo"), exports);
__exportStar(require("./vocabularies/geof"), exports);
__exportStar(require("./vocabularies/geor"), exports);
__exportStar(require("./vocabularies/gml"), exports);
__exportStar(require("./vocabularies/gn"), exports);
__exportStar(require("./vocabularies/gr"), exports);
__exportStar(require("./vocabularies/grddl"), exports);
__exportStar(require("./vocabularies/gtfs"), exports);
__exportStar(require("./vocabularies/http"), exports);
__exportStar(require("./vocabularies/hydra"), exports);
__exportStar(require("./vocabularies/ical"), exports);
__exportStar(require("./vocabularies/ldp"), exports);
__exportStar(require("./vocabularies/lvont"), exports);
__exportStar(require("./vocabularies/ma"), exports);
__exportStar(require("./vocabularies/oa"), exports);
__exportStar(require("./vocabularies/og"), exports);
__exportStar(require("./vocabularies/org"), exports);
__exportStar(require("./vocabularies/owl"), exports);
__exportStar(require("./vocabularies/prefix"), exports);
__exportStar(require("./vocabularies/prov"), exports);
__exportStar(require("./vocabularies/qb"), exports);
__exportStar(require("./vocabularies/qkdv"), exports);
__exportStar(require("./vocabularies/quantitykind"), exports);
__exportStar(require("./vocabularies/qudt"), exports);
__exportStar(require("./vocabularies/rdau"), exports);
__exportStar(require("./vocabularies/rdf"), exports);
__exportStar(require("./vocabularies/rdfa"), exports);
__exportStar(require("./vocabularies/rdfs"), exports);
__exportStar(require("./vocabularies/rev"), exports);
__exportStar(require("./vocabularies/rico"), exports);
__exportStar(require("./vocabularies/rif"), exports);
__exportStar(require("./vocabularies/rr"), exports);
__exportStar(require("./vocabularies/rss"), exports);
__exportStar(require("./vocabularies/schema"), exports);
__exportStar(require("./vocabularies/sd"), exports);
__exportStar(require("./vocabularies/sdmx"), exports);
__exportStar(require("./vocabularies/sem"), exports);
__exportStar(require("./vocabularies/sf"), exports);
__exportStar(require("./vocabularies/sh"), exports);
__exportStar(require("./vocabularies/shex"), exports);
__exportStar(require("./vocabularies/sioc"), exports);
__exportStar(require("./vocabularies/skos"), exports);
__exportStar(require("./vocabularies/skosxl"), exports);
__exportStar(require("./vocabularies/sosa"), exports);
__exportStar(require("./vocabularies/sou"), exports);
__exportStar(require("./vocabularies/ssn"), exports);
__exportStar(require("./vocabularies/test"), exports);
__exportStar(require("./vocabularies/time"), exports);
__exportStar(require("./vocabularies/unit"), exports);
__exportStar(require("./vocabularies/v"), exports);
__exportStar(require("./vocabularies/vaem"), exports);
__exportStar(require("./vocabularies/vann"), exports);
__exportStar(require("./vocabularies/vcard"), exports);
__exportStar(require("./vocabularies/void"), exports);
__exportStar(require("./vocabularies/vs"), exports);
__exportStar(require("./vocabularies/wdr"), exports);
__exportStar(require("./vocabularies/wdrs"), exports);
__exportStar(require("./vocabularies/wgs"), exports);
__exportStar(require("./vocabularies/xhv"), exports);
__exportStar(require("./vocabularies/xkos"), exports);
__exportStar(require("./vocabularies/xml"), exports);
__exportStar(require("./vocabularies/xsd"), exports);
{
"name": "@tpluscode/rdf-ns-builders",
"version": "0.4.0",
"version": "0.4.1",
"description": "Generated RDF/JS namespace builders for common vocabularies",

@@ -15,3 +15,4 @@ "main": "index.js",

"build:cjs": "tsc",
"build:esm": "babel src --out-dir . --extensions .ts --out-file-extension .mjs"
"build:esm": "babel src --out-dir . --extensions .ts --out-file-extension .mjs",
"release": "changeset publish"
},

@@ -36,21 +37,20 @@ "exports": {

"devDependencies": {
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"@babel/cli": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@babel/preset-typescript": "^7.10.1",
"@babel/register": "^7.10.4",
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@changesets/cli": "^2.14.1",
"@rdfjs/data-model": "^1.1.2",
"@tpluscode/eslint-config": "0.0.4",
"@types/chai": "^4.2.11",
"@types/clownface": "^0.12.7",
"@types/rdfjs__namespace": "^1.1.1",
"@types/rdf-js": "^3",
"@types/chai": "^4.2.11",
"@types/mocha": "^8.0.0",
"@types/rdf-ext": "^1.3.5",
"@types/rdf-js": "^3",
"@types/rdfjs__namespace": "^1.1.1",
"@types/yargs": "^15.0.3",
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.19.0",
"@zazuko/rdf-vocabularies": "^2020.8.17",
"@zazuko/rdf-vocabularies": "2021.3.17",
"babel-plugin-add-import-extension": "^1.3.1",

@@ -60,6 +60,5 @@ "c8": "^7.2.1",

"clownface": "^0.12.1",
"cz-conventional-changelog": "^3.0.2",
"husky": "^3.1.0",
"mocha": "^8.0.1",
"lint-staged": "^10.0.7",
"mocha": "^8.3.2",
"npm-run-all": "^4.1.5",

@@ -86,3 +85,2 @@ "standard": "^14.3.1",

"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged && tsc --noEmit"

@@ -95,8 +93,3 @@ }

]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
}
}

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.as = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.as = namespace_1.default("http://www.w3.org/ns/activitystreams#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.cc = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.cc = namespace_1.default("http://creativecommons.org/ns#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.cnt = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.cnt = namespace_1.default("http://www.w3.org/2011/content#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.csvw = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.csvw = namespace_1.default("http://www.w3.org/ns/csvw#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ declare type Ctag = NamespaceBuilder & {};

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.ctag = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.ctag = namespace_1.default("http://commontag.org/ns#");

@@ -0,7 +1,5 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";
import { NamedNode } from "rdf-js";
declare type Dash = NamespaceBuilder & {
"Action-actionGroup": NamedNode<'http://datashapes.org/dash#Action-actionGroup'>;
"Action-actionIconClass": NamedNode<'http://datashapes.org/dash#Action-actionIconClass'>;
"Action-parameter": NamedNode<'http://datashapes.org/dash#Action-parameter'>;
"Action": NamedNode<'http://datashapes.org/dash#Action'>;

@@ -28,4 +26,4 @@ "ActionGroup": NamedNode<'http://datashapes.org/dash#ActionGroup'>;

"DateTimePickerEditor": NamedNode<'http://datashapes.org/dash#DateTimePickerEditor'>;
"DefaultValueTypeRule": NamedNode<'http://datashapes.org/dash#DefaultValueTypeRule'>;
"DefinitionPropertyGroup": NamedNode<'http://datashapes.org/dash#DefinitionPropertyGroup'>;
"DepictionRole": NamedNode<'http://datashapes.org/dash#DepictionRole'>;
"DescriptionRole": NamedNode<'http://datashapes.org/dash#DescriptionRole'>;
"DetailsEditor": NamedNode<'http://datashapes.org/dash#DetailsEditor'>;

@@ -51,4 +49,5 @@ "DetailsViewer": NamedNode<'http://datashapes.org/dash#DetailsViewer'>;

"HyperlinkViewer": NamedNode<'http://datashapes.org/dash#HyperlinkViewer'>;
"IDRole": NamedNode<'http://datashapes.org/dash#IDRole'>;
"IconRole": NamedNode<'http://datashapes.org/dash#IconRole'>;
"ImageViewer": NamedNode<'http://datashapes.org/dash#ImageViewer'>;
"ImplementationPropertyGroup": NamedNode<'http://datashapes.org/dash#ImplementationPropertyGroup'>;
"IndexedConstraintComponent-indexed": NamedNode<'http://datashapes.org/dash#IndexedConstraintComponent-indexed'>;

@@ -59,2 +58,4 @@ "IndexedConstraintComponent": NamedNode<'http://datashapes.org/dash#IndexedConstraintComponent'>;

"JSTestCase": NamedNode<'http://datashapes.org/dash#JSTestCase'>;
"KeyInfoRole": NamedNode<'http://datashapes.org/dash#KeyInfoRole'>;
"LabelRole": NamedNode<'http://datashapes.org/dash#LabelRole'>;
"LabelViewer": NamedNode<'http://datashapes.org/dash#LabelViewer'>;

@@ -65,6 +66,6 @@ "LangStringViewer": NamedNode<'http://datashapes.org/dash#LangStringViewer'>;

"LiteralViewer": NamedNode<'http://datashapes.org/dash#LiteralViewer'>;
"ModifyAction-skipPreview": NamedNode<'http://datashapes.org/dash#ModifyAction-skipPreview'>;
"ModifyAction": NamedNode<'http://datashapes.org/dash#ModifyAction'>;
"MultiEditor": NamedNode<'http://datashapes.org/dash#MultiEditor'>;
"MultiViewer": NamedNode<'http://datashapes.org/dash#MultiViewer'>;
"NodeExpressionViewer": NamedNode<'http://datashapes.org/dash#NodeExpressionViewer'>;
"NonRecursiveConstraintComponent-nonRecursive": NamedNode<'http://datashapes.org/dash#NonRecursiveConstraintComponent-nonRecursive'>;

@@ -77,2 +78,5 @@ "NonRecursiveConstraintComponent": NamedNode<'http://datashapes.org/dash#NonRecursiveConstraintComponent'>;

"PrimaryKeyConstraintComponent": NamedNode<'http://datashapes.org/dash#PrimaryKeyConstraintComponent'>;
"PropertyAutoCompleteEditor": NamedNode<'http://datashapes.org/dash#PropertyAutoCompleteEditor'>;
"PropertyLabelViewer": NamedNode<'http://datashapes.org/dash#PropertyLabelViewer'>;
"PropertyRole": NamedNode<'http://datashapes.org/dash#PropertyRole'>;
"QueryTestCase": NamedNode<'http://datashapes.org/dash#QueryTestCase'>;

@@ -82,3 +86,2 @@ "RDFQueryJSLibrary": NamedNode<'http://datashapes.org/dash#RDFQueryJSLibrary'>;

"ReifiableByConstraintComponent": NamedNode<'http://datashapes.org/dash#ReifiableByConstraintComponent'>;
"ResourceAction-jsCondition": NamedNode<'http://datashapes.org/dash#ResourceAction-jsCondition'>;
"ResourceAction": NamedNode<'http://datashapes.org/dash#ResourceAction'>;

@@ -91,9 +94,14 @@ "RichTextEditor": NamedNode<'http://datashapes.org/dash#RichTextEditor'>;

"SPARQLUpdateSuggestionGenerator": NamedNode<'http://datashapes.org/dash#SPARQLUpdateSuggestionGenerator'>;
"Script-comment": NamedNode<'http://datashapes.org/dash#Script-comment'>;
"Script-js": NamedNode<'http://datashapes.org/dash#Script-js'>;
"Script-label": NamedNode<'http://datashapes.org/dash#Script-label'>;
"Script": NamedNode<'http://datashapes.org/dash#Script'>;
"ScriptConstraint": NamedNode<'http://datashapes.org/dash#ScriptConstraint'>;
"ScriptConstraintComponent-scriptConstraint": NamedNode<'http://datashapes.org/dash#ScriptConstraintComponent-scriptConstraint'>;
"ScriptConstraintComponent": NamedNode<'http://datashapes.org/dash#ScriptConstraintComponent'>;
"ScriptFunction": NamedNode<'http://datashapes.org/dash#ScriptFunction'>;
"ScriptSuggestionGenerator": NamedNode<'http://datashapes.org/dash#ScriptSuggestionGenerator'>;
"ScriptTestCase": NamedNode<'http://datashapes.org/dash#ScriptTestCase'>;
"ScriptValidator": NamedNode<'http://datashapes.org/dash#ScriptValidator'>;
"ShapeClass": NamedNode<'http://datashapes.org/dash#ShapeClass'>;
"ShapeScript": NamedNode<'http://datashapes.org/dash#ShapeScript'>;
"SingleEditor": NamedNode<'http://datashapes.org/dash#SingleEditor'>;
"SingleLineConstraintComponent-singleLine": NamedNode<'http://datashapes.org/dash#SingleLineConstraintComponent-singleLine'>;
"SingleLineConstraintComponent": NamedNode<'http://datashapes.org/dash#SingleLineConstraintComponent'>;

@@ -104,2 +112,4 @@ "SingleViewer": NamedNode<'http://datashapes.org/dash#SingleViewer'>;

"StringOrLangString": NamedNode<'http://datashapes.org/dash#StringOrLangString'>;
"StringOrLangStringOrHTML": NamedNode<'http://datashapes.org/dash#StringOrLangStringOrHTML'>;
"SubClassEditor": NamedNode<'http://datashapes.org/dash#SubClassEditor'>;
"SubSetOfConstraintComponent-subSetOf": NamedNode<'http://datashapes.org/dash#SubSetOfConstraintComponent-subSetOf'>;

@@ -140,3 +150,3 @@ "SubSetOfConstraintComponent": NamedNode<'http://datashapes.org/dash#SubSetOfConstraintComponent'>;

"composite": NamedNode<'http://datashapes.org/dash#composite'>;
"defaultValueType": NamedNode<'http://datashapes.org/dash#defaultValueType'>;
"defaultLang": NamedNode<'http://datashapes.org/dash#defaultLang'>;
"defaultViewForRole": NamedNode<'http://datashapes.org/dash#defaultViewForRole'>;

@@ -177,5 +187,10 @@ "deletedTriple": NamedNode<'http://datashapes.org/dash#deletedTriple'>;

"isNodeKindLiteral": NamedNode<'http://datashapes.org/dash#isNodeKindLiteral'>;
"isSubClassOf-subclass": NamedNode<'http://datashapes.org/dash#isSubClassOf-subclass'>;
"isSubClassOf-superclass": NamedNode<'http://datashapes.org/dash#isSubClassOf-superclass'>;
"isSubClassOf": NamedNode<'http://datashapes.org/dash#isSubClassOf'>;
"js": NamedNode<'http://datashapes.org/dash#js'>;
"localConstraint": NamedNode<'http://datashapes.org/dash#localConstraint'>;
"localValues": NamedNode<'http://datashapes.org/dash#localValues'>;
"mimeTypes": NamedNode<'http://datashapes.org/dash#mimeTypes'>;
"onAllValues": NamedNode<'http://datashapes.org/dash#onAllValues'>;
"propertySuggestionGenerator": NamedNode<'http://datashapes.org/dash#propertySuggestionGenerator'>;

@@ -198,5 +213,5 @@ "readOnly": NamedNode<'http://datashapes.org/dash#readOnly'>;

"symmetric": NamedNode<'http://datashapes.org/dash#symmetric'>;
"testModifiesEnvironment": NamedNode<'http://datashapes.org/dash#testModifiesEnvironment'>;
"toString": NamedNode<'http://datashapes.org/dash#toString'>;
"uniqueValueForClass": NamedNode<'http://datashapes.org/dash#uniqueValueForClass'>;
"uriTemplate": NamedNode<'http://datashapes.org/dash#uriTemplate'>;
"validateShapes": NamedNode<'http://datashapes.org/dash#validateShapes'>;

@@ -208,19 +223,15 @@ "valueCount": NamedNode<'http://datashapes.org/dash#valueCount'>;

"y": NamedNode<'http://datashapes.org/dash#y'>;
"skipPreview": NamedNode<'http://datashapes.org/dash#skipPreview'>;
"nonRecursive": NamedNode<'http://datashapes.org/dash#nonRecursive'>;
"uriStart": NamedNode<'http://datashapes.org/dash#uriStart'>;
"jsCondition": NamedNode<'http://datashapes.org/dash#jsCondition'>;
"testCase": NamedNode<'http://datashapes.org/dash#testCase'>;
"uri": NamedNode<'http://datashapes.org/dash#uri'>;
"scriptConstraint": NamedNode<'http://datashapes.org/dash#scriptConstraint'>;
"subclass": NamedNode<'http://datashapes.org/dash#subclass'>;
"superclass": NamedNode<'http://datashapes.org/dash#superclass'>;
"nodeKind": NamedNode<'http://datashapes.org/dash#nodeKind'>;
"predicate": NamedNode<'http://datashapes.org/dash#predicate'>;
"nodeKind": NamedNode<'http://datashapes.org/dash#nodeKind'>;
"subject": NamedNode<'http://datashapes.org/dash#subject'>;
"focusNode": NamedNode<'http://datashapes.org/dash#focusNode'>;
"testGraph": NamedNode<'http://datashapes.org/dash#testGraph'>;
"action": NamedNode<'http://datashapes.org/dash#action'>;
"object": NamedNode<'http://datashapes.org/dash#object'>;
"value": NamedNode<'http://datashapes.org/dash#value'>;
"arg": NamedNode<'http://datashapes.org/dash#arg'>;
"template": NamedNode<'http://datashapes.org/dash#template'>;
"subject": NamedNode<'http://datashapes.org/dash#subject'>;
"constraintOrShape": NamedNode<'http://datashapes.org/dash#constraintOrShape'>;
"variables": NamedNode<'http://datashapes.org/dash#variables'>;
"expression": NamedNode<'http://datashapes.org/dash#expression'>;
};

@@ -227,0 +238,0 @@ export declare const dash: Dash;

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.dash = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.dash = namespace_1.default("http://datashapes.org/dash#");

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.dbo = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.dbo = namespace_1.default("http://dbpedia.org/ontology/");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.dc11 = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.dc11 = namespace_1.default("http://purl.org/dc/elements/1.1/");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.dcat = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.dcat = namespace_1.default("http://www.w3.org/ns/dcat#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.dcterms = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.dcterms = namespace_1.default("http://purl.org/dc/terms/");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.doap = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.doap = namespace_1.default("http://usefulinc.com/ns/doap#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.dqv = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.dqv = namespace_1.default("http://www.w3.org/ns/dqv#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.dtype = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.dtype = namespace_1.default("http://www.linkedmodel.org/schema/dtype#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.duv = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.duv = namespace_1.default("http://www.w3.org/ns/duv#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.earl = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.earl = namespace_1.default("https://www.w3.org/ns/earl#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.foaf = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.foaf = namespace_1.default("http://xmlns.com/foaf/0.1/");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.frbr = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.frbr = namespace_1.default("http://purl.org/vocab/frbr/core#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.geo = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.geo = namespace_1.default("http://www.opengis.net/ont/geosparql#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.geof = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.geof = namespace_1.default("http://www.opengis.net/def/function/geosparql/");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.geor = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.geor = namespace_1.default("http://www.opengis.net/def/rule/geosparql/");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ declare type Gml = NamespaceBuilder & {};

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.gml = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.gml = namespace_1.default("http://www.opengis.net/ont/gml#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.gn = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.gn = namespace_1.default("http://www.geonames.org/ontology#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.gr = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.gr = namespace_1.default("http://purl.org/goodrelations/v1#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.grddl = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.grddl = namespace_1.default("http://www.w3.org/2003/g/data-view#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.gtfs = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.gtfs = namespace_1.default("http://vocab.gtfs.org/terms#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.http = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.http = namespace_1.default("http://www.w3.org/2011/http#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -5,2 +6,3 @@ import { NamedNode } from "rdf-js";

"ApiDocumentation": NamedNode<'http://www.w3.org/ns/hydra/core#ApiDocumentation'>;
"BaseUriSource": NamedNode<'http://www.w3.org/ns/hydra/core#BaseUriSource'>;
"BasicRepresentation": NamedNode<'http://www.w3.org/ns/hydra/core#BasicRepresentation'>;

@@ -14,5 +16,7 @@ "Class": NamedNode<'http://www.w3.org/ns/hydra/core#Class'>;

"Link": NamedNode<'http://www.w3.org/ns/hydra/core#Link'>;
"LinkContext": NamedNode<'http://www.w3.org/ns/hydra/core#LinkContext'>;
"Operation": NamedNode<'http://www.w3.org/ns/hydra/core#Operation'>;
"PartialCollectionView": NamedNode<'http://www.w3.org/ns/hydra/core#PartialCollectionView'>;
"Resource": NamedNode<'http://www.w3.org/ns/hydra/core#Resource'>;
"Rfc3986": NamedNode<'http://www.w3.org/ns/hydra/core#Rfc3986'>;
"Rfc6570Template": NamedNode<'http://www.w3.org/ns/hydra/core#Rfc6570Template'>;

@@ -36,2 +40,3 @@ "Status": NamedNode<'http://www.w3.org/ns/hydra/core#Status'>;

"member": NamedNode<'http://www.w3.org/ns/hydra/core#member'>;
"memberAssertion": NamedNode<'http://www.w3.org/ns/hydra/core#memberAssertion'>;
"method": NamedNode<'http://www.w3.org/ns/hydra/core#method'>;

@@ -49,2 +54,3 @@ "next": NamedNode<'http://www.w3.org/ns/hydra/core#next'>;

"required": NamedNode<'http://www.w3.org/ns/hydra/core#required'>;
"resolveRelativeUsing": NamedNode<'http://www.w3.org/ns/hydra/core#resolveRelativeUsing'>;
"returns": NamedNode<'http://www.w3.org/ns/hydra/core#returns'>;

@@ -64,2 +70,3 @@ "returnsHeader": NamedNode<'http://www.w3.org/ns/hydra/core#returnsHeader'>;

"view": NamedNode<'http://www.w3.org/ns/hydra/core#view'>;
"writable": NamedNode<'http://www.w3.org/ns/hydra/core#writable'>;
"writeable": NamedNode<'http://www.w3.org/ns/hydra/core#writeable'>;

@@ -66,0 +73,0 @@ };

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.hydra = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.hydra = namespace_1.default("http://www.w3.org/ns/hydra/core#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.ical = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.ical = namespace_1.default("http://www.w3.org/2002/12/cal/icaltzd#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.ldp = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.ldp = namespace_1.default("http://www.w3.org/ns/ldp#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.lvont = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.lvont = namespace_1.default("http://lexvo.org/ontology#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.ma = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.ma = namespace_1.default("http://www.w3.org/ns/ma-ont#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.oa = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.oa = namespace_1.default("http://www.w3.org/ns/oa#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.og = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.og = namespace_1.default("http://ogp.me/ns#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.org = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.org = namespace_1.default("http://www.w3.org/ns/org#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.owl = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.owl = namespace_1.default("http://www.w3.org/2002/07/owl#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.prov = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.prov = namespace_1.default("http://www.w3.org/ns/prov#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.qb = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.qb = namespace_1.default("http://purl.org/linked-data/cube#");

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.qudt = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.qudt = namespace_1.default("http://qudt.org/schema/qudt/");

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.rdau = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.rdau = namespace_1.default("http://rdaregistry.info/Elements/u/");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.rdf = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.rdf = namespace_1.default("http://www.w3.org/1999/02/22-rdf-syntax-ns#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.rdfa = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.rdfa = namespace_1.default("http://www.w3.org/ns/rdfa#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.rdfs = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.rdfs = namespace_1.default("http://www.w3.org/2000/01/rdf-schema#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ declare type Rev = NamespaceBuilder & {};

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.rev = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.rev = namespace_1.default("http://purl.org/stuff/rev#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ declare type Rif = NamespaceBuilder & {};

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.rif = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.rif = namespace_1.default("http://www.w3.org/2007/rif#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.rr = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.rr = namespace_1.default("http://www.w3.org/ns/r2rml#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.rss = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.rss = namespace_1.default("http://purl.org/rss/1.0/");

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.schema = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.schema = namespace_1.default("http://schema.org/");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.sd = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.sd = namespace_1.default("http://www.w3.org/ns/sparql-service-description#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.sdmx = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.sdmx = namespace_1.default("http://purl.org/linked-data/sdmx#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.sem = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.sem = namespace_1.default("http://semanticweb.cs.vu.nl/2009/11/sem/");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ declare type Sf = NamespaceBuilder & {};

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.sf = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.sf = namespace_1.default("http://www.opengis.net/ont/sf#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.sh = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.sh = namespace_1.default("http://www.w3.org/ns/shacl#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.sioc = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.sioc = namespace_1.default("http://rdfs.org/sioc/ns#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.skos = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.skos = namespace_1.default("http://www.w3.org/2004/02/skos/core#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.skosxl = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.skosxl = namespace_1.default("http://www.w3.org/2008/05/skos-xl#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.sosa = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.sosa = namespace_1.default("http://www.w3.org/ns/sosa/");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.ssn = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.ssn = namespace_1.default("http://www.w3.org/ns/ssn/");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.test = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.test = namespace_1.default("http://www.w3.org/2006/03/test-description#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.time = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.time = namespace_1.default("http://www.w3.org/2006/time#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ declare type V = NamespaceBuilder & {};

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.v = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.v = namespace_1.default("http://rdf.data-vocabulary.org/#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.vaem = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.vaem = namespace_1.default("http://www.linkedmodel.org/schema/vaem#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.vann = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.vann = namespace_1.default("http://purl.org/vocab/vann/");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.vcard = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.vcard = namespace_1.default("http://www.w3.org/2006/vcard/ns#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports._void = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports._void = namespace_1.default("http://rdfs.org/ns/void#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.vs = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.vs = namespace_1.default("http://www.w3.org/2003/06/sw-vocab-status/ns#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ declare type Wdr = NamespaceBuilder & {};

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.wdr = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.wdr = namespace_1.default("http://www.w3.org/2007/05/powder#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ declare type Wdrs = NamespaceBuilder & {};

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.wdrs = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.wdrs = namespace_1.default("http://www.w3.org/2007/05/powder-s#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.wgs = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.wgs = namespace_1.default("http://www.w3.org/2003/01/geo/wgs84_pos#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.xhv = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.xhv = namespace_1.default("http://www.w3.org/1999/xhtml/vocab#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.xkos = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.xkos = namespace_1.default("http://rdf-vocabulary.ddialliance.org/xkos#");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ declare type Xml = NamespaceBuilder & {};

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.xml = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.xml = namespace_1.default("http://www.w3.org/XML/1998/namespace");

@@ -0,1 +1,2 @@

/// <reference types="rdfjs__namespace" />
import { NamespaceBuilder } from "@rdf-esm/namespace";

@@ -2,0 +3,0 @@ import { NamedNode } from "rdf-js";

@@ -6,3 +6,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.xsd = void 0;
const namespace_1 = __importDefault(require("@rdf-esm/namespace"));
exports.xsd = namespace_1.default("http://www.w3.org/2001/XMLSchema#");

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc