UNPKG

@inrupt/solid-client

Version:

Make your web apps work with Solid Pods.

51 lines (49 loc) 2.31 kB
// Copyright Inrupt Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal in // the Software without restriction, including without limitation the rights to use, // copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the // Software, and to permit persons to whom the Software is furnished to do so, // subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, // INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A // PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT // HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE // SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. // const prefixes = { acl: "http://www.w3.org/ns/auth/acl#", acp: "http://www.w3.org/ns/solid/acp#", cc: "http://creativecommons.org/ns#", cert: "http://www.w3.org/ns/auth/cert#", csvw: "http://www.w3.org/ns/csvw#", current: "#", dc: "http://purl.org/dc/terms/", dcam: "http://purl.org/dc/dcam/", dcat: "http://www.w3.org/ns/dcat#", dctype: "http://purl.org/dc/dcmitype/", foaf: "http://xmlns.com/foaf/0.1/", ldp: "http://www.w3.org/ns/ldp#", owl: "http://www.w3.org/2002/07/owl#", posixstat: "http://www.w3.org/ns/posix/stat#", rdf: "http://www.w3.org/1999/02/22-rdf-syntax-ns#", rdfs: "http://www.w3.org/2000/01/rdf-schema#", schema: "https://schema.org/", shacl: "http://www.w3.org/ns/shacl#", skos: "http://www.w3.org/2004/02/skos/core#", skosxl: "http://www.w3.org/2008/05/skos-xl#", solid: "http://www.w3.org/ns/solid/terms#", swapdoc: "http://www.w3.org/2000/10/swap/pim/doc#", ui: "http://www.w3.org/ns/ui#", vann: "http://purl.org/vocab/vann/", vcard: "http://www.w3.org/2006/vcard/ns#", ws: "http://www.w3.org/ns/pim/space#", xsd: "http://www.w3.org/2001/XMLSchema#", }; export { prefixes };