Giter Club home page Giter Club logo

owlish's People

Contributors

floers avatar hobofan avatar katesieraia avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

floers

owlish's Issues

Exposing deserializing from JSON in wasm interface

Until #2 (and a corresponding serializer) is implemented we will be relying on the JSON format provided via serde for some time.

To be able to use that on the WASM side (which currently only supports parsing an ontology from Turtle), the deserialization will also need to be exposed on that side.

Switch parser to be based on stream of RDF triples

As of version 0.2.0 of harriet, it is possible to convert a parsed Turtle document to a stream of RDF triples.

Parsing on that stream of RDF triples instead of the AST provided by harriet, should allow a much more robust parser that can handle all the different AST constructs that yield the same triples.

One of the OWL2 specification document (https://www.w3.org/TR/2012/REC-owl2-mapping-to-rdf-20121211/) describes how to parse an ontology from RDF triples. Specifically section 3 specifies the mapping for the direction RDF->OWL (https://www.w3.org/TR/2012/REC-owl2-mapping-to-rdf-20121211/#Mapping_from_RDF_Graphs_to_the_Structural_Specification).

package.json needs additional module metadata

It looks like with the current info in the package.json, there may not be enough info for the package to be correctly interpreted as a ES6 module.

By adding the following keys, it seems to work better (I don't know where to find definitive info on it):

"type": "module",
"exports": "./owlish.js",

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.