Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

controller

::{tab-item} Turtle

@prefix P: <urn:___param___#> .
@prefix ns2: <urn:nawi-water-ontology#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

P:name a ns2:Controller ;
    rdfs:label P:label .

:: ::{tab-item} With Inline Dependencies

@prefix P: <urn:___param___#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

P:name a <urn:nawi-water-ontology#Controller> ;
    rdfs:label P:label .

::

Parameters

Dependencies

No dependencies.

Dependents

Nothing depends on this template.

Graph Visualization

::{tab-item} Template :: ::{tab-item} With Inline Dependencies ::