Hi, I think the media type should be application/json but maybe this is a bug.
You can have a look at the documentation web-site that is presented when launching Stanbol at http://localhost:8080/factstore. See the REST API documentation and the examples there. Note, that the FactStore is still incomplete and not tested that much. That's why I didn't promote it yet in public to use. I will go on with the work on the FactStore after my holidays in about two weeks. Best, - Fabian 2011/8/9 Reto Bachmann-Gmür <[email protected]>: > Hi > > I'm trying to lean more about stanbol and taking notes on my > expirience here: https://farewellutopia.com/blog > > Currently I'm stuck trying to use FactStore following the examples on > http://wiki.iks-project.eu/index.php/FactStore_Specification > > I created a Fact Scheme but I fail adding facts. What media-type does > faactstore expect? The following request doesn't work: > > POST /factstore/facts HTTP/1.1 > > User-Agent: curl/7.21.3 (i686-pc-linux-gnu) libcurl/7.21.3 > OpenSSL/0.9.8o zlib/1.2.3.4 libidn/1.18 > > Host: localhost:8080 > > Accept: */* > > Content-Type: application/json > > Content-Length: 229 > > > > { "@context" : { "iks" : "http://iks-project.eu/ont/", "upb" : > "http://upb.de/persons/" }, "@profile" : "iks:employeeOf", > "person" : { "@iri" : "upb:bnagel" }, "organization" : { "@iri" > : "http://uni-paderborn.de"}} > > > HTTP/1.1 415 Unsupported Media Type > > Content-Type: text/html; charset=iso-8859-1 > > Cache-Control: must-revalidate,no-cache,no-store > > Content-Length: 1406 > > Server: Jetty(6.1.x) > > Cheers, > Reto > -- Fabian http://twitter.com/fctwitt
