JSPM

@ontologies/xsd

2.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q45178F
  • License GPL-3.0-or-later

Package Exports

  • @ontologies/xsd

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ontologies/xsd) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

XML Schema Datatypes in RDF and OWL ontology

This package contains the terms from the XML Schema Datatypes in RDF and OWL ontology for JavaScript and TypeScript.

Namespace: http://www.w3.org/2001/XMLSchema#

Normative spec: https://www.w3.org/TR/xmlschema-2/

LOV: https://lov.linkeddata.es/dataset/lov/vocabs/xsd

Source: https://www.w3.org/2011/rdf-wg/wiki/XSD_Datatypes

About

This readme was automatically generated, for more information see the main ontologies repository.

The terms in this vocabulary are generated from their RDF representations which generally aren't the canonical definitions, please refer to the specification for their canonical definitions.

Usage

With default export

import * as xsd from '@ontologies/xsd'

console.log(xsd.vocTerm) // { termType: 'NamedNode', value: "http://www.w3.org/2001/XMLSchema#vocTerm" }

With named exports

import { vocTerm } from '@ontologies/xsd'

console.log(vocTerm) // { termType: 'NamedNode', value: "http://www.w3.org/2001/XMLSchema#vocTerm" }

Use the ns function when missing a term or when using custom extensions

import * as xsd from '@ontologies/xsd'

console.log(xsd.ns('myTerm')) // { termType: 'NamedNode', value: "http://www.w3.org/2001/XMLSchema#myTerm" }

Statistics

Total term count: 39

Of which classes 39 (including data types)

Of which properties: 0

Other terms: 0