You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@rdfjs/data-model

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rdfjs/data-model

A basic implementation of the RDF/JS Data Model

2.1.1
latest
Source
npmnpm
Version published
Weekly downloads
103K
-17.16%
Maintainers
1
Weekly downloads
 
Created
Source

@rdfjs/data-model

build status npm version

A basic implementation of the RDF/JS Data Model.

Usage

Use the following command to add the package as a dependency to your project:

npm install @rdfjs/data-model --save

The main entry point of the package exports an RDF/JS DataFactory instance. See the following lines on how to import and use the library:

import dataFactory from '@rdfjs/data-model'

const quad = dataFactory.quad(
  dataFactory.blankNode(),
  dataFactory.namedNode('http://schema.org/name'),
  dataFactory.literal('RDF/JS Data model')
)

Keywords

data-model

FAQs

Package last updated on 22 Jun 2025

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