Giter VIP home page Giter VIP logo

Comments (4)

filip26 avatar filip26 commented on July 1, 2024

Hi,
thank you for reporting it. Rdf.createBlankNode() method expected valid blank node notation without checking if the input is in valid notation or not. Now, the code you have provided works and "_:" prefix is automatically added if missing. See commit 539f95a

Did you mean this as the expected output?

[
    {
        "@id": "urn:s1",
        "urn:p1": [
            {
                "@id": "_:bn1"
            }
        ]
    }
]

from titanium-json-ld.

jmvanel avatar jmvanel commented on July 1, 2024

Refering to the specif.
https://w3c.github.io/json-ld-syntax/#identifying-blank-nodes
it is

[ {
        "@id": "urn:s1",
        "urn:p1": {
                "@id": "_:bn1"
         }
} ]

so, with @id , but without [] .

Indeed, my original proposition

[{
"@id":"urn:s1",
"urn:p1": "_:bn1" 
}]

was wrong; checked with $JENA/bin/riot blank.jsonld , it gives a literal.

from titanium-json-ld.

filip26 avatar filip26 commented on July 1, 2024

fromRdf method produces expanded form that includes JSON arrays. See https://w3c.github.io/json-ld-syntax/#identifying-blank-nodes - Expanded (result). I mean if you insist on

[ {
        "@id": "urn:s1",
        "urn:p1": {
                "@id": "_:bn1"
         }
} ]

then it should be treated as a separate bug, this issue will be closed by PR #119.

from titanium-json-ld.

jmvanel avatar jmvanel commented on July 1, 2024

Thanks for he clarification; it's OK like this . We can close the issue !!!

I must confess that I learn JSON-LD partially by watching JSON-LD engines' output.

from titanium-json-ld.

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.