linkedpipes / etl

LinkedPipes ETL is an RDF based, lightweight ETL tool
https://etl.linkedpipes.com
Other
143 stars 30 forks source link

YASGUI hangs on certain input #720

Closed jakubklimek closed 5 years ago

jakubklimek commented 5 years ago

When inserting this into a component with yasgui, it hangs:

<https://data.gov.cz/zdroj/lokální-katalogy/CSShZbzpcn/695492977> a <http://plugins.linkedpipes.com/ontology/e-sparqlEndpointList#Task>;
  <http://plugins.linkedpipes.com/ontology/e-sparqlEndpointList#endpoint> "https://data.cssz.cz/sparql";
  <http://plugins.linkedpipes.com/ontology/e-sparqlEndpointList#group> "https://data.cssz.cz/sparql";
  <http://plugins.linkedpipes.com/ontology/e-sparqlEndpointList#query> """PREFIX dcat: <http://www.w3.org/ns/dcat#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

CONSTRUCT {
   <https://data.gov.cz/zdroj/lokální-katalogy/CSShZbzpcn/695492977> dcat:endpointURL \"https://data.cssz.cz/sparql\"^^xsd:anyURI ;
   dcat:dataset ?dataset .
} WHERE {
  ?dataset a dcat:Dataset .
}""" .
skodapetr commented 5 years ago

Tested with http://yasqe.yasgui.org/ is seems to have the same behavior so it is probably the issue with YASGUI. So the best we can do is to report it to them and if we can solve it create a pull request with the fix.

jakubklimek commented 5 years ago

Reported as https://github.com/TriplyDB/YASGUI/issues/132