Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rmlio/solid-rml-store

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmlio/solid-rml-store

Convert any representation to RDF

  • 0.4.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
3
Weekly downloads
 
Created
Source

Solid RML Store

This Solid store allows you to generate RDF through the use of RML rules.

How to use

First install this repository as a dependency:

$ npm i @rmlio/solid-rml-store

Then add the following lines to your config:

"@context": [
    "https://linkedsoftwaredependencies.org/bundles/npm/@rmlio/solid-rml-store/^0.0.0/components/context.jsonld",
    {
      "solid-rml-store": "urn:solid-rml-store:default"
    }
  ],
"import": [
    "files-rsrs:config/default.json"
  ],
"@graph": [
    {
      "@id": "solid-rml-store:AnyToRdfConverter",
      "AnyToRdfConverter:_rmlRulesPath": [path to the rules file],
      "AnyToRdfConverter:_rmlmapperPath": [path to the jar]
    },
]

AnyToRdfConverter

This converter converts an existing representation to its RDF representation, according to the RML rules defined in a given file (AnyToRdfConverter:_rmlRulesPath). The content-type defined in the representation's metadata is used to know the type of the input data, thus this cannot be undefined.

If the RMLMapper (rmlmapper.jar) is not found at the given location (AnyToRdfConverter:_rmlmapperPath), then the latest version is download to that location. Beware that this jar is approximately 60MB, thus this download can take some time.

FAQs

Package last updated on 12 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc