Dogan Fennibay

Results 8 issues of Dogan Fennibay

I'm converting JSON-LD to Turtle using rdflib.js. Example input: ```json { "@context": { "ex": "http://example.com#", }, "@id": "ex:myid", "ex:prop1": { "ex:prop2": { "ex:prop3": "value", }, }, } ``` Example current...

bug

**Is your feature request related to a problem? Please describe.** When rendering large models (e.g. with lots of classes), we see that the resulting HTML is becoming too big, not...

For debugging and development purposes an online mode would be helpful. Workflow: 1. Prepare a Thing Description for a certain device which is available on the network 2. Go online...

Using editdor via browser is fine and easy. However some aspects could be improved if it would also be available as a VS Code extension: 1. Working easier with local...

Currently JSON-LD compaction always outputs the values as strings, even when the @type is specified to be a primitive type such as xsd:boolean, xsd:integer and xsd:double. It would be nicer...

I use the side-bar to navigate the type hierarchy. When there are many grandchildren it gets hard to see the immediate children. In VSCode, using the Shift key when folding/expanding...

When I search a class/property/etc., and click on it, I would like the tree view on the side bar to go to that element. This will allow locating the children...

For https://github.com/linkeddata/rdflib.js/issues/601 Just added a unit test for now. When I get a chance I will work on a fix, or in the meantime maybe somebody else has a fix.