summaryrefslogtreecommitdiff
path: root/EXAMPLES
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2011-02-14 17:46:14 +0100
committermguetlein <martin.guetlein@gmail.com>2011-02-14 17:46:14 +0100
commitebaeedc374729ffb737fdc9bd5b1166548678036 (patch)
treeef2983d8f9c0df713f7ae84a54f9af859fda486f /EXAMPLES
parent6a720662721f3c7b67d41189cb8966929b30a048 (diff)
set cookie in reports, hack for ambit, new examples
Diffstat (limited to 'EXAMPLES')
-rwxr-xr-xEXAMPLES34
1 files changed, 17 insertions, 17 deletions
diff --git a/EXAMPLES b/EXAMPLES
index 7a617d6..a27e33b 100755
--- a/EXAMPLES
+++ b/EXAMPLES
@@ -17,7 +17,7 @@ get list of available validations
>>> curl <validation_service>
-result example (accept-header: application/rdf-xml)
+result example (accept-header: application/rdf+xml)
<<< not yet supported
result example (accept-header: text/uri-list)
@@ -31,7 +31,7 @@ get validation
>>> curl <validation_service>/<validation_id>
-supported accept-headers: "text/x-yaml" and "application/rdf-xml"
+supported accept-headers: "text/x-yaml" and "application/rdf+xml"
validate model on test-dateset
@@ -45,7 +45,7 @@ validate model on test-dateset
optional params:
test_target_dataset_uri, default is test_dataset_uri
-result example (accept-header: application/rdf-xml)
+result example (accept-header: application/rdf+xml)
<<< not yet supported
result example (accept-header: text/uri-list)
@@ -67,7 +67,7 @@ optional params:
algorithm_params, default is empty
test_target_dataset_uri, default is test_dataset_uri
-result example (accept-header: application/rdf-xml)
+result example (accept-header: application/rdf+xml)
<<< not yet supported
result example (accept-header: text/uri-list)
@@ -90,7 +90,7 @@ algorithm_params, default is empty
split_ratio, default is 0.67
random_seed, default is 1
-result example (accept-header: application/rdf-xml)
+result example (accept-header: application/rdf+xml)
<<< not yet supported
result example (accept-header: text/uri-list)
@@ -111,7 +111,7 @@ optional params:
algorithm_params, default is empty
random_seed, default is 1
-result example (accept-header: application/rdf-xml)
+result example (accept-header: application/rdf+xml)
<<< not yet supported
result example (accept-header: text/uri-list)
@@ -123,7 +123,7 @@ get list of available crossvalidations
>>> curl <validation_service>/crossvalidation
-result example (accept-header: application/rdf-xml)
+result example (accept-header: application/rdf+xml)
<<< not yet supported
result example (accept-header: text/uri-list)
@@ -137,7 +137,7 @@ get crossvalidation
>>> curl <validation_service>/crossvalidation/<crossvalidation_id>
-supported accept-headers: "text/x-yaml" and "application/rdf-xml"
+supported accept-headers: "text/x-yaml" and "application/rdf+xml"
validate an algorithm on a dataset via crossvalidation
@@ -159,7 +159,7 @@ num_folds, default is 10
random_seed, default is 1
stratified, default is false
-result example (accept-header: application/rdf-xml)
+result example (accept-header: application/rdf+xml)
<<< not yet supported
result example (accept-header: text/uri-list)
@@ -176,7 +176,7 @@ get list of available report types
>>> curl <validation_service>/report
-result example (accept-header: application/rdf-xml)
+result example (accept-header: application/rdf+xml)
<<< not yet supported
result example (accept-header: text/uri-list)
@@ -190,7 +190,7 @@ get list of available reports of type validation
>>> curl <validation_service>/report/validation
-result example (accept-header: application/rdf-xml)
+result example (accept-header: application/rdf+xml)
<<< not yet supported
result example (accept-header: text/uri-list)
@@ -219,7 +219,7 @@ create validation report from validation
>>> curl -X POST -d validation_uris="<validation_service>/<validation_id>" \
<validation_service>/report/validation
-result example (accept-header: application/rdf-xml)
+result example (accept-header: application/rdf+xml)
<<< not yet supported
result example (accept-header: text/uri-list)
@@ -231,7 +231,7 @@ get list of available reports of type crossvalidation
>>> curl <validation_service>/report/crossvalidation
-result example (accept-header: application/rdf-xml)
+result example (accept-header: application/rdf+xml)
<<< not yet supported
result example (accept-header: text/uri-list)
@@ -260,7 +260,7 @@ create crossvalidation report from crossvalidation
>>> curl -X POST -d validation_uris="<validation_service>/crossvalidation/<crossvalidation_id>" \
<validation_service>/report/crossvalidation
-result example (accept-header: application/rdf-xml)
+result example (accept-header: application/rdf+xml)
<<< not yet supported
result example (accept-header: text/uri-list)
@@ -275,7 +275,7 @@ manually format html report
This explicity invokes the report convertion to html, with css-style-sheet as parameter.
-result example (accept-header: application/rdf-xml)
+result example (accept-header: application/rdf+xml)
<<< not yet supported
result example (accept-header: text/uri-list)
@@ -319,7 +319,7 @@ get list of available qmrf report
>>> curl <validation_service>/reach_report/qmrf
-result example (accept-header: application/rdf-xml)
+result example (accept-header: application/rdf+xml)
<<< not yet supported
result example (accept-header: text/uri-list)
@@ -334,7 +334,7 @@ create a QMRF from a model
>>> curl -X POST -d model_uri="<model_uri>" \
<validation_service>/reach_report/qmrf
-result example (accept-header: application/rdf-xml)
+result example (accept-header: application/rdf+xml)
<<< not yet supported
result example (accept-header: text/uri-list)