WISDelft / U-Sem

U-Sem
1 stars 0 forks source link

New example text in rest-ui #6

Open joosterman opened 11 years ago

joosterman commented 11 years ago

Suggestion for new example text. Would this be more clear?

On this page you can enter the input parameters for a service. All inputs must be specified using RDF types. Which type is needed depends on the parameter of the service.
To specify a URI use the following format <###>
Example: <http://dbpedia.org/resource/Delft>
To specify text use "###"
Example: "This is a string of text" To specify text in a particular language append the text with '@' and the language code.
Example: "la pomme"@ fr
Numbers can be specified in two ways. Numbers can be typed normally, so without quotes, which works for almost all services. Numbers can also be specified with their fully qualified type.
Example: "1.2"^^<http://www.w3.org/2001/XMLSchema#double>
Example: "10"^^<http://www.w3.org/2001/XMLSchema#integer>