[ 
https://issues.apache.org/jira/browse/RYA-88?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15330024#comment-15330024
 ] 

Aaron Mihalik commented on RYA-88:
----------------------------------

The URI {{<>}} is a relative path that refers to the "base" uri.  Either you 
need to pass in a base uri into the parser (eg. 
{{p.parse(IOUtils.toInputStream(TTL), "urn:base")}}) or add the base uri at the 
top of your Turtle file (eg. {{@base <urn:base> .}})

I'm very curious how blazegraph handles thing.

> <> is not valid URI.
> --------------------
>
>                 Key: RYA-88
>                 URL: https://issues.apache.org/jira/browse/RYA-88
>             Project: Rya
>          Issue Type: Bug
>         Environment: Rya develop + Accumulo 1.6.4 on EMR 4.6.0.
>            Reporter: Kiet Ly
>
> I got an error with dcterms:FileFormat <>. Work fine in blazegraph.
> ERROR helpers.ParseErrorLogger: [Rio fatal] Not a valid (absolute) URI:  (5, 
> -1)
> @prefix adms: <http://www.w3.org/ns/adms#> .
> @prefix dcterms: <http://purl.org/dc/terms/> .
> <http://vocab.deri.ie/void#ttl> a adms:SemanticDistribution;
>     dcterms:FileFormat <>;
>     adms:accessURL "http://vocab.deri.ie/void.ttl";;
>     adms:status <http://purl.org/adms/status/Completed> .



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to