The Wayback Machine - https://web.archive.org/web/20210209025743/https://github.com/topics/linked-data
Skip to content
#

linked-data

Here are 584 public repositories matching this topic...

rdf4j
pulquero
pulquero commented Sep 23, 2020

The handling of binding substitution fails for queries of the form select (func(?x) as ?y). For a binding x=foo the output is select (func('foo' as ?x) as ?y) when it should be select (func('foo') as ?y). The current code only works for select ?x ?y ?z type queries. Regex needs to be modified to ignore patterns that are preceeded by 'as'.

edwardsph
edwardsph commented Feb 4, 2021

As far as I can see this should be allowed but it doesn't work. It discovered it because some HttpClients in Java send the Accept header with HEAD but others do not.

curl -I -H 'Accept:' http://localhost:3000/

The server reports:

2021-02-04T15:44:25.897Z [ExpressHttpServerFactory] error: NotImplementedHttpError: No handler supports the given input: [Only errors are supported, O

Open Source REST API for named entity extraction, named entity linking, named entity disambiguation, recommendation & reconciliation of entities like persons, organizations and places for (semi)automatic semantic tagging & analysis of documents by linked data knowledge graph like SKOS thesaurus, RDF ontology, database(s) or list(s) of names

  • Updated Nov 30, 2019
  • Python

Improve this page

Add a description, image, and links to the linked-data topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the linked-data topic, visit your repo's landing page and select "manage topics."

Learn more