@ontologies/owl

This ontology partially describes the built-in classes and properties that together form the basis of the RDF/XML syntax of OWL 2. The content of this ontology is based on Tables 6.1 and 6.2 in Section 6.4 of the OWL 2 RDF-Based Semantics specifi

Usage no npm install needed!

<script type="module">
  import ontologiesOwl from 'https://cdn.skypack.dev/@ontologies/owl';
</script>

README

The OWL 2 Schema vocabulary (OWL 2) ontology

This package contains the terms from the The OWL 2 Schema vocabulary (OWL 2) ontology for JavaScript and TypeScript.

Namespace: http://www.w3.org/2002/07/owl#

Normative spec: http://www.w3.org/TR/owl2-rdf-based-semantics/

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

Source: https://www.w3.org/2002/07/owl#

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 owl from '@ontologies/owl'

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

With named exports

import { vocTerm } from '@ontologies/owl'

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

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

import * as owl from '@ontologies/owl'

console.log(owl.ns('myTerm')) // { termType: 'NamedNode', value: "http://www.w3.org/2002/07/owl#myTerm" }

Statistics

Total term count: 77

Of which classes 26 (including data types)

Of which properties: 44

Other terms: 7