0.2.4 • Published 4 months ago

@foerderfunke/sem-ops-utils v0.2.4

Weekly downloads
-
License
CC0-1.0
Repository
github
Last release
4 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

4 months ago

0.2.3

5 months ago

0.2.2

5 months ago

0.2.1

5 months ago

0.2.0

5 months ago

0.1.9

5 months ago

0.1.8

6 months ago

0.1.6

7 months ago

0.1.5

7 months ago

0.1.4

7 months ago

0.1.2

7 months ago

0.1.1

7 months ago

0.1.0

7 months ago