Nguyen Viet Bach
Results
2
issues of
Nguyen Viet Bach
Hi, is it possible to use SPARQL Filter to match strings with Regex? Something like ```js const context = { 'Company': `http://ontology.com/Company`, 'name': `http://ontology.com/hasName`, 'Name': `http://ontology.com/Name`, 'a': 'http://www.w3.org/1999/02/22-rdf-syntax-ns#type', 'value': `http://ontology.com/hasStringValue`...
enhancement
Hi, I could not import several quads to Blazegraph. The problem is that these IRIs have a bad syntax. Is this an implementation detail or I missed something? Examples of...