Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
@rmlio/solid-rml-store
Advanced tools
This Solid store allows you to generate RDF through the use of RML rules.
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]
},
]
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.
[0.4.0]
FAQs
Convert any representation to RDF
The npm package @rmlio/solid-rml-store receives a total of 0 weekly downloads. As such, @rmlio/solid-rml-store popularity was classified as not popular.
We found that @rmlio/solid-rml-store demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
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.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.