Niels V

Results 11 issues of Niels V

### 🐞 Describe the Bug In our application we're working with [rdfa](https://www.w3.org/TR/rdfa-core/) annotations. When we try to assign the `prefix` attribute on an element, this raises a runtime error in...

We use the following code the parse a string with some turtle ```js import factory from '@rdfjs/dataset'; import { Parser as ParserN3 } from 'n3'; export async function parse(triples) {...

bug

The sparql endpoint chunked list component has a configuration option to treat certain input columns as literals, as seen here: ![Screenshot from 2020-05-27 14-32-19](https://user-images.githubusercontent.com/878686/83019313-036f0e80-a027-11ea-9cf1-44215d4c8397.png) This currently doesn't seem to work...

While the setup of linkedpipes was very smooth and documentation overal is quite good I feel the documentation for developers is a bit lacking. There is currently no documentation on...

question

it would be nice to add information on pagination of the dcat feed using hydra, see for example the following extract from http://oppnadata.se/catalog.ttl?page=1 ``` a hydra:PagedCollection ; hydra:firstPage "http://oppnadata.se/catalog.ttl?page=1" ;...

As promised at emberfest: the PR :) This is extracted from https://github.com/nvdk/ember-config-helper and provides a convenience helper to access the application config from within the template. This is useful for...

I'm getting a linting error on the following code (running ember-template-lint 5.10.0): ``` {{page}} ``` it seems to be angry about the whitespace after the inline handlebars in the class...

bug

Thanks for building this library! Would you be interested in adding RDFa support to rio and what's the best way we can help out with that?

Similar (but I think less common than) #26 it would be useful if resources linked the creator and editor to the resource being updated or created. I think resources can...

It would be cool if we could have mu-cl-resource automatically set created and modified attributes on a resource when they are created/updated. This should probably be a feature toggle on...