Property Registration: Difference between revisions
From Dreams Knowledge Platform
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<noinclude>{{semorg-bundle}}</noinclude> | <noinclude>{{semorg-bundle}}</noinclude>{{#semorg-nocache:}} | ||
static $properties = <nowiki>[</nowiki>{{#ask:[[Category:Semorg-generator]] | static $properties = <nowiki>[</nowiki>{{#ask:[[Category:Semorg-generator]] | ||
|mainlabel=template | |mainlabel=template | ||
Latest revision as of 14:30, 10 October 2024
This page is part of the Semantic Organization extension.
static $properties = [ "living-lab" => [ "id" => "LLD","fields" => ["end-date" => [ "id" => "ED","type" => "dat" ],"name" => [ "id" => "NM","type" => "txt" ],"country" => [ "id" => "CO","type" => "txt" ],"participating-organization" => [ "id" => "PO","type" => "txt" ],"location" => [ "id" => "LO","type" => "geo" ],"begin-date" => [ "id" => "BD","type" => "dat" ],"city" => [ "id" => "CI","type" => "txt" ],"focus" => [ "id" => "FC","type" => "txt" ],"description" => [ "id" => "DC","type" => "txt" ], ] ], ];