Skip to content

wrmack/N3-iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

N3-iOS

Using the N3 library in iOS with the Javascriptcore api

This might assist others trying to integrate rdf and Solid into iOS.

I installed the N3 library from https://github.com/rdfjs/N3.js

Then bundled with browserify in standalone mode:

browserify node_modules/n3/N3.js --standalone N3  > n3bundle.js

Standalone mode gives you access to all exports in N3.js from Swift.

All the app does is parse a string into triples using the N3 library and print these out to the Xcode console.

About

Using the N3 library in iOS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages