Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@ezs/loterre
Advanced tools
Ce plugin propose une série d'instructions spécifiques à l’usage de loterre
npm install @ezs/loterre
Take Object
generated by XMLMapping & SKOS data and
create a new basic object with only keys & values
none
undefinedReturns Object
Takes an Object
and ....
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<skos:Concept rdf:about="http://example.com/dishes#potatoBased">
<skos:prefLabel xml:lang="fr">Plats à base de pomme de terre</skos:prefLabel>
<skos:prefLabel xml:lang="en">Potato based dishes</skos:prefLabel>
<skos:prefLabel xml:lang="de">Kartoffelgerichte</skos:prefLabel>
<skos:inScheme rdf:resource="http://example.com/dishes"/>
<skos:topConceptOf rdf:resource="http://example.com/dishes"/>
</skos:Concept>
<skos:Concept rdf:about="http://example.com/dishes#fries">
<skos:prefLabel xml:lang="fr">Frites</skos:prefLabel>
<skos:prefLabel xml:lang="en">French fries</skos:prefLabel>
<skos:prefLabel xml:lang="de">Französisch frites</skos:prefLabel>
<skos:inScheme rdf:resource="http://example.com/dishes"/>
<skos:broader rdf:resource="http://example.com/dishes#potatoBased"/>
</skos:Concept>
<skos:Concept rdf:about="http://example.com/dishes#mashed">
<skos:prefLabel xml:lang="fr">Purée de pomme de terre</skos:prefLabel>
<skos:prefLabel xml:lang="en">Mashed potatoes</skos:prefLabel>
<skos:prefLabel xml:lang="de">Kartoffelpüree</skos:prefLabel>
<skos:inScheme rdf:resource="http://example.com/dishes"/>
<skos:broader rdf:resource="http://example.com/dishes#potatoBased"/>
</skos:Concept>
</rdf:RDF>
Script:
[use]
plugin = loterre
[concat]
[XMLParse]
separator = /rdf:RDF/skos:Concept
[SKOSObject]
[SKOSPathEnum]
language = fr
Output:
[
{ ... }
]
language
String Choose langauge of prefLabel (optional, default en
)Returns Object
FAQs
Loterre statements for EZS
The npm package @ezs/loterre receives a total of 24 weekly downloads. As such, @ezs/loterre popularity was classified as not popular.
We found that @ezs/loterre demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.