Contents

BaseTemplate: ottr:NullableTriple

URI: http://ns.ottr.xyz/0.4/NullableTriple

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
1srdfs:Resourceyesyesno
2prdfs:Resourceyesnono
3ordfs:Resourceyesyesno

Pattern

The resource is a BaseTemplate and has no pattern.

Dependencies

The resource is a BaseTemplate and depends on no other templates.

Depending templates

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

None found.

Serialisations

stOTTR

ottr:NullableTriple[
    ? rdfs:Resource ?s,
    !? rdfs:Resource ?p,
    ? rdfs:Resource ?o
] :: BASE .

RDF/wOTTR

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

🛈 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#>.