@prefix fip: .
@prefix skos: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix dct: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Semantic-model;
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";
skos:exactMatch .
}
sub:provenance {
sub:assertion prov:wasDerivedFrom .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtpcftn7kbe6toJbOTDQaCcCssEFSWqt6J4rZ02w+TfY7/eIOgJZYOlpL6G3AzO2RNmVYWRPSlMiykaFuaRuBitvk1GKfGdprfZbvXwmeOxpqCTRBQX9EnFyQyd+Ra/ajfw/UsG8skeu1xnUEpnQbpgbQYc/fvhJNN0UwEc77mOwIDAQAB";
npx:hasSignature "EUGzt1zCJmxZP+55sBYcYcWc+L8PIcc9RLHEzXWF8Ni/C0q6n3RwwOTVNLpstvR2um1kFqzIxeGlPa9xpYgAkTpG2dhvR1E7vJrnMPHkmq+nVhYlG1jxvoM2iAlZCDyCxvFuyIq1CjICgtwmU4A9PVozxznnTSOHdKEhZq/9wdY=";
npx:hasSignatureTarget this: .
this: dct:created "2022-07-19T15:43:04.820+02:00"^^xsd:dateTime;
dct:creator orcid:0000-0003-2195-3997;
npx:introduces ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}