0.2.4 • Published 6 months ago

@foerderfunke/sem-ops-utils v0.2.4

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

6 months ago

0.2.3

7 months ago

0.2.2

7 months ago

0.2.1

7 months ago

0.2.0

7 months ago

0.1.9

7 months ago

0.1.8

8 months ago

0.1.6

9 months ago

0.1.5

9 months ago

0.1.4

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago