Coder Social home page Coder Social logo

N00bs questions about rdf-ext HOT 2 CLOSED

rdf-ext avatar rdf-ext commented on June 18, 2024
N00bs questions

from rdf-ext.

Comments (2)

bergos avatar bergos commented on June 18, 2024

@betehess Thanks for your issue. Feedback is always very welcome to know where to extend the documentations, simplify stuff in the code etc.

The browser version is built using the build.js program. You can run it using node 'node build.js' or with the npm install script 'npm install'. That should build a rdf-ext.js in the dist folder.

At the moment only the package.json file describes the node dependencies. In the browser it's a little bit different. But the usage section covers already what to import. At the moment you need to download the dependencies manually. Usually the latest version of the dependencies should work. In the future I want to use bower. There is already an issue for this task.

RDF-Ext is an extension to http://www.w3.org/TR/rdf-interfaces/. Section 4.1 describes why there is a parseTurtle method.

So you also want to process only fragments of the serialized graph? Like it's possible with N3.js? That could be possible with ProcessCallback, but the other parsers don't support this feature (RDF/XML, JSON-LD). So I suggest at the moment that you use N3.js directly if you need that feature. The ProcessorCallback can be used at the moment, but it's like parsing and calling graph.forEach().

It would be cool if you could integrate RDF-Ext into banana-rdf. I will integrate you feedback into the next version of the README. Also an example folder seems to be a good idea.

from rdf-ext.

bergos avatar bergos commented on June 18, 2024

This issue was moved to rdf-ext-archive/discussions#16

from rdf-ext.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.