• Stars
    star
    566
  • Rank 78,741 (Top 2 %)
  • Language
    HTML
  • License
    Other
  • Created almost 13 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Linked Data API for JavaScript

rdflib.js

NPM Version Join the chat at https://gitter.im/linkeddata/rdflib.js

Javascript RDF library for browsers and Node.js.

  • Reads and writes RDF/XML, Turtle and N3; Reads RDFa and JSON-LD
  • Read/Write Linked Data client, using WebDav or SPARQL/Update
  • Real-Time Collaborative editing with web sockets and PATCHes
  • Local API for querying a store
  • Compatible with RDFJS task force spec
  • SPARQL queries (not full SPARQL - just graph match and optional)
  • Smushing of nodes from owl:sameAs, and owl:{f,inverseF}unctionProperty
  • Tracks provenance of triples keeps metadata (in RDF) from HTTP accesses

Documentation

See:

for more information.

Install

Browser (using a bundler like Webpack)

npm install rdflib

Browser (generating a <script> file to include)

git clone [email protected]:linkeddata/rdflib.js.git;
cd rdflib.js;
npm install;

Generate the dist directory

npm run build:browser

Node.js

Make sure you have Node.js and Node Package Manager (npm) installed.

npm install --save rdflib

Contribute

Subdirectories

  • dist: Where the bundled libraries are built. Run npm run build to generate them.
  • test: Tests are here.
  • lib: Transpiled, non-bundled library is built here when the library is published to npm.

Dependencies

- XMLHTTPRequest (Node.js version)

Thanks

Thanks to the many contributors who have been involved along the way. LinkedData team & TimBL

LICENSE

MIT

More Repositories

1

dokieli

💡 dokieli is a clientside editor for decentralised article publishing, annotations and social interactions
JavaScript
795
star
2

gold

Linked Data server for Go
Go
151
star
3

cimba

Client-Integrated Micro-Blogging Architecture application
JavaScript
100
star
4

warp

Warp - an LDP file manager
CSS
60
star
5

profile-editor

WebID profile editor
JavaScript
50
star
6

tabulator

Linked Data Browser
JavaScript
46
star
7

contacts

Address book-like application to manage contact information.
JavaScript
39
star
8

ldphp

Linked Data server for PHP
PHP
38
star
9

swap

The Semantic Web Application Platform: cwm etc
Python
34
star
10

gojsonld

Go
26
star
11

ontology-archiver

Copy favorite and commonly used RDF schemas/ontologies to a safe place
Python
26
star
12

tabulator-firefox

Linked Data Browser for Firefox
JavaScript
23
star
13

gpx-ontology

Ontology for GPX data in RDF
Makefile
15
star
14

app-schedule

When can we meet? Scheduling a meeting etc. Llinked Data Platform interactive social app
JavaScript
13
star
15

tabulator-chrome

Linked Data Browser for Google Chrome
CoffeeScript
12
star
16

shacl-check

A subset of the SHACL checking functionality.
JavaScript
9
star
17

ldpy

Linked Data server for Python
Python
8
star
18

spreadsheet

demo app
JavaScript
7
star
19

solid-fitness

Archive your fitness activities in a solid store where they belong
JavaScript
7
star
20

mod_authn_webid

WebID authentication module for Apache 2
C
6
star
21

webizen

Go
6
star
22

project-roadmap

Roadmap and wishlist for the Crosscloud project
5
star
23

solid-recursive-copy

Recursively copy resources across web sites which are solid-compatible
JavaScript
5
star
24

conexus

Decentralized RDF syndication service.
Go
4
star
25

errol

Send notifications to any LDP inbox
PHP
3
star
26

contactorator

An address book app . A 'Solid' App using the tabulator contact pane
JavaScript
3
star
27

webid.mit.edu

Python
2
star
28

solid-dav

Allow solid clients to think of caldav as linked data, and maybe even sync
2
star
29

tabulator-firefox-2

Firefox extension (SDK style)
1
star
30

rwt.js

Read-Write Tests in JavaScript
JavaScript
1
star
31

midichlorian

This is a sample app to demonstrate how serverside and clientside code can be used in conjunction to retrieve solid resources with minimal cert popup interference
PHP
1
star