A collection of utility functions and libraries for semantic operations
# after bumping the version
npm run build
npm publish
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>