@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 "Weather" ;
  ui:icon "🌤" ;
  schema:description "Weather widget (location and units in its settings file)." ;
  schema:url <../web/sol-weather.js> ;
  dct:conformsTo <../shapes/weather-settings.shacl> ;
  dct:references <../data/weather-settings.ttl> .
