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

rdf-ext

Package Overview
Dependencies
Maintainers
0
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rdf-ext

RDF-Ext is a developer-friendly extension for RDF/JS

  • 2.5.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
16K
increased by4.79%
Maintainers
0
Weekly downloads
 
Created
Source

rdf-ext

build status npm version

RDF-Ext is a JavaScript library that extends the RDF/JS specs to handle RDF data in a developer-friendly way.

Install

npm install --save rdf-ext

Usage

Just import the default export from the package:

import rdf from 'rdf-ext'

const term = rdf.namedNode('http://example.org/')

The exported object is an instance of @rdfjs/environment. The following factories are included in the environment:

Experimental features

The package contains experimental features which may break or be removed without being covered in the semantic versioning:

Documentation & examples

For more details, please check rdf-ext.org

Keywords

FAQs

Package last updated on 22 Jun 2024

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