Nanopublication

< Home

ID

http://purl.org/np/RASfyC_FqprQ3w-n6kZZG9M5w9nSfV4e1eAVIJHkil4cI

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RASfyC_FqprQ3w-n6kZZG9M5w9nSfV4e1eAVIJHkil4cI> .
@prefix sub: <http://purl.org/np/RASfyC_FqprQ3w-n6kZZG9M5w9nSfV4e1eAVIJHkil4cI#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@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#> .

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

sub:assertion {
  sub:madrigal-data-model a fip:Available-FAIR-Enabling-Resource, fip:Data-schema, fip:FAIR-Enabling-Resource;
    rdfs:comment "The MADRIGAL data model assigns unique numbers to Instruments (KINST=kind of instruments), datasets (KINDAT = kind of data) as well as numbers and short mnemonics to  measured variables.";
    rdfs:label "MADRIGAL data model";
    rdfs:seeAlso <http://madrigal.haystack.mit.edu/madrigal/ad_metadata.html> .
}

sub:provenance {
  sub:assertion dcterms:creator orcid:0000-0003-1006-2822 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "cM0dGOYjeYBhWNsNhz3SCbsHQEjlu8N6Zpy2GoVv4k2zYKHcw5n30mXOZvsOJGh5sSsK1Dyg8Pk9MKRnsy7B8gXB0qf+zgJgkVTewrpt3XL32ZRpMvD6EutuiHbQx42gD+RNbBPc8tYvfGwbmpD+ebiv52DXBzlhH4KQ1qoyAak=";
    npx:hasSignatureTarget this: .
  
  this: dcterms:created "2022-02-10T11:06:01Z"^^xsd:dateTime;
    dcterms:creator <https://fip-wizard.ds-wizard.org>;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:madrigal-data-model;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/a51e18de-728d-4b9b-9825-ceec52b3199e> .
}