Skip to content

Commit

Permalink
Update hello-world.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Nov 26, 2022
1 parent 3faa63a commit 0e76e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/examples/hello-world/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Hello world example explains SPipes script construction, execution, and executio
We create simple *script* that contain only one *pipeline*. The *pipeline* constructs hello world message for a person within RDF language. The person is identified by *pipeline*'s *input parameter*s `?firstName` and `?lastName`.
Output of the pipeline in RDF for `?firstName=Robert` and `?lastName=Plant` is

<http://onto.fel.cvut.cz/ontologies/s-pipes/hello-world-example-0.1/Robert-Plant> <http://onto.fel.cvut.cz/ontologies/s-pipes/hello-world-example-0.1/is-greeted-by-message> "Hello Robert Plant." .
<http://onto.fel.cvut.cz/ontologies/s-pipes/hello-world-example-0.1/robert-palant> <http://onto.fel.cvut.cz/ontologies/s-pipes/hello-world-example-0.1/is-greeted-by-message> "Hello Robert Plant." .

Our pipeline however returns the message in JSON-LD serialization of this RDF, which is

Expand Down

0 comments on commit 0e76e58

Please sign in to comment.