Property Registration
From Dreams Knowledge Platform
This page is part of the Semantic Organization extension.
static $properties = [ "event" => [ "id" => "EV","fields" => ["country" => [ "id" => "CO","type" => "txt" ],"date" => [ "id" => "DA","type" => "dat" ],"name" => [ "id" => "NM","type" => "txt" ],"short-description" => [ "id" => "SD","type" => "txt" ],"images" => [ "id" => "IM","type" => "txt" ],"city" => [ "id" => "CI","type" => "txt" ],"description" => [ "id" => "DC","type" => "txt" ], ] ], "living-lab" => [ "id" => "LLD","fields" => ["images" => [ "id" => "IM","type" => "txt" ],"neighbourhood" => [ "id" => "NE","type" => "txt" ],"participating-organizations" => [ "id" => "PO","type" => "txt" ],"end-date" => [ "id" => "ED","type" => "dat" ],"name" => [ "id" => "NM","type" => "txt" ],"country" => [ "id" => "CO","type" => "txt" ],"interventions" => [ "id" => "IV","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" ], ] ], "publication" => [ "id" => "PB","fields" => ["title" => [ "id" => "TI","type" => "txt" ],"external-link" => [ "id" => "EL","type" => "uri" ],"authors" => [ "id" => "AU","type" => "txt" ],"description" => [ "id" => "DE","type" => "txt" ],"category" => [ "id" => "CA","type" => "txt" ],"file" => [ "id" => "FI","type" => "txt" ],"date" => [ "id" => "DA","type" => "dat" ], ] ], ];