Template:SubDataProperty Definition: Difference between revisions

From City Data Model Project Collaboratory
Jump to navigation Jump to search
Created page with "<noinclude> This is the "SubDataProperty Definition" template. It should be called in the following format: <pre> {{SubDataProperty Definition |Property Name= |SubDataProperty..."
 
No edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 4: Line 4:
<pre>
<pre>
{{SubDataProperty Definition
{{SubDataProperty Definition
|Property Name=
|SubDataProperty Of=
|SubDataProperty Of=
|Namespace=
|Namespace=
|Description=
|Description=
|Use Case=
|Required By Use Cases=
|Definition=
|Definition=
|Definition Status=
|Definition Status=
Line 15: Line 14:
</pre>
</pre>
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly>{| class="wikitable"
</noinclude><includeonly>
! Name
{{lowercase}}
| {{{Property Name|}}}
{{#default_form:SubDataProperty Definition}}
|-
{| class="wikitable"
! SubDataProperty Of
! SubDataProperty Of
| [[Owl:SubDataPropertyOf::{{{SubDataProperty Of|}}}]]
| [[Owl:SubDataPropertyOf::{{{SubDataProperty Of|}}}]]
Line 28: Line 27:
| {{{Description|}}}
| {{{Description|}}}
|-
|-
! Use Case (why is this specialized definition needed?)
<!-- ! Use Case (why is this specialized definition needed?) -->
| {{{Use Case|}}}
<!-- | {{{Use Case(s)|}}} -->
<!-- |- -->
! Required by Use Case(s) (why is this specialized definition needed?)
| {{#arraymap:{{{Required by Use Cases|}}}|,|x|[[RequiredByUseCase::x]]}}
|-
|-
! Formal Definition (UML and DL)
! Formal Definition (UML and DL)
Line 39: Line 41:
! Has SubDataProperties
! Has SubDataProperties
| {{#ask: [[Owl:SubDataPropertyOf::{{PAGENAME}}]]  
| {{#ask: [[Owl:SubDataPropertyOf::{{PAGENAME}}]]  
<!--TO DO: add SubDataProperty definition form input -->
|format=ul
|limit=50
|offset=0
|link=all
|sort=
|order=asc
|headers=show
|searchlabel=... further results
|propsep=,
|valuesep=,
}}
{{#forminput:form=SubDataProperty_Definition|query string=SubDataProperty_Definition[SubDataProperty Of]={{PAGENAME}}|button text=submit}}
|}
|}


[[Category:DataProperty]]
[[Category:DataProperty]]
<comments />
</includeonly>
</includeonly>

Latest revision as of 19:18, 25 May 2020

This is the "SubDataProperty Definition" template. It should be called in the following format:

{{SubDataProperty Definition
|SubDataProperty Of=
|Namespace=
|Description=
|Required By Use Cases=
|Definition=
|Definition Status=
|SubDataProperty=
}}

Edit the page to see the template text.