Contents

Template: dpm:Process

URI: http://dipromag.de/ottr-templates/0.1/Process

Parameters

🛈 The parameters defined by the signature are listed here. Unfortunately parameter names are not informative; fixing it is a planned future feature. An optional parameter will accept the value ottr:none as an argument. A parameter which allows blanks will accept a blank node as argument value.

IndexNameTypeOptionalBlanks allowedDefault value
1processottr:IRInonono
2inputsList<ottr:IRI>yesyesno
3outputsList<ottr:IRI>yesyesno
4characteristicsList<ottr:IRI>yesyesno
5executed_byList<ottr:IRI>yesyesno
6previous_processesList<ottr:IRI>yesyesno
7next_processesList<ottr:IRI>yesyesno

Pattern

stOTTR

🛈 stOTTR serialisation of the template without annotation instances.

dpm:Process[
    ! ottr:IRI ?process,
    ? List<ottr:IRI> ?inputs,
    ? List<ottr:IRI> ?outputs,
    ? List<ottr:IRI> ?characteristics,
    ? List<ottr:IRI> ?executed_by,
    ? List<ottr:IRI> ?previous_processes,
    ? List<ottr:IRI> ?next_processes
] :: {
    zipMin | ottr:Triple(?process, pmd:characteristic, ++?characteristics),
    zipMin | ottr:Triple(?process, pmd:executedBy, ++?executed_by),
    zipMin | ottr:Triple(?process, pmd:input, ++?inputs),
    zipMin | ottr:Triple(?process, pmd:nextProcess, ++?next_processes),
    zipMin | ottr:Triple(?process, pmd:output, ++?outputs),
    zipMin | ottr:Triple(?process, pmd:previousProcess, ++?previous_processes)
} .

🛈 The pattern of the template is illustrated by expanding a generated instance. Below the generated instance is shown in different serialisations, and its expansion is presented in different formats.

Generated instance

stOTTR
dpm:Process(x:argument1, (x:argument2-1, x:argument2-2), (x:argument3-1, x:argument3-2), (x:argument4-1, x:argument4-2), (x:argument5-1, x:argument5-2), (x:argument6-1, x:argument6-2), (x:argument7-1, x:argument7-2))
RDF/wOTTR
[ ottr:of      dpm:Process ;
  ottr:values  ( x:argument1 ( x:argument2-1 x:argument2-2 ) ( x:argument3-1 x:argument3-2 ) ( x:argument4-1 x:argument4-2 ) ( x:argument5-1 x:argument5-2 ) ( x:argument6-1 x:argument6-2 ) ( x:argument7-1 x:argument7-2 ) )
] .

Visualisation of expanded RDF graph

🛈 Each resource node is linked to its IRI. Type relationships are not visualised, rather each node contains its type.

