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

rdf-interfaces

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rdf-interfaces

Implementation of the Core RDF Interfaces in ECMAScript-262 V5 (Javascript)

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Implementation of the Core RDF Interfaces in ECMAScript-262 V5 (Javascript)

The RDF Interfaces Specification defines a set of standardized interfaces for working with RDF data in a programming environment.

This is an ECMAScript-262 V5 (Javascript) implementation of those interfaces, by the specification editor.

Note: This is a base implementation upon which libraries can be built, and which modular components can use, another library will be provided shortly which extends this implementation and adds in various DataParsers / Serializers, Query mechanisms and the usual array of utility + shorthand methods.

Compatibility

The code uses newer features such as Object.defineProperties and Array.prototype.(some, every, forEach, filter), Data.now and Array.isArray, the implementation should be compatible with:

  • node.js
  • BESEN
  • Rhino 1.7
  • WebKit
  • Chrome 6+
  • Firefox 4+
  • Safari 5+
  • Internet Explorer 9

See the ECMAScript 5 compatibility table for more up to date compatibility information.

License

This code is released in to the public domain, and UNLICENSED.

Usage

This implementation provides the RDF Concept Interfaces and the RDF Environment Interfaces, essentially it provides an instance of RDFEnvironment ready to go.

Simply include the file as per usual in a browser and access via the .rdf variable, or in node.js and similar rdf = require('./rdfi');

Keywords

FAQs

Package last updated on 26 May 2015

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