Nanopublication

< Home

ID

https://w3id.org/np/RAdklAxYmmwOgU3gY61sqcOh0leevHUdNhW3afziDHKFU

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAdklAxYmmwOgU3gY61sqcOh0leevHUdNhW3afziDHKFU> .
@prefix sub: <https://w3id.org/np/RAdklAxYmmwOgU3gY61sqcOh0leevHUdNhW3afziDHKFU/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix obo: <http://purl.obolibrary.org/obo/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:FAIRMind a fip:Domain-Specific-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource,
      fip:FAIR-Specification, fip:FAIR-Supporting-Resource-to-be-Developed, fip:Semantic-model;
    dct:creator <https://w3id.org/np/RAklQB1ClUqkrsOYezw6TdxA-rL424wbHvafYOUKC8-8w/FMind>;
    <http://schema.org/url> <https://github.com/cik860/fair-mind-ap>;
    rdfs:comment "FAIR Mind is Ontology-driven Integration of Clinical and Behavooral Data for Anomaly Detection. We are building a &#39;semantic bridge&#39; called FAIR-Mind that allows different types of mental health data to speak the same language. First we created and Application Profile by mapping 22 specific variables-such as depression scores and heart rate metrics-to eight established global ontologies like SNOMED CR and CMO. We then represent this &#39;blueprint&#39; as RDF, which transforms tradiitional database rows into a web of interconnected concepts that a computer can logically understand. To make this data searchable, we use Competence Questions. and tranlsate them into SPARQL queries, which act as a specialized search engine for linked data. This creates a powerful discovery layer where researchers can instantly find and integrate complex clinical and physiological data that was previously &#39;dark&#39; or hidden in silos, making mental health research significantly more interoperable and reproducible.";
    rdfs:label "FAIR Mind: Ontology-driven INtegration of CLinical and Behavoural Data for Anomaly Detection";
    fip:in-scope-of <http://edamontology.org/topic_3342>, obo:OMIT_0001094 .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-9162-987X .
}

sub:pubinfo {
  this: dct:created "2026-06-08T08:57:14Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:FAIRMind;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/5ef6dce3-c7ea-45a9-a5f3-26a98ed0aae9> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "o3AK7hz8C1vT5GwJ0qqf+Kq78GKz19FUwaic1b1I9WSde1VxlWgc+ERHI6+3MOIN9Swg1MiDmb9f5vBUiU9NkzsjaDe8dmEJCf0dF8s7wzMlKjV7wGW/KfcbddnQHSOJU/e5UKfWiuB89sIgL8BBd8H1OfcGF3HZ//SRlknlpBk=";
    npx:hasSignatureTarget this: .
}