@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 doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:sstim.exposure .

bioregistry:sstim dcterms:hasPart bioregistry:sstim.exposure .

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

bioregistry:sstim.exposure a bioregistry.schema:0000001 ;
    rdfs:label "Sensory Stimulation Ontology Exposure Namespace" ;
    dcterms:contributor orcid:0000-0002-9699-629X ;
    dcterms:description "The exposure namespace of the Sensory Stimulation Ontology (SSTIM). It mints terms separating physical delivery medium, perceived modality, device capability, body placement, comfort boundary, experiment context, effect claims and knowledge status, so that what a device emits and what a person perceives are described by different identifiers."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry,
        bioregistry:sstim ;
    doap:GitRepository <https://github.com/w3c-cg/sstim> ;
    dcat:keyword "audio-visual entrainment",
        "binaural beats",
        "brainwave entrainment",
        "evidence tiers",
        "isochronic tones",
        "multisensory integration",
        "paced breathing",
        "sensory stimulation",
        "vibrotactile stimulation" ;
    foaf:homepage <https://w3id.org/sstim/exposure> ;
    bioregistry.schema:0000005 "modalityAuditory"^^xsd:string ;
    bioregistry.schema:0000006 "https://w3id.org/sstim/exposure#$1"^^xsd:string ;
    bioregistry.schema:0000008 "^[A-Za-z][A-Za-z0-9]*$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-9699-629X ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "https://w3id.org/sstim/exposure#"^^xsd:string ;
    bioregistry.schema:0000027 <https://w3id.org/sstim/exposure#modalityAuditory> ;
    bioregistry.schema:0000029 "sstim.exposure" .

orcid:0000-0002-9699-629X rdfs:label "Renato Fabbri" ;
    foaf:mbox "renato.fabbri@gmail.com" .

