Created page with "<includeonly> {| class="infobox" style="width: 22em; border: 1px solid #a2a9b1; background-color: #f8f9fa; color: black; margin: 0.5em 0 0.5em 1em; padding: 0.2em; float: right; clear: right; font-size: 88%; line-height: 1.5em;" ! colspan="2" style="text-align: center; font-size: 125%; font-weight: bold; background-color: #cedff2;" | {{{name|{{PAGENAME}}}}} |- ! scope="row" style="text-align: left;" | {{#if:{{{owl_type|}}}|OWL Type|OWL Type}} | {{{owl_type|}}} |- ! scope..." |
Geen bewerkingssamenvatting |
||
| Regel 1: | Regel 1: | ||
<includeonly> | <includeonly> | ||
<div class="activity-details"> | |||
<dl> | |||
{{#if:{{{owl_type|}}}| | |||
<div> | |||
<dt>OWL Type</dt> | |||
<dd>{{{owl_type|}}}</dd> | |||
</div> | |||
}} | |||
{{#if:{{{subclass_of|}}}| | |||
<div> | |||
<dt>Subklasse van</dt> | |||
<dd>[[:Category:{{{subclass_of|}}}|{{{subclass_of|}}}]]</dd> | |||
</div> | |||
}} | |||
{{#if:{{{pagina categorie|}}}| | |||
<div> | |||
| {{{ | <dt>Pagina categorie</dt> | ||
<dd>[[:Category:{{{pagina categorie|}}}|{{{pagina categorie|}}}]]</dd> | |||
</div> | |||
}} | |||
</dl> | |||
</div> | |||
{{#if:{{{subclass_of|}}}|[[Category:{{{subclass_of|}}}]]}} | {{#if:{{{subclass_of|}}}|[[Category:{{{subclass_of|}}}]]}} | ||
{{#if:{{{pagina categorie|}}}|[[Category:{{{pagina categorie|}}}]]}} | |||
</includeonly> | |||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
Versie van 21 jan 2026 11:17
</includeonly>
Sjabloon voor het definiëren van ontologie-elementen met behulp van OWL-standaarden.
| Parameter | Beschrijving | Type | Status | |
|---|---|---|---|---|
| Naam | name | De naam van de ontologie-entiteit.
| Tekenreeks | voorgesteld |
| OWL Type | owl_type | Type OWL-entiteit (bijv. Class, ObjectProperty, DatatypeProperty).
| Tekenreeks | optioneel |
| Subklasse van | subclass_of | De bovenliggende categorie/klasse in de hiërarchie. | Paginanaam | optioneel |
| Gelijkwaardige klasse | equivalent_class | Een externe of interne klasse die semantisch hetzelfde is. | Paginanaam | optioneel |
| Disjoint met | disjoint_with | Klassen waartoe deze entiteit niet tegelijkertijd kan behoren. | Tekenreeks | optioneel |
| Beschrijving/Commentaar | comment | Een leesbare beschrijving (rdfs:comment). | Tekenreeks | optioneel |