dpm:CreateWorkingGroup
🛈 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 | group | ottr:IRI | no | yes | no |
2 | members | List<ottr:IRI> | no | yes | no |
🛈 stOTTR serialisation of the template without annotation instances.
dpm:CreateWorkingGroup[ ottr:IRI ?group, List<ottr:IRI> ?members ] :: { ottr:Triple(?group, rdf:type, foaf:Group), cross | ottr:Triple(++?members, rdf:type, foaf:Person), cross | ottr:Triple(?group, foaf:member, ++?members) } .
🛈 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.
dpm:CreateWorkingGroup(x:argument1, (x:argument2-1, x:argument2-2))RDF/wOTTR
[ ottr:of dpm:CreateWorkingGroup ; ottr:values ( x:argument1 ( x:argument2-1 x:argument2-2 ) ) ] .
🛈 Each resource node is linked to its IRI. Type relationships are not visualised, rather each node contains its type.
x:argument1 rdf:type foaf:Group ; foaf:member x:argument2-2 , x:argument2-1 . x:argument2-2 rdf:type foaf:Person . x:argument2-1 rdf:type foaf:Person .
🛈 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:CreateWorkingGroup(x:argument1, (x:argument2-1, x:argument2-2))
ottr:Triple(x:argument1, rdf:type, foaf:Group)
cross | ottr:Triple(x:argument1, foaf:member, ++(x:argument2-1, x:argument2-2))
cross | ottr:Triple(++(x:argument2-1, x:argument2-2), rdf:type, foaf:Person)
🛈 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
|
dpm:CreateWorkingGroup[ ottr:IRI ?group, List<ottr:IRI> ?members ] :: { ottr:Triple(?group, rdf:type, foaf:Group), cross | ottr:Triple(++?members, rdf:type, foaf:Person), cross | ottr:Triple(?group, foaf:member, ++?members) } .
dpm:CreateWorkingGroup rdf:type ottr:Template ; ottr:parameters ( [ ottr:type ottr:IRI ; ottr:variable _:b0 ] [ ottr:type ( rdf:List ottr:IRI ) ; ottr:variable _:b1 ] ) ; ottr:pattern [ ottr:arguments ( [ ottr:modifier ottr:listExpand ; ottr:value _:b1 ] [ ottr:value rdf:type ] [ ottr:value foaf:Person ] ) ; ottr:modifier ottr:cross ; ottr:of ottr:Triple ] ; ottr:pattern [ ottr:arguments ( [ ottr:value _:b0 ] [ ottr:value foaf:member ] [ ottr:modifier ottr:listExpand ; ottr:value _:b1 ] ) ; ottr:modifier ottr:cross ; ottr:of ottr:Triple ] ; ottr:pattern [ ottr:of ottr:Triple ; ottr:values ( _:b0 rdf:type foaf:Group ) ] .
🛈 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/>.