@prefix bartoc: <https://bartoc.org/en/node/> .
@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 tib.ts: <https://terminology.tib.eu/ts/ontologies/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bartoc dcterms:hasPart bartoc:18015 .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:iotlite .

bioregistry.metaresource:lov dcterms:hasPart lov:iot-lite .

bioregistry.metaresource:tib dcterms:hasPart tib.ts:iotlite .

bioregistry:iotlite a bioregistry.schema:0000001 ;
    rdfs:label "IoT lite Ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The IoT lite Ontology is a lightweight ontology to represent Internet of Things resources, entities and services. The lightweight allow the representation and use of IoT platforms without consuming excessive processing time when querying the ontology. However it is also a meta ontology that can be extended in order to represent IoT concepts in a more detail way in different domains."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch bartoc:18015,
        lov:iot-lite,
        tib.ts:iotlite ;
    dcat:keyword "computer science",
        "environment",
        "iot",
        "nfdixcs" ;
    foaf:homepage <http://purl.oclc.org/NET/UNIS/fiware/iot-lite> ;
    bioregistry.schema:0000005 "exposedBy"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.oclc.org/NET/UNIS/fiware/iot-lite#$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://purl.oclc.org/NET/UNIS/fiware/iot-lite#"^^xsd:string ;
    bioregistry.schema:0000027 <http://purl.oclc.org/NET/UNIS/fiware/iot-lite#exposedBy> ;
    bioregistry.schema:0000029 "iotlite" .

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

bartoc:18015 dcterms:isPartOf bioregistry.metaresource:bartoc .

lov:iot-lite dcterms:isPartOf bioregistry.metaresource:lov .

tib.ts:iotlite dcterms:isPartOf bioregistry.metaresource:tib .

