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

@inrupt/lit-generated-vocab-core

Package Overview
Dependencies
Maintainers
8
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inrupt/lit-generated-vocab-core - npm Package Compare versions

Comparing version 0.3.1 to 0.3.8

dist/GeneratedVocab/LIT_CONSENT.d.ts

81

GeneratedVocab/LIT_CONSENT.ts

@@ -1,19 +0,13 @@

/*
* Proprietary and Confidential
*
* Copyright 2020 Inrupt Inc. - all rights reserved.
*
* Do not use without explicit permission from Inrupt Inc.
*/
import { LitVocabTerm, getLocalStore } from "@inrupt/lit-vocab-term";
import dataFactory from "@rdfjs/data-model";
const namedNode = dataFactory.namedNode;
const { namedNode } = dataFactory;
import { NamedNode } from "rdf-js";
/**
Generated by artifact generator [@inrupt/lit-artifact-generator], version [0.10.3]
as part of artifact: [vocab-core], version: [0.3.1]
at 'Monday, May 4, 2020 7:23 PM'.
Generated by artifact generator [@inrupt/lit-artifact-generator], version [0.10.13]
as part of artifact: [vocab-core], version: [0.3.8]
at 'Wednesday, May 27, 2020 5:13 PM'.
Vocabulary built from vocab list file: [/home/zwifi/dev/inrupt/lit-rdf-vocab/Core/Vocab-List-LIT-Core.yml].
Vocabulary built from vocab list file: [../lit-vocab/lit-rdf-vocab/Core/Vocab-List-LIT-Core.yml].

@@ -23,4 +17,4 @@ Consent vocabulary defining LIT-specific terms, especially terms that provide context

function _NS(localName: string) {
return (namedNode("https://w3id.org/lit/vocab/consent#" + localName));
function _NS(localName: string): NamedNode {
return namedNode(`https://w3id.org/lit/vocab/consent#${localName}`);
}

@@ -48,4 +42,3 @@

.addLabel(`Controller`, "en")
.addComment(`A ThirdPartyDataController is a Third Party entity that acts as a Data Controller`, "en")
,
.addComment(`A ThirdPartyDataController is a Third Party entity that acts as a Data Controller`, "en"),

@@ -62,4 +55,3 @@ /**

.addLabel(`Consent Container`, "en")
.addComment(`Consent container (which is a collection of Consent occurances).`, "en")
,
.addComment(`Consent container (which is a collection of Consent occurances).`, "en"),

@@ -92,4 +84,3 @@ /**

.addLabel(`Project Registration`, "en")
.addComment(`The Project registration app (currently native Android app only).`, "en")
,
.addComment(`The Project registration app (currently native Android app only).`, "en"),

@@ -106,4 +97,3 @@ /**

.addLabel(`Project Reporting`, "en")
.addComment(`The Project reporting webapp, which provides high-level analysis of the Project eco-system).`, "en")
,
.addComment(`The Project reporting webapp, which provides high-level analysis of the Project eco-system).`, "en"),

@@ -120,4 +110,3 @@ /**

.addLabel(`Project Personal`, "en")
.addComment(`The Project Personal Data Manager webapp, used by individuals to manage their profiles.`, "en")
,
.addComment(`The Project Personal Data Manager webapp, used by individuals to manage their profiles.`, "en"),

@@ -140,4 +129,3 @@ // *******************

.addComment(`Property stating the default expiry period (in months) for consent. This value may be
overridden in many scenarios, but is useful for providing a default.`, "en")
,
overridden in many scenarios, but is useful for providing a default.`, "en"),

@@ -156,4 +144,3 @@ /**

.addComment(`Should be in a more authoritative vocab... Provides a convenient link directly to the Data
Controller responsible for collecting and managing personal data in a consent context.`, "en")
,
Controller responsible for collecting and managing personal data in a consent context.`, "en"),

@@ -176,4 +163,3 @@ /**

removes the Sharing action) or changes the structure of the personal data being consented (e.g. such as a new field
being added).`, "en")
,
being added).`, "en"),

@@ -196,4 +182,3 @@ /**

removes the Sharing action) or changes the structure of the personal data being consented (e.g. such as a new field
being added).`, "en")
,
being added).`, "en"),

@@ -210,4 +195,3 @@ /**

.addLabel(`Profile Contains Consent`, "en")
.addComment(`Property linking a user's profile (which can contain personal data or non-personal data) to it's current Consent.`, "en")
,
.addComment(`Property linking a user's profile (which can contain personal data or non-personal data) to it's current Consent.`, "en"),

@@ -226,4 +210,3 @@ /**

.addComment(`Should be in GConsent...Provides a convenient link directly to the last ConsentInstance in the
chain (rather than having to traverse the linked list, or querying for 'most recent').`, "en")
,
chain (rather than having to traverse the linked list, or querying for 'most recent').`, "en"),

@@ -240,4 +223,3 @@ /**

.addLabel(`Has Consent Container`, "en")
.addComment(`Property linking a consent with it's container.`, "en")
,
.addComment(`Property linking a consent with it's container.`, "en"),

@@ -268,4 +250,3 @@ /**

.addLabel(`is WebID of entity that captured this consent`, "en")
.addComment(`The WebID of the entity that captured this consent instance.`, "en")
,
.addComment(`The WebID of the entity that captured this consent instance.`, "en"),

@@ -296,4 +277,3 @@ /**

.addLabel(`WebID of organisation that captured this consent`, "en")
.addComment(`The WebID of the organisation that captured this consent instance.`, "en")
,
.addComment(`The WebID of the organisation that captured this consent instance.`, "en"),

@@ -310,4 +290,3 @@ /**

.addLabel(`Captured through application`, "en")
.addComment(`Links the captured/obtained consent with the specific application used.`, "en")
,
.addComment(`Links the captured/obtained consent with the specific application used.`, "en"),

@@ -324,4 +303,3 @@ /**

.addLabel(`is Application For Given Consent`, "en")
.addComment(`Links the application object to the consent instances obtained using it.`, "en")
,
.addComment(`Links the application object to the consent instances obtained using it.`, "en"),

@@ -338,4 +316,3 @@ /**

.addLabel(`capturedThroughWebForm`, "en")
.addComment(`Links the captured/obtained consent with the specific version of web form filled-in by the user.`, "en")
,
.addComment(`Links the captured/obtained consent with the specific version of web form filled-in by the user.`, "en"),

@@ -352,4 +329,3 @@ /**

.addLabel(`isWebFormForGivenConsent`, "en")
.addComment(`Links the Web Form object to the consent instances obtained using it.`, "en")
,
.addComment(`Links the Web Form object to the consent instances obtained using it.`, "en"),

@@ -366,4 +342,3 @@ /**

.addLabel(`Registration Web Form on Project system`, "en")
.addComment(`Project Web form used to gather registration data for an individual.`, "en")
,
.addComment(`Project Web form used to gather registration data for an individual.`, "en"),

@@ -370,0 +345,0 @@ };

@@ -1,19 +0,13 @@

/*
* Proprietary and Confidential
*
* Copyright 2020 Inrupt Inc. - all rights reserved.
*
* Do not use without explicit permission from Inrupt Inc.
*/
import { LitVocabTerm, getLocalStore } from "@inrupt/lit-vocab-term";
import dataFactory from "@rdfjs/data-model";
const namedNode = dataFactory.namedNode;
const { namedNode } = dataFactory;
import { NamedNode } from "rdf-js";
/**
Generated by artifact generator [@inrupt/lit-artifact-generator], version [0.10.3]
as part of artifact: [vocab-core], version: [0.3.1]
at 'Monday, May 4, 2020 7:23 PM'.
Generated by artifact generator [@inrupt/lit-artifact-generator], version [0.10.13]
as part of artifact: [vocab-core], version: [0.3.8]
at 'Wednesday, May 27, 2020 5:13 PM'.
Vocabulary built from vocab list file: [/home/zwifi/dev/inrupt/lit-rdf-vocab/Core/Vocab-List-LIT-Core.yml].
Vocabulary built from vocab list file: [../lit-vocab/lit-rdf-vocab/Core/Vocab-List-LIT-Core.yml].

@@ -24,4 +18,4 @@ The LIT Core Ontology. The LIT is intended to be a collection of utility libraries to ease the

function _NS(localName: string) {
return (namedNode("https://w3id.org/lit/vocab/core#" + localName));
function _NS(localName: string): NamedNode {
return namedNode(`https://w3id.org/lit/vocab/core#${localName}`);
}

@@ -54,4 +48,3 @@

.addComment(`Class of LIT-specific ontologies. Useful for enforcing LIT constraints when generating source
code from LIT ontologies, such as enforcing all terms to have rdfs:label and rdfs:comment predicates.`, "en")
,
code from LIT ontologies, such as enforcing all terms to have rdfs:label and rdfs:comment predicates.`, "en"),

@@ -71,4 +64,3 @@ /**

.addComment(`The class of multi-lingual literal strings. Could be used by code generation to auto-generate
multi-lingual message resource bundles (e.g. for supporting error messages in multiple languages, or UI labels).`, "en")
,
multi-lingual message resource bundles (e.g. for supporting error messages in multiple languages, or UI labels).`, "en"),

@@ -101,4 +93,3 @@ /**

a initié, au sein du serveur, un flux de travail très complexe qui a entraîné plusieurs actions de demande / réponse, chacune
aurait ses propres codes et données de réponse.`, "fr")
,
aurait ses propres codes et données de réponse.`, "fr"),

@@ -121,4 +112,3 @@ /**

not just the data from the client, but also cookie session information, or proxy information, or infrastructure
information.`, "en")
,
information.`, "en"),

@@ -135,4 +125,3 @@ /**

.addLabel(`Request Data`, "en")
.addComment(`Class to represent request data.`, "en")
,
.addComment(`Class to represent request data.`, "en"),

@@ -153,4 +142,3 @@ /**

auto-register, this class can be used to represent the list of people successfully registered from that import
file).`, "en")
,
file).`, "en"),

@@ -171,4 +159,3 @@ /**

auto-register, this class can be used to represent the list of people that failed to register from that import
file).`, "en")
,
file).`, "en"),

@@ -189,4 +176,3 @@ /**

object returned from a server-side operation, then our Express handler will attempt to set cookies for each property
contained within the referenced entity.`, "en")
,
contained within the referenced entity.`, "en"),

@@ -215,4 +201,3 @@ /**

just that beneficies cookie data, but not the Admin user's cookie data, since they may continue using the app to login
the next beneficary. Therefore this class can contain just the session info we wish to remove.`, "en")
,
the next beneficary. Therefore this class can contain just the session info we wish to remove.`, "en"),

@@ -231,4 +216,3 @@ /**

.addComment(`Class to represent HTTP Headers - our Express handler will attempt to collect all HTTP request
headers and create a dataset (or this 'type') containing them all.`, "en")
,
headers and create a dataset (or this 'type') containing them all.`, "en"),

@@ -245,4 +229,3 @@ /**

.addLabel(`Request Query Params`, "en")
.addComment(`An incoming request can contain lots of query parameters.`, "en")
,
.addComment(`An incoming request can contain lots of query parameters.`, "en"),

@@ -261,4 +244,3 @@ /**

.addComment(`An incoming request can contain lots of cookies and this class is used to represent a collection of
them.`, "en")
,
them.`, "en"),

@@ -287,4 +269,3 @@ /**

.addLabel(`Web Form`, "en")
.addComment(`The class of generic web forms.`, "en")
,
.addComment(`The class of generic web forms.`, "en"),

@@ -301,4 +282,3 @@ /**

.addLabel(`Server Response`, "en")
.addComment(`The class of Server-side responses (very generic).`, "en")
,
.addComment(`The class of Server-side responses (very generic).`, "en"),

@@ -315,4 +295,3 @@ /**

.addLabel(`Event Register`, "en")
.addComment(`Event marking a registration (e.g. user registration, account registration).`, "en")
,
.addComment(`Event marking a registration (e.g. user registration, account registration).`, "en"),

@@ -329,4 +308,3 @@ /**

.addLabel(`Event Unregister`, "en")
.addComment(`Event marking an unregistration (e.g. unregistering a user, or an account).`, "en")
,
.addComment(`Event marking an unregistration (e.g. unregistering a user, or an account).`, "en"),

@@ -343,4 +321,3 @@ /**

.addLabel(`Event Login`, "en")
.addComment(`Event marking a login.`, "en")
,
.addComment(`Event marking a login.`, "en"),

@@ -357,4 +334,3 @@ /**

.addLabel(`Event Logout`, "en")
.addComment(`Event marking a logout.`, "en")
,
.addComment(`Event marking a logout.`, "en"),

@@ -371,4 +347,3 @@ /**

.addLabel(`Agent`, "en")
.addComment(`A generic Agent class, that can be used to represent a User, or an Administrator, or a Shop, or an NGO, or a Donor, etc.`, "en")
,
.addComment(`A generic Agent class, that can be used to represent a User, or an Administrator, or a Shop, or an NGO, or a Donor, etc.`, "en"),

@@ -385,4 +360,3 @@ /**

.addLabel(`User`, "en")
.addComment(`A generic User class.`, "en")
,
.addComment(`A generic User class.`, "en"),

@@ -399,4 +373,3 @@ /**

.addLabel(`Admin`, "en")
.addComment(`A generic Admin class.`, "en")
,
.addComment(`A generic Admin class.`, "en"),

@@ -413,4 +386,3 @@ /**

.addLabel(`Profile Container`, "en")
.addComment(`Profile container (which is a collection of Profiles, both core and extensions).`, "en")
,
.addComment(`Profile container (which is a collection of Profiles, both core and extensions).`, "en"),

@@ -439,4 +411,3 @@ // *******************

processor enriching this metadata with their specific metadata), and this
term defines the root term of that graph.`, "en")
,
term defines the root term of that graph.`, "en"),

@@ -457,4 +428,3 @@ /**

but also server-side context like the machine processing a request, or proxies, etc.). This property is used to
reference all of that request data.`, "en")
,
reference all of that request data.`, "en"),

@@ -471,4 +441,3 @@ /**

.addLabel(`Result List Success`, "en")
.addComment(`Property pointing to list of successful results.`, "en")
,
.addComment(`Property pointing to list of successful results.`, "en"),

@@ -485,4 +454,3 @@ /**

.addLabel(`Has Result List Success`, "en")
.addComment(`Property pointing to list of failed results.`, "en")
,
.addComment(`Property pointing to list of failed results.`, "en"),

@@ -503,4 +471,3 @@ /**

if set as a property on a ResponseData object returned from a server-side operation, then our Express handler will
attempt to set cookies for each property contained within the referenced entity.`, "en")
,
attempt to set cookies for each property contained within the referenced entity.`, "en"),

@@ -517,4 +484,3 @@ /**

.addLabel(`Has Session Info`, "en")
.addComment(`Link to a collection of HTTP headers associated with an incoming HTTP request.`, "en")
,
.addComment(`Link to a collection of HTTP headers associated with an incoming HTTP request.`, "en"),

@@ -531,4 +497,3 @@ /**

.addLabel(`Has Request Query Params`, "en")
.addComment(`An incoming request can contain lots of query parameters.`, "en")
,
.addComment(`An incoming request can contain lots of query parameters.`, "en"),

@@ -545,4 +510,3 @@ /**

.addLabel(`Has Request Data Cookies`, "en")
.addComment(`An incoming request can contain lots of cookie values.`, "en")
,
.addComment(`An incoming request can contain lots of cookie values.`, "en"),

@@ -569,4 +533,3 @@ /**

service will need to determine what that means for itself). It simply provides a simple way for any client to
immediately and consistently find where to start in navigating a potentially complex server response.`, "en")
,
immediately and consistently find where to start in navigating a potentially complex server response.`, "en"),

@@ -583,4 +546,3 @@ /**

.addLabel(`Web ID`, "en")
.addComment(`The WebID specification should define a namespace for this I think, but currently it doesn't (Feb 2018).`, "en")
,
.addComment(`The WebID specification should define a namespace for this I think, but currently it doesn't (Feb 2018).`, "en"),

@@ -597,4 +559,3 @@ /**

.addLabel(`Status Code`, "en")
.addComment(`Status Code - based on HTTP status codes, but not necessarily restricted by them.`, "en")
,
.addComment(`Status Code - based on HTTP status codes, but not necessarily restricted by them.`, "en"),

@@ -611,4 +572,3 @@ /**

.addLabel(`Resource Location`, "en")
.addComment(`Resource Location is intended to stipulate a HTTP 'Location:' header value in server responses.`, "en")
,
.addComment(`Resource Location is intended to stipulate a HTTP 'Location:' header value in server responses.`, "en"),

@@ -625,4 +585,3 @@ /**

.addLabel(`Error Message`, "en")
.addComment(`Contains the error message text of an error or exception`, "en")
,
.addComment(`Contains the error message text of an error or exception`, "en"),

@@ -641,4 +600,3 @@ /**

.addComment(`Contains the error stack trace of an error or exception - typically only seen in DEBUG mode, and
not in Production environments (as it can reveal too much internal information from a security perspective.`, "en")
,
not in Production environments (as it can reveal too much internal information from a security perspective.`, "en"),

@@ -657,4 +615,3 @@ /**

.addComment(`Used to mark something as being a Link, which effectively means this 'thing' is being 'Linked To'
from another triple, i.e. it's a 'target' of a link from somewhere else.`, "en")
,
from another triple, i.e. it's a 'target' of a link from somewhere else.`, "en"),

@@ -671,4 +628,3 @@ /**

.addLabel(`Has link`, "en")
.addComment(`Used to specify a Link to a new subject, e.g. for Skolemization when we want to avoid using blank nodes.`, "en")
,
.addComment(`Used to specify a Link to a new subject, e.g. for Skolemization when we want to avoid using blank nodes.`, "en"),

@@ -685,4 +641,3 @@ /**

.addLabel(`Is Linked From`, "en")
.addComment(`The source of a link to this entity, i.e. from where this entity is Linked.`, "en")
,
.addComment(`The source of a link to this entity, i.e. from where this entity is Linked.`, "en"),

@@ -699,4 +654,3 @@ /**

.addLabel(`User Name`, "en")
.addComment(`The short form user name.`, "en")
,
.addComment(`The short form user name.`, "en"),

@@ -713,4 +667,3 @@ /**

.addLabel(`Has Profile Container`, "en")
.addComment(`Property linking a Profile with it's container.`, "en")
,
.addComment(`Property linking a Profile with it's container.`, "en"),

@@ -727,4 +680,3 @@ /**

.addLabel(`Authorization Token`, "en")
.addComment(`An Authorization Token used to authenticate a user.`, "en")
,
.addComment(`An Authorization Token used to authenticate a user.`, "en"),

@@ -743,4 +695,3 @@ /**

.addComment(`Property linking a resource to a specific SHACL shape (with the intent that
any request with this property will be validated against the specified shape).`, "en")
,
any request with this property will be validated against the specified shape).`, "en"),

@@ -759,4 +710,3 @@ /**

.addComment(`Property linking a resource to a specific vocabulary (with the intent that this
vocabulary will be used in SHACL validation to provide rdfs:subClassOf inference).`, "en")
,
vocabulary will be used in SHACL validation to provide rdfs:subClassOf inference).`, "en"),

@@ -776,4 +726,3 @@ // *******************

)
.addMessage(`Internal error: A value of 'null' was provided when our system specifically disallows 'null' values here.`, "en")
,
.addMessage(`Internal error: A value of 'null' was provided when our system specifically disallows 'null' values here.`, "en"),

@@ -789,4 +738,3 @@ /**

)
.addMessage(`UUID provided for conversion [{{0}}] was too short at only [{{1}}] characters long (we requirea minimum of [{{2}}]).`, "en")
,
.addMessage(`UUID provided for conversion [{{0}}] was too short at only [{{1}}] characters long (we requirea minimum of [{{2}}]).`, "en"),

@@ -804,4 +752,3 @@ /**

.addMessage(`SPANISH text - Cannot create a builder with a focus subject relative to a blank node: [{{0}}] (relative part was [{{1}}]).`, "es")
.addMessage(`FRENCH - Cannot create a builder with a focus subject relative to a blank node: [{{0}}] (relative part was [{{1}}]).`, "fr")
,
.addMessage(`FRENCH - Cannot create a builder with a focus subject relative to a blank node: [{{0}}] (relative part was [{{1}}]).`, "fr"),

@@ -817,4 +764,3 @@ /**

)
.addMessage(`Cannot convert dataset to a simple object, as it contains at least two triples with different subjects: [{{0}}] and [{{1}}]`, "en")
,
.addMessage(`Cannot convert dataset to a simple object, as it contains at least two triples with different subjects: [{{0}}] and [{{1}}]`, "en"),

@@ -831,4 +777,3 @@ /**

.addMessage(`Must provide both an error to wrap and a message - but one (or both) were missing (error: [{{0}}], message: [{{1}}].`, "en")
.addMessage(`Debe proporcionar tanto un error para envolver como un mensaje, pero faltaba uno (o ambos) (error: [{{0}}], mensaje: [{{1}}].`, "es")
,
.addMessage(`Debe proporcionar tanto un error para envolver como un mensaje, pero faltaba uno (o ambos) (error: [{{0}}], mensaje: [{{1}}].`, "es"),

@@ -845,4 +790,3 @@ /**

.addMessage(`The mandatory field [{{0}}] was not provided`, "en")
.addMessage(`No se proporcionó el campo obligatorio [{{0}}]`, "es")
,
.addMessage(`No se proporcionó el campo obligatorio [{{0}}]`, "es"),

@@ -859,4 +803,3 @@ /**

.addMessage(`The mandatory literal field [{{0}}] has [{{1}}] values when we explicitly require only 1 - needed [{{2}}]`, "en")
.addMessage(`El campo literal obligatorio [{{0}}] tiene valores [{{1}}] cuando explícitamente requiere solo 1 - necesaria [{{2}}]`, "es")
,
.addMessage(`El campo literal obligatorio [{{0}}] tiene valores [{{1}}] cuando explícitamente requiere solo 1 - necesaria [{{2}}]`, "es"),

@@ -873,4 +816,3 @@ /**

.addMessage(`The mandatory IRI field [{{0}}] has [{{1}}] values when we explicitly require only 1`, "en")
.addMessage(`El campo IRI obligatorio [{{0}}] tiene valores [{{1}}] cuando explícitamente requiere solo 1`, "es")
,
.addMessage(`El campo IRI obligatorio [{{0}}] tiene valores [{{1}}] cuando explícitamente requiere solo 1`, "es"),

@@ -887,4 +829,3 @@ /**

.addMessage(`Expected a literal value, but found the IRI [{{0}}]`, "en")
.addMessage(`Esperaba un valor literal, pero encontró el IRI [{{0}}]`, "es")
,
.addMessage(`Esperaba un valor literal, pero encontró el IRI [{{0}}]`, "es"),

@@ -901,4 +842,3 @@ /**

.addMessage(`Incoming request (for resource [{{0}}]) has unsupported content type:[{{1}}]`, "en")
.addMessage(`La solicitud entrante (para el recurso [{{0}}]) tiene un tipo de contenido no admitido: [{{1}}]`, "es")
,
.addMessage(`La solicitud entrante (para el recurso [{{0}}]) tiene un tipo de contenido no admitido: [{{1}}]`, "es"),

@@ -915,4 +855,3 @@ /**

.addMessage(`We cannot determine a supported RDF format from the extension of the specified filename: [{{0}}]`, "en")
.addMessage(`No podemos determinar un formato RDF compatible a partir de la extensión del nombre de archivo especificado: [{{0}}]`, "es")
,
.addMessage(`No podemos determinar un formato RDF compatible a partir de la extensión del nombre de archivo especificado: [{{0}}]`, "es"),

@@ -929,4 +868,3 @@ /**

.addMessage(`Failed to load stream from IRI [{{0}}]`, "en")
.addMessage(`Error al cargar la secuencia desde IRI [{{0}}]`, "es")
,
.addMessage(`Error al cargar la secuencia desde IRI [{{0}}]`, "es"),

@@ -943,4 +881,3 @@ /**

.addMessage(`Failed to load stream from local resource [{{0}}] (we expect it to exist on the current Classpath, e.g. as a file on the local file system, or within a JAR on the Classpath)`, "en")
.addMessage(`Error al cargar la secuencia desde el recurso local [{{0}}] (esperamos que exista en el Classpath actual, p. como un archivo en el sistema de archivos local, o dentro de un JAR en el Classpath)`, "es")
,
.addMessage(`Error al cargar la secuencia desde el recurso local [{{0}}] (esperamos que exista en el Classpath actual, p. como un archivo en el sistema de archivos local, o dentro de un JAR en el Classpath)`, "es"),

@@ -957,4 +894,3 @@ /**

.addMessage(`Failed to load stream from [{{0}}] in format [{{1}}] into named graph [{{2}}]`, "en")
.addMessage(`Error al cargar la transmisión desde [{{0}}] en formato [{{1}}] en el gráfico con nombre [{{2}}]`, "es")
,
.addMessage(`Error al cargar la transmisión desde [{{0}}] en formato [{{1}}] en el gráfico con nombre [{{2}}]`, "es"),

@@ -971,4 +907,3 @@ /**

.addMessage(`Incoming request has an empty body (but we require a body). Request content type: [{{0}}]`, "en")
.addMessage(`La solicitud entrante tiene un cuerpo vacío (pero requerimos un cuerpo). Solicitar tipo de contenido: [{{0}}]`, "es")
,
.addMessage(`La solicitud entrante tiene un cuerpo vacío (pero requerimos un cuerpo). Solicitar tipo de contenido: [{{0}}]`, "es"),

@@ -985,6 +920,5 @@ /**

.addMessage(`Internal LIT log message: [{{0}}]`, "en")
.addMessage(`Mensaje de registro interno de LIT: [{{0}}]`, "es")
,
.addMessage(`Mensaje de registro interno de LIT: [{{0}}]`, "es"),
};
export { LIT_CORE };

@@ -1,19 +0,13 @@

/*
* Proprietary and Confidential
*
* Copyright 2020 Inrupt Inc. - all rights reserved.
*
* Do not use without explicit permission from Inrupt Inc.
*/
import { LitVocabTerm, getLocalStore } from "@inrupt/lit-vocab-term";
import dataFactory from "@rdfjs/data-model";
const namedNode = dataFactory.namedNode;
const { namedNode } = dataFactory;
import { NamedNode } from "rdf-js";
/**
Generated by artifact generator [@inrupt/lit-artifact-generator], version [0.10.3]
as part of artifact: [vocab-core], version: [0.3.1]
at 'Monday, May 4, 2020 7:23 PM'.
Generated by artifact generator [@inrupt/lit-artifact-generator], version [0.10.13]
as part of artifact: [vocab-core], version: [0.3.8]
at 'Wednesday, May 27, 2020 5:13 PM'.
Vocabulary built from vocab list file: [/home/zwifi/dev/inrupt/lit-rdf-vocab/Core/Vocab-List-LIT-Core.yml].
Vocabulary built from vocab list file: [../lit-vocab/lit-rdf-vocab/Core/Vocab-List-LIT-Core.yml].

@@ -24,4 +18,4 @@ The LIT vocabulary providing terms (e.g. classes, properties and text strings (e.g.

function _NS(localName: string) {
return (namedNode("https://w3id.org/lit/vocab/lit-meta-client#" + localName));
function _NS(localName: string): NamedNode {
return namedNode(`https://w3id.org/lit/vocab/lit-meta-client#${localName}`);
}

@@ -56,4 +50,3 @@

information, and we wish to specifically store client-side meta-data separately
from all other forms of meta-data.`, "en")
,
from all other forms of meta-data.`, "en"),

@@ -78,4 +71,3 @@ /**

processor enriching this metadata with their specific metadata), and this
term defines the root term of that graph.`, "en")
,
term defines the root term of that graph.`, "en"),

@@ -92,4 +84,3 @@ /**

.addLabel(`Request sent timestamp`, "en")
.addComment(`Timestamp this request was sent from the client.`, "en")
,
.addComment(`Timestamp this request was sent from the client.`, "en"),

@@ -96,0 +87,0 @@ };

@@ -1,19 +0,13 @@

/*
* Proprietary and Confidential
*
* Copyright 2020 Inrupt Inc. - all rights reserved.
*
* Do not use without explicit permission from Inrupt Inc.
*/
import { LitVocabTerm, getLocalStore } from "@inrupt/lit-vocab-term";
import dataFactory from "@rdfjs/data-model";
const namedNode = dataFactory.namedNode;
const { namedNode } = dataFactory;
import { NamedNode } from "rdf-js";
/**
Generated by artifact generator [@inrupt/lit-artifact-generator], version [0.10.3]
as part of artifact: [vocab-core], version: [0.3.1]
at 'Monday, May 4, 2020 7:23 PM'.
Generated by artifact generator [@inrupt/lit-artifact-generator], version [0.10.13]
as part of artifact: [vocab-core], version: [0.3.8]
at 'Wednesday, May 27, 2020 5:13 PM'.
Vocabulary built from vocab list file: [/home/zwifi/dev/inrupt/lit-rdf-vocab/Core/Vocab-List-LIT-Core.yml].
Vocabulary built from vocab list file: [../lit-vocab/lit-rdf-vocab/Core/Vocab-List-LIT-Core.yml].

@@ -24,4 +18,4 @@ The LIT vocabulary providing terms (e.g. classes, properties and text strings (e.g.

function _NS(localName: string) {
return (namedNode("https://w3id.org/lit/vocab/lit-meta-server-creational#" + localName));
function _NS(localName: string): NamedNode {
return namedNode(`https://w3id.org/lit/vocab/lit-meta-server-creational#${localName}`);
}

@@ -58,4 +52,3 @@

processor enriching this metadata with their specific metadata), and this
term defines the root term of that graph.`, "en")
,
term defines the root term of that graph.`, "en"),

@@ -72,4 +65,3 @@ /**

.addLabel(`Subject root`, "en")
.addComment(`Host name of the server processing this request.`, "en")
,
.addComment(`Host name of the server processing this request.`, "en"),

@@ -86,4 +78,3 @@ /**

.addLabel(`Host IP address`, "en")
.addComment(`Host IP address of the server processing this request.`, "en")
,
.addComment(`Host IP address of the server processing this request.`, "en"),

@@ -100,4 +91,3 @@ /**

.addLabel(`Created timestamp`, "en")
.addComment(`Timestamp this server was instantiated.`, "en")
,
.addComment(`Timestamp this server was instantiated.`, "en"),

@@ -114,4 +104,3 @@ /**

.addLabel(`Resource base IRI `, "en")
.addComment(`Base IRI that will be used for manipulating (reading/writing) RDF resources containing relative (e.g Turtle or Trig).`, "en")
,
.addComment(`Base IRI that will be used for manipulating (reading/writing) RDF resources containing relative (e.g Turtle or Trig).`, "en"),

@@ -118,0 +107,0 @@ };

@@ -1,19 +0,13 @@

/*
* Proprietary and Confidential
*
* Copyright 2020 Inrupt Inc. - all rights reserved.
*
* Do not use without explicit permission from Inrupt Inc.
*/
import { LitVocabTerm, getLocalStore } from "@inrupt/lit-vocab-term";
import dataFactory from "@rdfjs/data-model";
const namedNode = dataFactory.namedNode;
const { namedNode } = dataFactory;
import { NamedNode } from "rdf-js";
/**
Generated by artifact generator [@inrupt/lit-artifact-generator], version [0.10.3]
as part of artifact: [vocab-core], version: [0.3.1]
at 'Monday, May 4, 2020 7:23 PM'.
Generated by artifact generator [@inrupt/lit-artifact-generator], version [0.10.13]
as part of artifact: [vocab-core], version: [0.3.8]
at 'Wednesday, May 27, 2020 5:13 PM'.
Vocabulary built from vocab list file: [/home/zwifi/dev/inrupt/lit-rdf-vocab/Core/Vocab-List-LIT-Core.yml].
Vocabulary built from vocab list file: [../lit-vocab/lit-rdf-vocab/Core/Vocab-List-LIT-Core.yml].

@@ -24,4 +18,4 @@ The LIT vocabulary providing terms (e.g. classes, properties and text strings (e.g.

function _NS(localName: string) {
return (namedNode("https://w3id.org/lit/vocab/lit-meta-server-runtime#" + localName));
function _NS(localName: string): NamedNode {
return namedNode(`https://w3id.org/lit/vocab/lit-meta-server-runtime#${localName}`);
}

@@ -58,4 +52,3 @@

processor enriching this metadata with their specific metadata), and this
term defines the root term of that graph.`, "en")
,
term defines the root term of that graph.`, "en"),

@@ -72,4 +65,3 @@ /**

.addLabel(`Request received timestamp`, "en")
.addComment(`Timestamp this request was received at this server.`, "en")
,
.addComment(`Timestamp this request was received at this server.`, "en"),

@@ -76,0 +68,0 @@ };

@@ -1,19 +0,13 @@

/*
* Proprietary and Confidential
*
* Copyright 2020 Inrupt Inc. - all rights reserved.
*
* Do not use without explicit permission from Inrupt Inc.
*/
import { LitVocabTerm, getLocalStore } from "@inrupt/lit-vocab-term";
import dataFactory from "@rdfjs/data-model";
const namedNode = dataFactory.namedNode;
const { namedNode } = dataFactory;
import { NamedNode } from "rdf-js";
/**
Generated by artifact generator [@inrupt/lit-artifact-generator], version [0.10.3]
as part of artifact: [vocab-core], version: [0.3.1]
at 'Monday, May 4, 2020 7:23 PM'.
Generated by artifact generator [@inrupt/lit-artifact-generator], version [0.10.13]
as part of artifact: [vocab-core], version: [0.3.8]
at 'Wednesday, May 27, 2020 5:13 PM'.
Vocabulary built from vocab list file: [/home/zwifi/dev/inrupt/lit-rdf-vocab/Core/Vocab-List-LIT-Core.yml].
Vocabulary built from vocab list file: [../lit-vocab/lit-rdf-vocab/Core/Vocab-List-LIT-Core.yml].

@@ -24,4 +18,4 @@ The LIT vocabulary providing terms (e.g. classes, properties and text strings (e.g.

function _NS(localName: string) {
return (namedNode("https://w3id.org/lit/vocab/lit-meta-shacl#" + localName));
function _NS(localName: string): NamedNode {
return namedNode(`https://w3id.org/lit/vocab/lit-meta-shacl#${localName}`);
}

@@ -58,4 +52,3 @@

processor enriching this metadata with their specific metadata), and this
term defines the root term of that graph.`, "en")
,
term defines the root term of that graph.`, "en"),

@@ -72,4 +65,3 @@ /**

.addLabel(`Shape to apply`, "en")
.addComment(`References a Shape to use to validate the current message payload.`, "en")
,
.addComment(`References a Shape to use to validate the current message payload.`, "en"),

@@ -76,0 +68,0 @@ };

@@ -1,19 +0,13 @@

/*
* Proprietary and Confidential
*
* Copyright 2020 Inrupt Inc. - all rights reserved.
*
* Do not use without explicit permission from Inrupt Inc.
*/
import { LitVocabTerm, getLocalStore } from "@inrupt/lit-vocab-term";
import dataFactory from "@rdfjs/data-model";
const namedNode = dataFactory.namedNode;
const { namedNode } = dataFactory;
import { NamedNode } from "rdf-js";
/**
Generated by artifact generator [@inrupt/lit-artifact-generator], version [0.10.3]
as part of artifact: [vocab-core], version: [0.3.1]
at 'Monday, May 4, 2020 7:23 PM'.
Generated by artifact generator [@inrupt/lit-artifact-generator], version [0.10.13]
as part of artifact: [vocab-core], version: [0.3.8]
at 'Wednesday, May 27, 2020 5:13 PM'.
Vocabulary built from vocab list file: [/home/zwifi/dev/inrupt/lit-rdf-vocab/Core/Vocab-List-LIT-Core.yml].
Vocabulary built from vocab list file: [../lit-vocab/lit-rdf-vocab/Core/Vocab-List-LIT-Core.yml].

@@ -25,4 +19,4 @@ The Solid vocabulary providing terms for a request body (in this case, we're really just

function _NS(localName: string) {
return (namedNode("https://w3id.org/lit/vocab/request-body#" + localName));
function _NS(localName: string): NamedNode {
return namedNode(`https://w3id.org/lit/vocab/request-body#${localName}`);
}

@@ -51,4 +45,3 @@

.addLabel(`Test Property as we no longer support empty datasets`, "en")
.addComment(`Test Property as we no longer support empty datasets.`, "en")
,
.addComment(`Test Property as we no longer support empty datasets.`, "en"),

@@ -55,0 +48,0 @@ };

@@ -1,19 +0,13 @@

/*
* Proprietary and Confidential
*
* Copyright 2020 Inrupt Inc. - all rights reserved.
*
* Do not use without explicit permission from Inrupt Inc.
*/
import { LitVocabTerm, getLocalStore } from "@inrupt/lit-vocab-term";
import dataFactory from "@rdfjs/data-model";
const namedNode = dataFactory.namedNode;
const { namedNode } = dataFactory;
import { NamedNode } from "rdf-js";
/**
Generated by artifact generator [@inrupt/lit-artifact-generator], version [0.10.3]
as part of artifact: [vocab-core], version: [0.3.1]
at 'Monday, May 4, 2020 7:23 PM'.
Generated by artifact generator [@inrupt/lit-artifact-generator], version [0.10.13]
as part of artifact: [vocab-core], version: [0.3.8]
at 'Wednesday, May 27, 2020 5:13 PM'.
Vocabulary built from vocab list file: [/home/zwifi/dev/inrupt/lit-rdf-vocab/Core/Vocab-List-LIT-Core.yml].
Vocabulary built from vocab list file: [../lit-vocab/lit-rdf-vocab/Core/Vocab-List-LIT-Core.yml].

@@ -23,4 +17,4 @@ The LIT Metrics Ontology contains vocab terms to represent metric statistics

function _NS(localName: string) {
return (namedNode("https://w3id.org/lit/vocab/metric#" + localName));
function _NS(localName: string): NamedNode {
return namedNode(`https://w3id.org/lit/vocab/metric#${localName}`);
}

@@ -48,4 +42,3 @@

.addLabel(`Counter`, "en")
.addComment(`This represent a metric counter that counts the amount of events that happen`, "en")
,
.addComment(`This represent a metric counter that counts the amount of events that happen`, "en"),

@@ -62,4 +55,3 @@ /**

.addLabel(`Timer`, "en")
.addComment(`This represent a metric timer that times the amount of time it takes for events or processes to complete`, "en")
,
.addComment(`This represent a metric timer that times the amount of time it takes for events or processes to complete`, "en"),

@@ -80,4 +72,3 @@ // *******************

.addLabel(`metric subject`, "en")
.addComment(`The represent the metric that is been taken. For example; a counter or a timer`, "en")
,
.addComment(`The represent the metric that is been taken. For example; a counter or a timer`, "en"),

@@ -94,4 +85,3 @@ /**

.addLabel(`50th Percentile`, "en")
.addComment(`This percentile usually indicates that 50 percentage falls below this percentile.`, "en")
,
.addComment(`This percentile usually indicates that 50 percentage falls below this percentile.`, "en"),

@@ -108,4 +98,3 @@ /**

.addLabel(`75th Percentile`, "en")
.addComment(`This percentile usually indicates that 75 percentage falls below this percentile.`, "en")
,
.addComment(`This percentile usually indicates that 75 percentage falls below this percentile.`, "en"),

@@ -122,4 +111,3 @@ /**

.addLabel(`95th Percentile`, "en")
.addComment(`This percentile usually indicates that 95 percentage falls below this percentile.`, "en")
,
.addComment(`This percentile usually indicates that 95 percentage falls below this percentile.`, "en"),

@@ -136,4 +124,3 @@ /**

.addLabel(`98th Percentile`, "en")
.addComment(`This percentile usually indicates that 98 percentage falls below this percentile.`, "en")
,
.addComment(`This percentile usually indicates that 98 percentage falls below this percentile.`, "en"),

@@ -150,4 +137,3 @@ /**

.addLabel(`99th Percentile`, "en")
.addComment(`This percentile usually indicates that 99 percentage falls below this percentile.`, "en")
,
.addComment(`This percentile usually indicates that 99 percentage falls below this percentile.`, "en"),

@@ -164,4 +150,3 @@ /**

.addLabel(`75th Percentile`, "en")
.addComment(`This percentile usually indicates that 99.9 percentage falls below this percentile.`, "en")
,
.addComment(`This percentile usually indicates that 99.9 percentage falls below this percentile.`, "en"),

@@ -178,4 +163,3 @@ /**

.addLabel(`minimum`, "en")
.addComment(`This contains the smallest value`, "en")
,
.addComment(`This contains the smallest value`, "en"),

@@ -192,4 +176,3 @@ /**

.addLabel(`maximum`, "en")
.addComment(`This contains the largest value`, "en")
,
.addComment(`This contains the largest value`, "en"),

@@ -206,4 +189,3 @@ /**

.addLabel(`mean`, "en")
.addComment(`This contains the mean or average value`, "en")
,
.addComment(`This contains the mean or average value`, "en"),

@@ -220,4 +202,3 @@ /**

.addLabel(`standard deviation`, "en")
.addComment(`The standard deviation is a measure of the amount of variation or dispersion of a set of values`, "en")
,
.addComment(`The standard deviation is a measure of the amount of variation or dispersion of a set of values`, "en"),

@@ -234,4 +215,3 @@ /**

.addLabel(`count`, "en")
.addComment(`The the number of event occurred`, "en")
,
.addComment(`The the number of event occurred`, "en"),

@@ -248,4 +228,3 @@ /**

.addLabel(`mean rate`, "en")
.addComment(`A mean rate refers to the average occurrence of events over a specific interval in time`, "en")
,
.addComment(`A mean rate refers to the average occurrence of events over a specific interval in time`, "en"),

@@ -262,4 +241,3 @@ /**

.addLabel(`one mean rate`, "en")
.addComment(`A mean rate refers to the average occurrence of events over a specific interval in time`, "en")
,
.addComment(`A mean rate refers to the average occurrence of events over a specific interval in time`, "en"),

@@ -276,4 +254,3 @@ /**

.addLabel(`five mean rate`, "en")
.addComment(`A mean rate refers to the average occurrence of events over a specific interval in time`, "en")
,
.addComment(`A mean rate refers to the average occurrence of events over a specific interval in time`, "en"),

@@ -290,4 +267,3 @@ /**

.addLabel(`fifteen mean rate`, "en")
.addComment(`A mean rate refers to the average occurrence of events over a specific interval in time`, "en")
,
.addComment(`A mean rate refers to the average occurrence of events over a specific interval in time`, "en"),

@@ -294,0 +270,0 @@ };

@@ -1,16 +0,9 @@

/*
* Proprietary and Confidential
*
* Copyright 2020 Inrupt Inc. - all rights reserved.
*
* Do not use without explicit permission from Inrupt Inc.
*/
export { LIT_CORE } from './GeneratedVocab/LIT_CORE';
export { LIT_CONSENT } from './GeneratedVocab/LIT_CONSENT';
export { LIT_REQUEST_BODY } from './GeneratedVocab/LIT_REQUEST_BODY';
export { LIT_META_CLIENT } from './GeneratedVocab/LIT_META_CLIENT';
export { LIT_META_SHACL } from './GeneratedVocab/LIT_META_SHACL';
export { LIT_META_SERVER_CREATIONAL } from './GeneratedVocab/LIT_META_SERVER_CREATIONAL';
export { LIT_META_SERVER_RUNTIME } from './GeneratedVocab/LIT_META_SERVER_RUNTIME';
export { MET } from './GeneratedVocab/MET';
export { LIT_CORE } from "./GeneratedVocab/LIT_CORE";
export { LIT_CONSENT } from "./GeneratedVocab/LIT_CONSENT";
export { LIT_REQUEST_BODY } from "./GeneratedVocab/LIT_REQUEST_BODY";
export { LIT_REQUEST } from "./GeneratedVocab/LIT_REQUEST";
export { LIT_META_CLIENT } from "./GeneratedVocab/LIT_META_CLIENT";
export { LIT_META_SHACL } from "./GeneratedVocab/LIT_META_SHACL";
export { LIT_META_SERVER_CREATIONAL } from "./GeneratedVocab/LIT_META_SERVER_CREATIONAL";
export { LIT_META_SERVER_RUNTIME } from "./GeneratedVocab/LIT_META_SERVER_RUNTIME";
export { MET } from "./GeneratedVocab/MET";
{
"name": "@inrupt/lit-generated-vocab-core",
"version": "0.3.1",
"description": "Bundle of vocabularies that includes the following:\n\n lit_core: The LIT Core Ontology. The LIT is intended to be a collection of utility libraries to ease the\n adoption of RDF for developers.\n\n lit_consent: Consent vocabulary defining LIT-specific terms, especially terms that provide context\n\n lit-request-body: The Solid vocabulary providing terms for a request body (in this case, we're really just\n providing the Named Graph details (e.g. the IRI for the named graph itself), since the contents of a request body are\n completely arbitrary.\n\n lit-meta-client: The LIT vocabulary providing terms (e.g. classes, properties and text strings (e.g.\n informative labels or error messages) used by LIT clients at runtime.\n\n lit-meta-shacl: The LIT vocabulary providing terms (e.g. classes, properties and text strings (e.g.\n informative labels or error messages) usable by SHACL validation engines at runtime.\n\n lit-meta-server-creational: The LIT vocabulary providing terms (e.g. classes, properties and text strings (e.g.\n informative labels or error messages) used by LIT servers at server creation time.\n\n lit-meta-server-runtime: The LIT vocabulary providing terms (e.g. classes, properties and text strings (e.g.\n informative labels or error messages) used by LIT servers at server runtime.\n\n met: The LIT Metrics Ontology contains vocab terms to represent metric statistics",
"version": "0.3.8",
"description": "Bundle of vocabularies that includes the following:\n\n lit_core: The LIT Core Ontology. The LIT is intended to be a collection of utility libraries to ease the\n adoption of RDF for developers.\n\n lit_consent: Consent vocabulary defining LIT-specific terms, especially terms that provide context\n\n lit-request-body: The Solid vocabulary providing terms for a request body (in this case, we're really just\n providing the Named Graph details (e.g. the IRI for the named graph itself), since the contents of a request body are\n completely arbitrary.\n\n lit-request: The Solid vocabulary providing terms for a various\n Named Graphs that make up a request. For example; Headers, Body, Metadata,\n ACL, etc.\n\n lit-meta-client: The LIT vocabulary providing terms (e.g. classes, properties and text strings (e.g.\n informative labels or error messages) used by LIT clients at runtime.\n\n lit-meta-shacl: The LIT vocabulary providing terms (e.g. classes, properties and text strings (e.g.\n informative labels or error messages) usable by SHACL validation engines at runtime.\n\n lit-meta-server-creational: The LIT vocabulary providing terms (e.g. classes, properties and text strings (e.g.\n informative labels or error messages) used by LIT servers at server creation time.\n\n lit-meta-server-runtime: The LIT vocabulary providing terms (e.g. classes, properties and text strings (e.g.\n informative labels or error messages) used by LIT servers at server runtime.\n\n met: The LIT Metrics Ontology contains vocab terms to represent metric statistics",
"main": "./dist/index.js",
"module": "./dist/index.es.js",
"types": "./dist/index.d.ts",
"sideEffects": false,
"browser": "./dist/bundle.js",
"module": "./dist/index.es.js",
"scripts": {
"build": "tsc && webpack --config webpack.config.js"
"build": "rollup --config rollup.config.js"
},
"author": {
"name": "@inrupt/lit-artifact-generator",
"url": "https://github.com/inrupt/lit-artifact-generator-js"
"url": "https://github.com/inrupt/lit-artifact-generator"
},
"contributors": [
{"name": "PatMcB"},
{"name": "Pat McBennett"},
{"name": "Jarlath Holleran"}
{
"name": "PatMcB"
},
{
"name": "Pat McBennett"
},
{
"name": "Jarlath Holleran"
}
],
"license": "Proprietary",
"repository": {

@@ -28,11 +32,13 @@ "type": "git",

"dependencies": {
"@inrupt/lit-vocab-term": "^0.3.1",
"@rdfjs/data-model": "^1.1.2"
"@inrupt/lit-vocab-term": "^0.3.5",
"@rdfjs/data-model": "^1.1.2",
"@types/rdf-js": ""
},
"devDependencies": {
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6",
"ts-loader": "^7.0.0",
"typescript": "^3.8.3"
"typescript": "^3.8.3",
"rollup": "^2.7.3",
"rollup-plugin-typescript2": "^0.27.0",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-node-resolve": "^7.1.3"
}
}
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