Skip to content

TESTS PUT annotation

Paolo Ciccarese edited this page Feb 25, 2014 · 4 revisions

<< Back to Annotation
<< Back PUT /annotation/

Comment on a full resource (no graph)

 curl -i -X PUT http://localhost:8080/s/annotation \
    -H "Content-Type: application/json" \
    -d'{"apiKey": "testkey","validate": "ON","flavor": "OA","item": {"@context": "https://raw2.github.com/Annotopia/AtSmartStorage/master/web-app/data/OAContext.json","@id": "http://localhost:8080/s/annotation/39106275-E114-4825-A17A-E7F3B26DB5AB","@type": "http://www.w3.org/ns/oa#Annotation","http://purl.org/pav/createdAt": "2014-02-18T11:41:18EST","http://purl.org/pav/lastUpdatedOn": "2014-02-18T11:41:18EST","http://purl.org/pav/previousVersion": "urn:temp:001","http://www.w3.org/ns/oa#annotatedAt": "2014-02-17T09:46:11EST","http://www.w3.org/ns/oa#annotatedBy": {"@id": "http://orcid.org/0000-0002-5156-2703","@type": "http://xmlns.com/foaf/0.1/Person","http://xmlns.com/foaf/0.1/name": "Paolo Ciccarese"},"http://www.w3.org/ns/oa#hasBody": {"@id": "http://localhost:8080/s/content/C885C7E7-EB9F-4F26-A240-75C77F1302C7","@type": ["http://www.w3.org/2011/content#ContentAsText","http://purl.org/dc/dcmitype/Text"],"http://purl.org/dc/elements/1.1/format": "text/plain","http://purl.org/pav/previousVersion": "blank","http://www.w3.org/2011/content#chars": "This is Paolo Ciccareses CV"},"http://www.w3.org/ns/oa#hasTarget": {"@id": "http://paolociccarese.info"},"http://www.w3.org/ns/oa#motivatedBy": {"@id": "http://www.w3.org/ns/oa#commenting"},"http://www.w3.org/ns/oa#serializedAt": "2014-02-17T09:46:51EST","http://www.w3.org/ns/oa#serializedBy": {"@id": "urn:application:domeo"}}}'

Comment on a full resource (graph)

curl -i -X PUT http://localhost:8080/s/annotation \
    -H "Content-Type: application/json" \
    -d'{"apiKey":"testkey", "validate":"ON", "flavor":"OA", "item":{"@context":"https://raw2.github.com/Annotopia/AtSmartStorage/master/web-app/data/OAContext.json" ,"@graph" : [ {"@id" : "http://localhost:8080/s/annotation/39106275-E114-4825-A17A-E7F3B26DB5AB","@type" : "http://www.w3.org/ns/oa#Annotation","http://purl.org/pav/createdAt" : "2014-02-18T11:41:18EST","http://purl.org/pav/lastUpdatedOn" : "2014-02-18T11:41:18EST","http://purl.org/pav/previousVersion" : "urn:temp:001","http://www.w3.org/ns/oa#annotatedAt" : "2014-02-17T09:46:11EST","http://www.w3.org/ns/oa#annotatedBy" : {"@id" : "http://orcid.org/0000-0002-5156-2703"},"http://www.w3.org/ns/oa#hasBody" : {"@id" : "http://localhost:8080/s/content/C885C7E7-EB9F-4F26-A240-75C77F1302C7"},"http://www.w3.org/ns/oa#hasTarget" : {"@id" : "http://paolociccarese.info"},"http://www.w3.org/ns/oa#motivatedBy" : {"@id" : "http://www.w3.org/ns/oa#commenting"},"http://www.w3.org/ns/oa#serializedAt" : "2014-02-17T09:46:51EST","http://www.w3.org/ns/oa#serializedBy" : {"@id" : "urn:application:domeo"}}, {"@id" : "http://localhost:8080/s/content/C885C7E7-EB9F-4F26-A240-75C77F1302C7","@type" : [ "http://www.w3.org/2011/content#ContentAsText", "http://purl.org/dc/dcmitype/Text" ],"http://purl.org/dc/elements/1.1/format" : "text/plain","http://purl.org/pav/previousVersion" : "blank","http://www.w3.org/2011/content#chars" : "This is Paolo Ciccareses CV"}, {"@id" : "http://orcid.org/0000-0002-5156-2703","@type" : "http://xmlns.com/foaf/0.1/Person","http://xmlns.com/foaf/0.1/name" : "Paolo Ciccarese"} ],"@id" : "http://localhost:8080/s/graph/9A51C160-8783-4191-862D-31AEB52435AE"}}'