Hierarchical horizontal layout (dot)
http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> x:argument1 http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> x:argument3-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> pmd:output http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> x:argument3-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> pmd:output http://example.ottr.xyz/argument/argument7-1 : LUB<ottr:IRI> x:argument7-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7-1 : LUB<ottr:IRI> pmd:nextProcess http://example.ottr.xyz/argument/argument7-2 : LUB<ottr:IRI> x:argument7-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7-2 : LUB<ottr:IRI> pmd:nextProcess http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> x:argument5-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> pmd:executedBy http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> x:argument5-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> pmd:executedBy http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> x:argument6-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> pmd:previousProcess http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> x:argument6-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> pmd:previousProcess http://example.ottr.xyz/argument/argument2-1 : LUB<ottr:IRI> x:argument2-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2-1 : LUB<ottr:IRI> pmd:input http://example.ottr.xyz/argument/argument2-2 : LUB<ottr:IRI> x:argument2-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2-2 : LUB<ottr:IRI> pmd:input http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> x:argument4-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> pmd:characteristic http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> x:argument4-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> pmd:characteristic
Hierarchical vertical layout (dot)
http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> x:argument1 http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> x:argument3-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> pmd:output http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> x:argument3-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> pmd:output http://example.ottr.xyz/argument/argument7-1 : LUB<ottr:IRI> x:argument7-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7-1 : LUB<ottr:IRI> pmd:nextProcess http://example.ottr.xyz/argument/argument7-2 : LUB<ottr:IRI> x:argument7-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7-2 : LUB<ottr:IRI> pmd:nextProcess http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> x:argument5-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> pmd:executedBy http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> x:argument5-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> pmd:executedBy http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> x:argument6-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> pmd:previousProcess http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> x:argument6-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> pmd:previousProcess http://example.ottr.xyz/argument/argument2-1 : LUB<ottr:IRI> x:argument2-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2-1 : LUB<ottr:IRI> pmd:input http://example.ottr.xyz/argument/argument2-2 : LUB<ottr:IRI> x:argument2-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2-2 : LUB<ottr:IRI> pmd:input http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> x:argument4-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> pmd:characteristic http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> x:argument4-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> pmd:characteristic
Spring model layout (neato)
http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> x:argument1 http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> x:argument3-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> pmd:output http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> x:argument3-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> pmd:output http://example.ottr.xyz/argument/argument7-1 : LUB<ottr:IRI> x:argument7-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7-1 : LUB<ottr:IRI> pmd:nextProcess http://example.ottr.xyz/argument/argument7-2 : LUB<ottr:IRI> x:argument7-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7-2 : LUB<ottr:IRI> pmd:nextProcess http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> x:argument5-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> pmd:executedBy http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> x:argument5-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> pmd:executedBy http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> x:argument6-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> pmd:previousProcess http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> x:argument6-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> pmd:previousProcess http://example.ottr.xyz/argument/argument2-1 : LUB<ottr:IRI> x:argument2-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2-1 : LUB<ottr:IRI> pmd:input http://example.ottr.xyz/argument/argument2-2 : LUB<ottr:IRI> x:argument2-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2-2 : LUB<ottr:IRI> pmd:input http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> x:argument4-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> pmd:characteristic http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> x:argument4-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> pmd:characteristic
Spring model layout (fdp)
http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> x:argument1 http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> x:argument3-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> pmd:output http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> x:argument3-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> pmd:output http://example.ottr.xyz/argument/argument7-1 : LUB<ottr:IRI> x:argument7-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7-1 : LUB<ottr:IRI> pmd:nextProcess http://example.ottr.xyz/argument/argument7-2 : LUB<ottr:IRI> x:argument7-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7-2 : LUB<ottr:IRI> pmd:nextProcess http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> x:argument5-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> pmd:executedBy http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> x:argument5-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> pmd:executedBy http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> x:argument6-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> pmd:previousProcess http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> x:argument6-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> pmd:previousProcess http://example.ottr.xyz/argument/argument2-1 : LUB<ottr:IRI> x:argument2-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2-1 : LUB<ottr:IRI> pmd:input http://example.ottr.xyz/argument/argument2-2 : LUB<ottr:IRI> x:argument2-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2-2 : LUB<ottr:IRI> pmd:input http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> x:argument4-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> pmd:characteristic http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> x:argument4-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> pmd:characteristic
Radial layout (twopi)
http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> x:argument1 http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> x:argument3-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> pmd:output http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> x:argument3-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> pmd:output http://example.ottr.xyz/argument/argument7-1 : LUB<ottr:IRI> x:argument7-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7-1 : LUB<ottr:IRI> pmd:nextProcess http://example.ottr.xyz/argument/argument7-2 : LUB<ottr:IRI> x:argument7-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7-2 : LUB<ottr:IRI> pmd:nextProcess http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> x:argument5-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> pmd:executedBy http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> x:argument5-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> pmd:executedBy http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> x:argument6-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> pmd:previousProcess http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> x:argument6-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> pmd:previousProcess http://example.ottr.xyz/argument/argument2-1 : LUB<ottr:IRI> x:argument2-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2-1 : LUB<ottr:IRI> pmd:input http://example.ottr.xyz/argument/argument2-2 : LUB<ottr:IRI> x:argument2-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2-2 : LUB<ottr:IRI> pmd:input http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> x:argument4-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> pmd:characteristic http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> x:argument4-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> pmd:characteristic
Circular layout (circo)
http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI> x:argument1 http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> x:argument3-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-1 : LUB<ottr:IRI> pmd:output http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> x:argument3-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument3-2 : LUB<ottr:IRI> pmd:output http://example.ottr.xyz/argument/argument7-1 : LUB<ottr:IRI> x:argument7-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7-1 : LUB<ottr:IRI> pmd:nextProcess http://example.ottr.xyz/argument/argument7-2 : LUB<ottr:IRI> x:argument7-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument7-2 : LUB<ottr:IRI> pmd:nextProcess http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> x:argument5-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument5-1 : LUB<ottr:IRI> pmd:executedBy http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> x:argument5-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument5-2 : LUB<ottr:IRI> pmd:executedBy http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> x:argument6-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument6-1 : LUB<ottr:IRI> pmd:previousProcess http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> x:argument6-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument6-2 : LUB<ottr:IRI> pmd:previousProcess http://example.ottr.xyz/argument/argument2-1 : LUB<ottr:IRI> x:argument2-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2-1 : LUB<ottr:IRI> pmd:input http://example.ottr.xyz/argument/argument2-2 : LUB<ottr:IRI> x:argument2-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument2-2 : LUB<ottr:IRI> pmd:input http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> x:argument4-1 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument4-1 : LUB<ottr:IRI> pmd:characteristic http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> x:argument4-2 http://example.ottr.xyz/argument/argument1 : LUB<ottr:IRI>->http://example.ottr.xyz/argument/argument4-2 : LUB<ottr:IRI> pmd:characteristic

