Skip to content

Citizen-Knowledge-Graph/sem-ops-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sem-ops-utils

A collection of utility functions and libraries for semantic operations

# after bumping the version
npm publish

Usage

npm install --save @foerderfunke/sem-ops-utils
import { datasetToTurtle } from "@foerderfunke/sem-ops-utils"

Submodule entry points are also available so consumers only pull in the dependencies they actually need:

import { addTriple, newStore } from "@foerderfunke/sem-ops-utils/core"     // n3 + rdf-ext only
import { sparqlSelect } from "@foerderfunke/sem-ops-utils/sparql"           // adds Comunica
import { buildValidator } from "@foerderfunke/sem-ops-utils/shacl"          // adds shacl-engine
import { datasetToJsonLdObj } from "@foerderfunke/sem-ops-utils/jsonld"     // adds jsonld

About

A collection of utility functions and libraries for semantic operations

Resources

License

Stars

Watchers

Forks

Contributors