Property Registration

From Unlock15
Revision as of 14:30, 10 October 2024 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
This page is part of the Semantic Organization extension.
static $properties = [
"expert" => [ "id" => "EX","fields" => ["name" => [ "id" => "NA","type" => "txt" ],"country" => [ "id" => "CO","type" => "txt" ],"unlock" => [ "id" => "UL","type" => "boo" ],"languages" => [ "id" => "LA","type" => "txt" ],"institution" => [ "id" => "IN","type" => "txt" ],"email" => [ "id" => "EM","type" => "ema" ],"lll-relation" => [ "id" => "LLL","type" => "txt" ], ] ],
"tool-expertise" => [ "id" => "TEX","fields" => ["expert" => [ "id" => "EX","type" => "wpg" ],"development" => [ "id" => "DE","type" => "boo" ],"tool" => [ "id" => "TO","type" => "wpg" ], ] ],
"toolbox" => [ "id" => "TO","fields" => ["lll" => [ "id" => "LLL","type" => "txt" ],"hypothesis" => [ "id" => "HY","type" => "txt" ],"target-group" => [ "id" => "TG","type" => "txt" ],"description" => [ "id" => "DE","type" => "txt" ],"visualisation" => [ "id" => "VI","type" => "wpg" ],"effort-level" => [ "id" => "EF","type" => "txt" ],"tool-maturity-level" => [ "id" => "ML","type" => "txt" ],"lock-in-cluster" => [ "id" => "LOCL","type" => "txt" ],"spatial-coverage" => [ "id" => "COV","type" => "txt" ],"spatial-limitation" => [ "id" => "LI","type" => "boo" ],"link-information" => [ "id" => "INF","type" => "uri" ],"lock-in-layers" => [ "id" => "LOLA","type" => "txt" ],"tool-type" => [ "id" => "TT","type" => "txt" ],"name" => [ "id" => "NA","type" => "txt" ],"language" => [ "id" => "LAN","type" => "txt" ],"link-material" => [ "id" => "MA","type" => "uri" ],"skill-level" => [ "id" => "SK","type" => "txt" ],"spatial-context" => [ "id" => "CON","type" => "txt" ],"tool-objectives" => [ "id" => "OBJ","type" => "txt" ],"empowerment-strategy" => [ "id" => "EMP","type" => "txt" ], ] ],
];