Difference between revisions of "Hello World!"
From CCIL
(Created page with "== context.properties == <pre> # Hello World! #------------------------------------- context.title = Hello World! context.description = Minimalistic CCIL app context.author...") |
|||
Line 1: | Line 1: | ||
+ | == hello_world.ttl == | ||
+ | |||
+ | <pre> | ||
+ | # | ||
+ | # CCIL console configuration | ||
+ | # | ||
+ | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>. | ||
+ | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>. | ||
+ | |||
+ | @prefix config: <https://sourceforge.net/projects/cybercore/config#>. | ||
+ | @prefix entity: <https://sourceforge.net/projects/cybercore/entities#>. | ||
+ | @prefix service: <https://sourceforge.net/projects/cybercore/services#>. | ||
+ | @prefix ccil: <https://sourceforge.net/projects/ccil/properties#>. | ||
+ | |||
+ | @prefix ccil: <https://sourceforge.net/projects/ccil/properties#>. | ||
+ | |||
+ | # generic ----------------------------------------------- | ||
+ | |||
+ | service:echo rdf:type entity:service ; | ||
+ | entity:implementation "net.ccil.stages.generic.EchoStage" ; | ||
+ | entity:classpath "" ; | ||
+ | entity:arguments "" . | ||
+ | </pre> | ||
+ | |||
== context.properties == | == context.properties == | ||
Revision as of 14:40, 13 May 2017
hello_world.ttl
# # CCIL console configuration # @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>. @prefix config: <https://sourceforge.net/projects/cybercore/config#>. @prefix entity: <https://sourceforge.net/projects/cybercore/entities#>. @prefix service: <https://sourceforge.net/projects/cybercore/services#>. @prefix ccil: <https://sourceforge.net/projects/ccil/properties#>. @prefix ccil: <https://sourceforge.net/projects/ccil/properties#>. # generic ----------------------------------------------- service:echo rdf:type entity:service ; entity:implementation "net.ccil.stages.generic.EchoStage" ; entity:classpath "" ; entity:arguments "" .
context.properties
# Hello World! #------------------------------------- context.title = Hello World! context.description = Minimalistic CCIL app context.author = Atanas Ilchev context.comment = n/a context.thumbnail = media/logo.png # collection context.fill.pipeline = ECHO ECHO = echo ECHO.value = Hello World! # properties xfer = xfer