Contents

BaseTemplate: ottr:Triple

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

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:Resourcenoyesno
2prdfs:Resourcenonono
3ordfs:Resourcenoyesno

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.

Serialisations

stOTTR

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

RDF/wOTTR

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

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