Git Product home page Git Product logo

jb4jsonld-jackson's People

Contributors

ledsoft avatar psiotwo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

jb4jsonld-jackson's Issues

error deferencing a child-of-child object during deserialization

Le parent an individual and a, b two individuals linked to parent via the properties hasChildA and hasChildA respectively. Now let f be an individual linked both to a and b via the property hasFriend.

parent hasChildA a
parent hasChildB b
c hasFriend f
c hasFriend f

by serializing the parent with the jsonld object mapper and then deserializing it, the following exception is thrown

cz.cvut.kbss.jsonld.exception.JsonLdDeserializationException: Node with IRI http://example.org/f cannot be referenced, because it has not been encountered yet.

Serialization of a collection of URIs produces invalid JSON

Attempting to serialize a simple collection of URIs (would be the same for String or any other type presumably) produces an invalid JSON. For example:

["http://onto.fel.cvut.cz/ontologies/slovník/datový/psp-2016","http://onto.fel.cvut.cz/ontologies/legislativní/sbírka/183/2006"] {"@context":{},"@graph":[{"@id":"http://onto.fel.cvut.cz/ontologies/slovník/datový/psp-2016"},{"@id":"http://onto.fel.cvut.cz/ontologies/legislativní/sbírka/183/2006"}]}

Note that this happens when running serialization with context.

Causes kbss-cvut/termit-ui#384.

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.