Web-Client icon indicating copy to clipboard operation
Web-Client copied to clipboard

Generic Linked Data browser and UX component framework. Apache license.

Results 11 Web-Client issues
Sort by recently updated
recently updated
newest added

Hello, is it possible to use Web-Client together with Apache Jena as RDF triplestore on the backend? To be more precise, I'd like to: 1. use the [Docker image of...

Instead of using `use-when` to differentiate between server- and client-side execution on function calls like this: ```xslt ``` we could abstract the differences away by hiding the differences within functions....

improvement

Bumps [junit](https://github.com/junit-team/junit4) from 4.8.2 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Currently Graphity Client is using Bootstrap [2.3.2](http://getbootstrap.com/2.3.2/), but the latest version is 3.3.5. [Migrating to v3.x](http://getbootstrap.com/migration/) guid is provided.

improvement

Use agent's `Accept-Language` settings in XSLT stylesheet to filter language-tagged literals

improvement

XSLT should render `#` links for blank nodes with `@rdf:nodeID` just like it does for URI resources with `@rdf:about`.

improvement

Should be easy to fix in `ModelXSLTWriter.getXSLTBuilder()`

bug

RDFa markup could be automatically added to the current XHTML output (produced by XSLT transformations)

feature

Similarly to what has been done with RDFXML2DataTable.xsl and SPARQLXMLResults2DataTable .xsl.

When no matching response `Variant` is found, `NotAcceptableExceptionMapper` should be invoked and return a `406 Not Acceptable` response. Instead, the `ClientErrorExceptionMapper` is invoked and causes a `500 Internal Server Error`:...