Difference between revisions of "Template:Data Property Definition"

From City Data Model Project Collaboratory
Jump to navigation Jump to search
(Created page with "<noinclude> This is the "Generic Data Property" template. It should be called in the following format: <pre> {{Generic Data Property |Property Name= |Property Description= |Te...")
 
 
(30 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
This is the "Generic Data Property" template.
+
This is the "Data Property Definition" template.
 
It should be called in the following format:
 
It should be called in the following format:
 
<pre>
 
<pre>
{{Generic Data Property
+
{{Data Property Definition
|Property Name=
+
|Pattern=
 +
|Subproperty Of=
 
|Property Description=
 
|Property Description=
|Term Status=
+
|Required By Use Cases=
|Definition=
+
|Interface Specification References=
 +
|Sources=
 +
|Definition Status=
 
|SubDataProperty=
 
|SubDataProperty=
 
}}
 
}}
Line 13: Line 16:
 
Edit the page to see the template text.
 
Edit the page to see the template text.
 
</noinclude><includeonly>
 
</noinclude><includeonly>
==Name==
+
{{lowercase}}
{{{Property Name|}}}
+
{{#default_form:Data Property Definition}}
 +
 
 +
== Pattern ==
 +
This property has been associated with the following pattern:
 +
{{#arraymap:{{{Pattern|}}}|,|x|[[x]]}}
 +
 
 +
== Subproperty Of ==
 +
{{#arraymap:{{{Subproperty Of|}}}|,|x|[[Owl:SubDataPropertyOf::x]]}}
 +
 
 +
==Definition==
 +
(what distinguishes this sense of the term?).
  
==Description==
 
 
{{{Property Description|}}}
 
{{{Property Description|}}}
 +
 +
== Required by Use Case(s) ==
 +
(why is this specialized definition needed?)
 +
{{#arraymap:{{{Required by Use Cases|}}}|,|x|[[RequiredByUseCase::x]]}}
 +
{{#ask:[[RequiresDataProperty::{{PAGENAME}}]] OR [[-RequiredByUseCase::{{PAGENAME}}]]|format=list}}
 +
 +
== CDM References ==
 +
What other classes or properties reference this term?
 +
{{Special:WhatLinksHere/{{PAGENAME}}}}
 +
 +
== Interface Specification References ==
 +
This property has been associated with the following interface specification items:
 +
{{#arraymap:{{{Interface Specification References|}}}|,|x|[[x]]}}
 +
 +
== Sources ==
 +
Sources considered when developing the property.
 +
{{{Sources|}}}
  
 
==Status==
 
==Status==
[[Term status::{{{Term Status|}}}]]
+
[[Term status::{{{Definition Status|}}}]]
  
==Definition==
+
== Has SubDataProperties ==
{{{Definition|}}}
+
{{#arraymap:{{{SubDataProperty|}}}|,|x|[[-Owl:SubDataPropertyOf::x]]}}
 +
{{#forminput:form=Data_Property_Definition|query string=Data_Property_Definition[Subproperty Of]={{PAGENAME}}|button text=submit}}
  
==SubDataProperties==
 
{{#ask: [[Owl:SubDataProperty::{{PAGENAME}}]]
 
|format=ul
 
|limit=50
 
|offset=0
 
|link=all
 
|sort=
 
|order=asc
 
|headers=show
 
|searchlabel=... further results
 
|propsep=,
 
|valuesep=,
 
}}
 
<!-- TO DO: add input for SubDataProperty definition -->
 
 
[[Category:DataProperty]]
 
[[Category:DataProperty]]
 +
[[Category:CDM_Term]]
 +
 
</includeonly>
 
</includeonly>

Latest revision as of 16:38, 15 July 2022

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

{{Data Property Definition
|Pattern=
|Subproperty Of=
|Property Description=
|Required By Use Cases=
|Interface Specification References=
|Sources=
|Definition Status=
|SubDataProperty=
}}

Edit the page to see the template text.