Hi Murick, I didn't reproduce your issue, however it seems in your classpath is missing at least the apache-any23-encoding 1.1 module dependency. I would try adding it Best Michele
On 24 March 2015 at 03:35, Murick <[email protected]> wrote: > Hi Michele, > Sure, here it is: > > { > "@context": { > "name": "http://xmlns.com/foaf/0.1/name", > "homepage": { > "@id": "http://xmlns.com/foaf/0.1/workplaceHomepage", > "@type": "@id" > }, > "Person": "http://xmlns.com/foaf/0.1/Person" > }, > "@id": "http://me.markus-lanthaler.com", > "@type": "Person", > "name": "Markus Lanthaler", > "homepage": "http://www.tugraz.at/" > } > -- Michele Mostarda Senior Software Engineer skype: michele.mostarda twitter: micmos mail: [email protected] site: http://michelemostarda.it
