Skip to content

include real-world JSON-LD, also Framing examples #3

@VladimirAlexiev

Description

@VladimirAlexiev

@hmottestad in filip26/titanium-json-ld#272 (cc @filip26)

  • I've been using https://github.com/umbreak/jsonld-benchmarks a bit and managed to make it a somewhat faster. I don't feel that it's a very representative benchmark since it's based on the W3C compliance suite. I don't really want to optimize for parsing "a/b/c/d/e/../../../../../../../f" URL path fragments.
  • What I really need are some real world examples so I can optimize for how users would actually be using Titanium JSON-LD.
  • At the moment I also don't have any real world examples of JSON-LD Framing. I remember talking to someone a few years ago who was using framing to convert JSON-LD into "regular" json to make the frontend devs happy. I think that is probably a typical use case for framing. Do you know if Ontotext has any real-world examples of framing?

Here's what I know:

select (count(*) as ?c) ?vocab {
  ?x skos:inScheme ?vocab
} group by ?vocab order by desc(?c)
c vocab
2994771 tgn
426995 ulan
59442 aat

Also asked at https://twitter.com/valexiev1/status/1691084004894593024

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions