Skip to content

hypermedia-app/vocabularies

Repository files navigation

@hydrofoil/vocabularies

Collection of vocabularies from the https://hypermedia.app/ namespace

Usage

Builders

Easily construct terms using exported namespace builders

import { knossos } from '@hydrofoil/vocabularies/builders'

const { memberTemplate } = knossos

Extend @zazuko/rdf-vocabularies

Import somewhere at the beginning of your code

import '@hydrofoil/vocabularies'

The namespaces will be added to the default selection and thus apply to the expand/shrink functionality as well as external libraries such as @tpluscode/rdf-string.

import { prefixes } from '@zazuko/rdf-vocabularies'