@ontologies/ld
v2.0.0
Published
The Linked Delta Ontology
Downloads
37
Maintainers
Readme
Linked-Delta Ontology ontology
This package contains the terms from the Linked-Delta Ontology ontology for JavaScript and TypeScript.
Namespace: http://purl.org/linked-delta/
Normative spec: http://purl.org/linked-delta/
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 ld from '@ontologies/ld'
console.log(ld.vocTerm) // { termType: 'NamedNode', value: "http://purl.org/linked-delta/vocTerm" }
With named exports
import { vocTerm } from '@ontologies/ld'
console.log(vocTerm) // { termType: 'NamedNode', value: "http://purl.org/linked-delta/vocTerm" }
Use the ns
function when missing a term or when using custom extensions
import * as ld from '@ontologies/ld'
console.log(ld.ns('myTerm')) // { termType: 'NamedNode', value: "http://purl.org/linked-delta/myTerm" }
Statistics
Total term count: 7
Of which classes 1 (including data types)
Of which properties: 0
Other terms: 6