@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 "Search" ;
  ui:icon "🔍" ;
  schema:description "Search box for the button bar (pluggable search engines)." ;
  schema:url <../web/sol-search.js> ;
  dct:conformsTo <../shapes/search-engines.shacl> ;
  dct:references <../data/search-engines.ttl> .
