Template:Object Property Definition: Difference between revisions

From City Data Model Project Collaboratory
Jump to navigation Jump to search
Created page with "<noinclude> This is the "Generic Property" template. It should be called in the following format: <pre> {{Generic Property |Property Name= |Property Description= |Term Status=..."
 
No edit summary
 
(25 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
This is the "Generic Property" template.
This is the "Object Property Definition" template.
It should be called in the following format:
It should be called in the following format:
<pre>
<pre>
{{Generic Property
{{Object Property Definition
|Property Name=
|Pattern=
|Subproperty Of=
|Property Description=
|Property Description=
|Term Status=
|Required By Use Cases=
|Definition=
|Interface Specification References=
|SubObjectProperty=
|Sources=
|Definition Status=
|SubObjectProperties=
}}
}}
</pre>
</pre>
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly>
</noinclude><includeonly>
==Property==
{{lowercase}}
{{{Property Name|}}}
{{#default_form:Object Property Definition}}
 
== Pattern ==
This property has been associated with the following pattern:
{{#arraymap:{{{Pattern|}}}|,|x|[[x]]}}
 
== Subproperty Of ==
{{#arraymap:{{{Subproperty Of|}}}|,|x|[[Owl:SubObjectPropertyOf::x]]}}
 
==Definition==
An English description of the 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:[[RequiresObjectProperty::{{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::{{{Definition Status|}}}]]
 
== Has SubObjectProperties ==
{{#arraymap:{{{SubObjectProperties|}}}|,|x|[[-Owl:SubObjectPropertyOf::x]]}}
{{#forminput:form=Object_Property_Definition|query string=Object_Property_Definition[Subproperty Of]={{PAGENAME}}|button text=submit}}
 
<!-- show option to propose subobject property if the generic property is pending approval or approved -->
<!-- {{#ifeq: {{{Term Status|}}} | Pending Approval | {{#forminput:form=SubObjectProperty_Definition|query string=SubObjectProperty_Definition[SubObjectProperty Of]={{PAGENAME}}|button text=submit}} | }} -->
 
<!-- {{#ifeq: {{{Term Status|}}} | Approved | {{#forminput:form=SubObjectProperty_Definition|query string=SubObjectProperty_Definition[SubObjectProperty Of]={{PAGENAME}}|button text=submit}} | }} -->


==Definition==
[[Category:ObjectProperty]]
{{{Definition|}}}
[[Category:CDM_Term]]


==SubObjectProperties==
{{#ask: [[Owl:SubClassOf::{{PAGENAME}}]]
|format=ul
|limit=50
|offset=0
|link=all
|sort=
|order=asc
|headers=show
|searchlabel=... further results
|propsep=,
|valuesep=,
}}
<!-- TO DO: add form input for SubObjectProperty definition -->
[[Category:Property]]
</includeonly>
</includeonly>

Latest revision as of 16:39, 15 July 2022

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

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

Edit the page to see the template text.