Expanded RDF graph

x:argument1  pmd:characteristic  x:argument4-1 , x:argument4-2 ;
        pmd:executedBy       x:argument5-1 , x:argument5-2 ;
        pmd:input            x:argument2-1 , x:argument2-2 ;
        pmd:nextProcess      x:argument7-1 , x:argument7-2 ;
        pmd:output           x:argument3-1 , x:argument3-2 ;
        pmd:previousProcess  x:argument6-2 , x:argument6-1 .

Interactive expansion

🛈 Click the list to expand/contract one list element. Click 'expand/contact all' to expand/contract all elements. Note that the interactive expansion is not correct for instances that are marked by list expanders.

dpm:Process(x:argument1, (x:argument2-1, x:argument2-2), (x:argument3-1, x:argument3-2), (x:argument4-1, x:argument4-2), (x:argument5-1, x:argument5-2), (x:argument6-1, x:argument6-2), (x:argument7-1, x:argument7-2))zipMin | ottr:Triple(x:argument1, pmd:output, ++(x:argument3-1, x:argument3-2))zipMin | ottr:Triple(x:argument1, pmd:nextProcess, ++(x:argument7-1, x:argument7-2))zipMin | ottr:Triple(x:argument1, pmd:executedBy, ++(x:argument5-1, x:argument5-2))zipMin | ottr:Triple(x:argument1, pmd:previousProcess, ++(x:argument6-1, x:argument6-2))zipMin | ottr:Triple(x:argument1, pmd:input, ++(x:argument2-1, x:argument2-2))zipMin | ottr:Triple(x:argument1, pmd:characteristic, ++(x:argument4-1, x:argument4-2))

Dependencies

Dependency graph

🛈 The graph shows all the templates that this template depends on. The colour of the node indicates its namespace. Each node is linked to its documentation page.

Hierarchical horizontal layout (dot)
dpm:Process dpm:Process ottr:Triple ottr:Triple dpm:Process->ottr:Triple
Hierarchical vertical layout (dot)
dpm:Process dpm:Process ottr:Triple ottr:Triple dpm:Process->ottr:Triple
Spring model layout (neato)
dpm:Process dpm:Process ottr:Triple ottr:Triple dpm:Process->ottr:Triple
Spring model layout (fdp)
dpm:Process dpm:Process ottr:Triple ottr:Triple dpm:Process->ottr:Triple
Radial layout (twopi)
dpm:Process dpm:Process ottr:Triple ottr:Triple dpm:Process->ottr:Triple
Circular layout (circo)
dpm:Process dpm:Process ottr:Triple ottr:Triple dpm:Process->ottr:Triple

List of dependencies

🛈 The number in parenthesis is the number of instances of each template.

dpm:Processottr:Triple (6)

Depending templates

🛈 The templates in this library that depend on this template.

Metrics

🛈 Dependency graph metrics. Depth is the number of steps to a leaf node in the dependency graph. Branching is the number of outgoing edges from a node.

Templates used

Direct dependencies
  • Number of instances: 6
  • Templates used: (1 templates)
Complete expansion

Vocabulary introduced

Direct dependenciesComplete expansion

Serialisations

stOTTR

dpm:Process[
    ! ottr:IRI ?process,
    ? List<ottr:IRI> ?inputs,
    ? List<ottr:IRI> ?outputs,
    ? List<ottr:IRI> ?characteristics,
    ? List<ottr:IRI> ?executed_by,
    ? List<ottr:IRI> ?previous_processes,
    ? List<ottr:IRI> ?next_processes
] :: {
    zipMin | ottr:Triple(?process, pmd:characteristic, ++?characteristics),
    zipMin | ottr:Triple(?process, pmd:executedBy, ++?executed_by),
    zipMin | ottr:Triple(?process, pmd:input, ++?inputs),
    zipMin | ottr:Triple(?process, pmd:nextProcess, ++?next_processes),
    zipMin | ottr:Triple(?process, pmd:output, ++?outputs),
    zipMin | ottr:Triple(?process, pmd:previousProcess, ++?previous_processes)
} .

RDF/wOTTR

dpm:Process  rdf:type    ottr:Template ;
        ottr:parameters  ( [ ottr:modifier  ottr:nonBlank ;
                             ottr:type      ottr:IRI ;
                             ottr:variable  _:b0
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:type      ( rdf:List ottr:IRI ) ;
                             ottr:variable  _:b1
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:type      ( rdf:List ottr:IRI ) ;
                             ottr:variable  _:b2
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:type      ( rdf:List ottr:IRI ) ;
                             ottr:variable  _:b3
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:type      ( rdf:List ottr:IRI ) ;
                             ottr:variable  _:b4
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:type      ( rdf:List ottr:IRI ) ;
                             ottr:variable  _:b5
                           ]
                           [ ottr:modifier  ottr:optional ;
                             ottr:type      ( rdf:List ottr:IRI ) ;
                             ottr:variable  _:b6
                           ]
                         ) ;
        ottr:pattern     [ ottr:arguments  ( [ ottr:value  _:b0 ]
                                             [ ottr:value  pmd:characteristic ]
                                             [ ottr:modifier  ottr:listExpand ;
                                               ottr:value     _:b3
                                             ]
                                           ) ;
                           ottr:modifier   ottr:zipMin ;
                           ottr:of         ottr:Triple
                         ] ;
        ottr:pattern     [ ottr:arguments  ( [ ottr:value  _:b0 ]
                                             [ ottr:value  pmd:input ]
                                             [ ottr:modifier  ottr:listExpand ;
                                               ottr:value     _:b1
                                             ]
                                           ) ;
                           ottr:modifier   ottr:zipMin ;
                           ottr:of         ottr:Triple
                         ] ;
        ottr:pattern     [ ottr:arguments  ( [ ottr:value  _:b0 ]
                                             [ ottr:value  pmd:previousProcess ]
                                             [ ottr:modifier  ottr:listExpand ;
                                               ottr:value     _:b5
                                             ]
                                           ) ;
                           ottr:modifier   ottr:zipMin ;
                           ottr:of         ottr:Triple
                         ] ;
        ottr:pattern     [ ottr:arguments  ( [ ottr:value  _:b0 ]
                                             [ ottr:value  pmd:executedBy ]
                                             [ ottr:modifier  ottr:listExpand ;
                                               ottr:value     _:b4
                                             ]
                                           ) ;
                           ottr:modifier   ottr:zipMin ;
                           ottr:of         ottr:Triple
                         ] ;
        ottr:pattern     [ ottr:arguments  ( [ ottr:value  _:b0 ]
                                             [ ottr:value  pmd:nextProcess ]
                                             [ ottr:modifier  ottr:listExpand ;
                                               ottr:value     _:b6
                                             ]
                                           ) ;
                           ottr:modifier   ottr:zipMin ;
                           ottr:of         ottr:Triple
                         ] ;
        ottr:pattern     [ ottr:arguments  ( [ ottr:value  _:b0 ]
                                             [ ottr:value  pmd:output ]
                                             [ ottr:modifier  ottr:listExpand ;
                                               ottr:value     _:b2
                                             ]
                                           ) ;
                           ottr:modifier   ottr:zipMin ;
                           ottr:of         ottr:Triple
                         ] .

Prefixes

🛈 Prefixes are removed from all listings on this page for readability, but are listed here in RDF Turtle format.

@prefix dpm:        <http://dipromag.de/ottr-templates/0.1/>.
@prefix dcterms:    <http://dublincore.org/specifications/dublin-core/dcmi-terms/2020-01-20/>.
@prefix x:          <http://example.ottr.xyz/argument/>.
@prefix ottr:       <http://ns.ottr.xyz/0.4/>.
@prefix qb:         <http://purl.org/linked-data/cube#>.
@prefix sdmx-concept:<http://purl.org/linked-data/sdmx/2009/concept#>.
@prefix sdmx-dimension:<http://purl.org/linked-data/sdmx/2009/dimension#>.
@prefix sdmx-measure:<http://purl.org/linked-data/sdmx/2009/measure#>.
@prefix qudt:       <http://qudt.org/2.1/schema/qudt/>.
@prefix interval:   <http://reference.data.gov.uk/def/intervals/>.
@prefix o-owl-ax:   <http://tpl.ottr.xyz/owl/axiom/0.1/>.
@prefix o-owl-ma:   <http://tpl.ottr.xyz/owl/macro/0.1/>.
@prefix o-owl-re:   <http://tpl.ottr.xyz/owl/restriction/0.1/>.
@prefix o-owl-ut:   <http://tpl.ottr.xyz/owl/util/0.1/>.
@prefix o-docttr:   <http://tpl.ottr.xyz/p/docttr/0.1/>.
@prefix o-pizza:    <http://tpl.ottr.xyz/pizza/0.1/>.
@prefix o-rdf:      <http://tpl.ottr.xyz/rdf/0.1/>.
@prefix o-rdfs:     <http://tpl.ottr.xyz/rdfs/0.2/>.
@prefix rdf:        <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs:       <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd:        <http://www.w3.org/2001/XMLSchema#>.
@prefix emmo:       <http://www.w3.org/2002/07/emmo>.
@prefix owl:        <http://www.w3.org/2002/07/owl#>.
@prefix prov:       <http://www.w3.org/ns/prov-o#>.
@prefix foaf:       <http://xmlns.com/foaf/0.1/>.
@prefix pmd:        <https://w3id.org/pmd/co/>.