
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@ontologies/skos
Advanced tools
This package contains the terms from the SKOS Simple Knowledge Organization System ontology for JavaScript and TypeScript.
This package contains the terms from the SKOS Simple Knowledge Organization System ontology for JavaScript and TypeScript.
Namespace: http://www.w3.org/2004/02/skos/core#
Normative spec: https://www.w3.org/TR/skos-reference/
LOV: https://lov.linkeddata.es/dataset/lov/vocabs/skos
Source: https://www.w3.org/2009/08/skos-reference/skos.rdf
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.
With default export
import * as skos from '@ontologies/skos'
console.log(skos.vocTerm) // { termType: 'NamedNode', value: "http://www.w3.org/2004/02/skos/core#vocTerm" }
With named exports
import { vocTerm } from '@ontologies/skos'
console.log(vocTerm) // { termType: 'NamedNode', value: "http://www.w3.org/2004/02/skos/core#vocTerm" }
Use the ns function when missing a term or when using custom extensions
import * as skos from '@ontologies/skos'
console.log(skos.ns('myTerm')) // { termType: 'NamedNode', value: "http://www.w3.org/2004/02/skos/core#myTerm" }
Total term count: 32
Of which classes 4 (including data types)
Of which properties: 18
Other terms: 10
FAQs
This package contains the terms from the SKOS Simple Knowledge Organization System ontology for JavaScript and TypeScript.
We found that @ontologies/skos demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.