http://tpl.ottr.xyz/p/asset-maintenance/interface/0.2/WorkOrderForm🛈 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.
| Index | Name | Type | Optional | Blanks allowed | Default value |
|---|---|---|---|---|---|
| 1 | id | owl:NamedIndividual | no | yes | no |
| 2 | date | xsd:date | no | yes | no |
| 3 | descr | xsd:string | no | yes | no |
| 4 | funcLoc | owl:NamedIndividual | no | yes | no |
| 5 | failureFuncLoc | owl:Class | no | yes | no |
| 6 | code | owl:Class | no | yes | no |
| 7 | failure | owl:NamedIndividual | no | yes | no |
🛈 stOTTR serialisation of the template without annotation instances.
<http://tpl.ottr.xyz/p/asset-maintenance/interface/0.2/WorkOrderForm>[
owl:NamedIndividual ?id,
xsd:date ?date,
xsd:string ?descr,
owl:NamedIndividual ?funcLoc,
owl:Class ?failureFuncLoc,
owl:Class ?code,
owl:NamedIndividual ?failure
] :: {
<http://tpl.ottr.xyz/p/asset-maintenance/fmea/0.2/RealizedFailureCategorization>(?failureFuncLoc, ?code, ?failure),
wo-tmp:WorkOrder(?id, ?date, ?descr, ?funcLoc, ?failure)
} .🛈 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.
<http://tpl.ottr.xyz/p/asset-maintenance/interface/0.2/WorkOrderForm>(x:argument1, _:argument2, _:argument3, x:argument4, x:argument5, x:argument6, x:argument7)RDF/wOTTR
[ ottr:of <http://tpl.ottr.xyz/p/asset-maintenance/interface/0.2/WorkOrderForm> ;
ottr:values ( x:argument1
[]
[]
x:argument4 x:argument5 x:argument6 x:argument7
)
] .🛈 Each resource node is linked to its IRI. Type relationships are not visualised, rather each node contains its type.
x:argument1 rdf:type fmea:WorkOrderDatum ;
fmea:Description [] ;
fmea:onDate [] ;
fmea:workOn x:argument4 ;
fmea:workOnFailure x:argument7 .
x:argument7 rdf:type x:argument6 , x:argument5 .🛈 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.
<http://tpl.ottr.xyz/p/asset-maintenance/interface/0.2/WorkOrderForm>(x:argument1, _:argument2, _:argument3, x:argument4, x:argument5, x:argument6, x:argument7)<http://tpl.ottr.xyz/p/asset-maintenance/fmea/0.2/RealizedFailureCategorization>(x:argument5, x:argument6, x:argument7)o-rdf:Type(x:argument7, x:argument5)ottr:Triple(x:argument7, rdf:type, x:argument5)o-rdf:Type(x:argument7, x:argument6)ottr:Triple(x:argument7, rdf:type, x:argument6)wo-tmp:WorkOrder(x:argument1, _:argument2, _:argument3, x:argument4, x:argument7)ottr:Triple(x:argument1, fmea:onDate, _:argument2)tmp:CodeDescription(x:argument1, _:argument3)ottr:Triple(x:argument1, fmea:Description, _:argument3)wo-tmp:WorkAddressesFailure(x:argument1, x:argument4, x:argument7)ottr:Triple(x:argument1, fmea:workOn, x:argument4)wo-tmp:WorkOnFailure(x:argument1, x:argument7)ottr:Triple(x:argument1, fmea:workOnFailure, x:argument7)o-rdf:Type(x:argument1, fmea:WorkOrderDatum)ottr:Triple(x:argument1, rdf:type, fmea:WorkOrderDatum)🛈 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.
🛈 The number in parenthesis is the number of instances of each template.
🛈 The templates in this library that depend on this template.
None found.
🛈 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.
Direct dependencies
| Complete expansion
|
Direct dependencies
| Complete expansion
|
<http://tpl.ottr.xyz/p/asset-maintenance/interface/0.2/WorkOrderForm>[
owl:NamedIndividual ?id,
xsd:date ?date,
xsd:string ?descr,
owl:NamedIndividual ?funcLoc,
owl:Class ?failureFuncLoc,
owl:Class ?code,
owl:NamedIndividual ?failure
] :: {
<http://tpl.ottr.xyz/p/asset-maintenance/fmea/0.2/RealizedFailureCategorization>(?failureFuncLoc, ?code, ?failure),
wo-tmp:WorkOrder(?id, ?date, ?descr, ?funcLoc, ?failure)
} .
<http://tpl.ottr.xyz/p/asset-maintenance/interface/0.2/WorkOrderForm>
rdf:type ottr:Template ;
ottr:parameters ( [ ottr:type owl:NamedIndividual ;
ottr:variable _:b0
]
[ ottr:type xsd:date ;
ottr:variable _:b1
]
[ ottr:type xsd:string ;
ottr:variable _:b2
]
[ ottr:type owl:NamedIndividual ;
ottr:variable _:b3
]
[ ottr:type owl:Class ;
ottr:variable _:b4
]
[ ottr:type owl:Class ;
ottr:variable _:b5
]
[ ottr:type owl:NamedIndividual ;
ottr:variable _:b6
]
) ;
ottr:pattern [ ottr:of <http://tpl.ottr.xyz/p/asset-maintenance/fmea/0.2/RealizedFailureCategorization> ;
ottr:values ( _:b4
_:b5
_:b6
)
] ;
ottr:pattern [ ottr:of wo-tmp:WorkOrder ;
ottr:values ( _:b0
_:b1
_:b2
_:b3
_:b6
)
] .🛈 Prefixes are removed from all listings on this page for readability, but are listed here in RDF Turtle format.
@prefix ottr: <http://ns.ottr.xyz/0.4/>. @prefix wo-tmp: <http://tpl.ottr.xyz/p/asset-maintenance/work-orders/0.1/>. @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>. @prefix xsd: <http://www.w3.org/2001/XMLSchema#>. @prefix owl: <http://www.w3.org/2002/07/owl#>.