@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 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:bioregistry dcterms:hasPart bioregistry:saref.wearable .

bioregistry.metaresource:lov dcterms:hasPart lov:s4wear .

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

bioregistry:saref.wearable a bioregistry.schema:0000001 ;
    rdfs:label "SAREF4WEAR: an extension of SAREF for Wearables" ;
    dcterms:description "SAREF4WEAR is an extension of SAREF for Wearables"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch lov:s4wear,
        tib.ts:s4wear ;
    dcat:keyword "engineering",
        "iot",
        "nfdi4ing" ;
    foaf:homepage <https://saref.etsi.org/saref4wear/> ;
    bioregistry.schema:0000005 "BiometricProperty"^^xsd:string ;
    bioregistry.schema:0000006 "https://saref.etsi.org/saref4wear/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000023 "s4wear" ;
    bioregistry.schema:0000024 "https://saref.etsi.org/saref4wear/"^^xsd:string ;
    bioregistry.schema:0000027 <https://saref.etsi.org/saref4wear/BiometricProperty> ;
    bioregistry.schema:0000029 "saref.wearable" .

lov:s4wear dcterms:isPartOf bioregistry.metaresource:lov .

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

