freme-project / e-Link

Apache License 2.0
0 stars 0 forks source link

Create template that uses LDF #62

Closed jnehring closed 9 years ago

jnehring commented 9 years ago

@fsasaki wrote

http://api-dev.freme-project.eu/doc/api-doc/list-templates.html I think we don’t have a template that shows usage of a linked data fragment endpoint - should we create one?

m1ci commented 9 years ago

done. Created as admin - see http://api-dev.freme-project.eu/current/e-link/templates/4447?outformat=json

NIF to enrich. nif-to-enrich.txt

cURL example:

curl -v -X POST "http://api-dev.freme-project.eu/current/e-link/documents?templateid=4447&informat=turtle&outformat=turtle" -d @nif-to-enrich.txt -H "Content-Type:"
jnehring commented 9 years ago

Thank you!

@josauder please update the list of templates. You can find title and description using http://api-dev.freme-project.eu/current/e-link/templates/4447

Somehow we lost template number 4. I double checked it was not deleted in #63 . @josauder can you please add this template? It might be possible that you cannot specify the template id. In this case create a new id and update the ID in the documentation.

josauder commented 9 years ago

Ok I will do that. Do you think we should take out the list of templates here because it is redundant with our dedicated list of templates page?

josauder commented 9 years ago

I readded the template 4 which now has id 4448. I also added the other template. Do we have any example data (for the curl call) for template 4448 (template 4)? @jnehring

m1ci commented 9 years ago

Do we have any example data (for the curl call) for template 4448 (template 4)? @jnehring

example data attached with the comment https://github.com/freme-project/e-Link/issues/62#issuecomment-154009743

m1ci commented 9 years ago

can we close this issue?