0.2.4 • Published 11 months ago

@foerderfunke/sem-ops-utils v0.2.4

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

11 months ago

0.2.3

12 months ago

0.2.2

12 months ago

0.2.1

12 months ago

0.2.0

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago