Franck Michel
Franck Michel
Hi Markus, Just found a very curious behaviour. I'm using `JsonLD:toRDF` to expand a JSON-LD file, but any field `"0"` seems to be ignored. Document: ``` { "@context": { "@vocab":...
Hi Markus, When a string in the JSON-LD document contains escaped double-quotes, like in `"Here is a \"string\n"`, then the double quotes are no longer escaped in the NQuads serialization....
Hey, I can see that this was discussed already in the past, but I'm afraid POST is still not supported. Even when passing an options document `{ method: 'POST' }`,...
Hi, last one for today ;) Still using standalone corese-3.2.3a.jar URL http://erebe-vm2.i3s.unice.fr/jsonld-proxy/flickr.json returns a JSON file along with headers: ``` Content-Type: application/json Link: ; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json" ``` According to the...
Hi again, Quite a weird one, still with standalone corese-3.2.3a.jar The following loads and expanded JSON-LD file (with no @context) in compact form : load That works fine. The following...
Hey guys, I'm running the command below in the standalone Corese app: `load into graph ` The JSON-LD file is loaded but all triples get into graph kg:default. Version used:...
Submitted by Andy in issue #1 on CORD19-NEKG v1.0: File: cord19-nekg-metadata-sha.ttl line: 193968 Bad IRI: The characters [ and ] aren't legal in the path part of an IRI.
Hi again, a quick one. Funders and affiliations are of type schema.org/Organization. Can I add a ROR id e.g. https://ror.org/02kvxyf05, and should it be given with "@id" or "identifier"? Thx.
Hi @remiceres. **Issue Description:** Using Corese server 4.5.0 jar version. Submitting query: ``` PREFIX ma: PREFIX rdf: PREFIX schema: PREFIX sd: PREFIX xsd: PREFIX api: @prefix ns2: . @prefix ns1:...
Hey guys, I just discovered LD-VOWL, this is awesome! The killer app that WebVOWL was missing. I've been playing with the demo server at http://vowl.visualdataweb.org/ldvowl/ with 2 endpoints. That works...