ottr:NullableTriple
🛈 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 | yes | yes | no |
2 | p | rdfs:Resource | yes | no | no |
3 | o | rdfs:Resource | yes | 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.
None found.
ottr:NullableTriple[ ? rdfs:Resource ?s, !? rdfs:Resource ?p, ? rdfs:Resource ?o ] :: BASE .
ottr:NullableTriple rdf:type ottr:BaseTemplate ; ottr:parameters ( [ ottr:modifier ottr:optional ; ottr:name "s" ; ottr:type rdfs:Resource ; ottr:variable [] ] [ ottr:modifier ottr:nonBlank , ottr:optional ; ottr:name "p" ; ottr:type rdfs:Resource ; ottr:variable [] ] [ ottr:modifier ottr:optional ; 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#>.