jsonld-java / jsonld-java-tools

Tools for using JSONLD-Java
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

Examples #6

Open tareqballan opened 3 years ago

tareqballan commented 3 years ago

Greetings,

How can we use the content of a JSON-LD document? Say, for example, if I want to create a class that maps to JSON-LD data model, how can I find specific properties in the JSON-LD document?

For now, I can get JSON-LD forms (ex: expanded) as a string, but what if I want this string to be accessible as JavaScript-style? for instance, "expanded.context", is there any way to achieve this?

Generally speaking, how can I best deal with the provided output?