Cristian Vasquez
Cristian Vasquez
### Summary _Short summary of what is going on or to provide context_. I'm trying prettier-vscode to pretty-format markdown. it does a good job, however, when a word starts with...
First of all, thanks for this great plugin! Sometimes we work a lot between two folders. It would be awesome to be able to pin them, in the same way...
Hi, I'm looking at the Ontologies in this repo and trying to figure out how to use them. I wonder if some example RDF snippets exemplify how data looks like...
## Changes - [x] Show Named entities at the bottom (non-compacted & compacted) - [x] Show Unnamed at the bottom (non-compacted & compacted) - [x] Show embedded Lists with numbering...
Hi! I'm happy about Logseq producing Linked data. I'd like to know what the RDF looks like. Could I see an example? I'm an Obsidian User, and I'm producing RDF...
Hi, thanks for this wonderful lib! #### What Happens? When one defines a Json source that does not have the 'json' extension, the mapping errors with: `UnboundLocalError: local variable 'data'...
mispelling
Some values of properties from external vocabularies are being rewritten, and need to be removed. Examples of such properties are: `rdfs:range` or `rdfs:domain` This can pose difficulties in the case...
The following snippet: ```js const dataset = rdf.dataset([ rdf.quad(ns.ex.term, ns.ex.p, ns.ex.list) ]) const cf = clownface({ term: ns.ex.term, dataset }) cf.deleteList(ns.ex.p) ``` would make the current version of clownface hang....