@prefix dct:    <http://purl.org/dc/terms/> .
@prefix ui:     <http://www.w3.org/ns/ui#> .
@prefix schema: <http://schema.org/> .

<>
  a ui:Component ;
  ui:label "Calendar" ;
  ui:icon "📅" ;
  schema:description "Pop-out month calendar for the button bar." ;
  schema:url <../web/sol-calendar.js> ;
  dct:conformsTo <../shapes/calendar-settings.shacl> ;
  dct:references <../data/calendar-settings.ttl> .
