Hi Michel, 2014-10-09 17:22 GMT+02:00 Bohms, H.M. (Michel) <michel.bo...@tno.nl>:
> I now imported a file: > > > > # baseURI: http://localhost:8080/marmotta/resource > > # imports: http://localhost:8080/marmotta/resource/cbnl-extension.ttl > > > > @prefix : <http://localhost:8080/marmotta/resource#> . > Here is your problem, should be @prefix : <http://localhost:8080/marmotta/resource <http://localhost:8080/marmotta/resource#>/> In general, be very careful with URIs containing "#", because the "#" is interpreted very often by the client side (i.e. the browser) and not even sent to the server. In that case we have no means of returning the requested data to you. Greetings, Sebastian