0.2.4 • Published 8 months ago

@foerderfunke/sem-ops-utils v0.2.4

Weekly downloads
-
License
CC0-1.0
Repository
github
Last release
8 months ago

sem-ops-utils

A collection of utility functions and libraries for semantic operations

# after bumping the version
npm run build
npm publish

Usage

npm install --save @foerderfunke/sem-ops-utils

import { datasetToTurtle } from "sem-ops-utils"

or:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>dev</title>
</head>
<body>
    <script src="./dist/bundle.js"></script>
    <script>
        SemOpsUtils.datasetToTurtle()
        // ...
    </script>
</body>
</html>
0.2.4

8 months ago

0.2.3

9 months ago

0.2.2

9 months ago

0.2.1

9 months ago

0.2.0

9 months ago

0.1.9

10 months ago

0.1.8

10 months ago

0.1.6

11 months ago

0.1.5

11 months ago

0.1.4

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago