@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix lov: <https://lov.linkeddata.es/dataset/lov/vocabs/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:ui .

bioregistry.metaresource:lov dcterms:hasPart lov:ui .

bioregistry:ui a bioregistry.schema:0000001 ;
    rdfs:label "An ontology for User Interface description, Hints and Forms" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The User Interface ontology allows the definition of forms for processing RDF model data, and include a bootstrap form for editing forms. It allows user interface hints such as background colors, can be associated with objects and classes."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch lov:ui ;
    dcat:keyword "semantic web",
        "support",
        "w3" ;
    foaf:homepage <https://www.w3.org/ns/ui> ;
    bioregistry.schema:0000005 "CaseForm"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.w3.org/ns/ui#$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://www.w3.org/ns/ui#"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.w3.org/ns/ui#CaseForm> ;
    bioregistry.schema:0000029 "ui" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

lov:ui dcterms:isPartOf bioregistry.metaresource:lov .

