ottr:Triple
🛈 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 | s | rdfs:Resource | no | yes | no |
2 | p | rdfs:Resource | no | no | no |
3 | o | rdfs:Resource | no | yes | no |
The resource is a BaseTemplate and has no pattern.
The resource is a BaseTemplate and depends on no other templates.
🛈 The templates in this library that depend on this template.
ottr:Triple[ rdfs:Resource ?s, ! rdfs:Resource ?p, rdfs:Resource ?o ] :: BASE .
ottr:Triple rdf:type ottr:BaseTemplate ; ottr:parameters ( [ ottr:name "s" ; ottr:type rdfs:Resource ; ottr:variable [] ] [ ottr:modifier ottr:nonBlank ; ottr:name "p" ; ottr:type rdfs:Resource ; ottr:variable [] ] [ ottr:name "o" ; ottr:type rdfs:Resource ; ottr:variable [] ] ) .
🛈 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.