@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix xsd: .
@prefix rdfs: .
@prefix prov: .
@prefix np: .
@prefix orcid: .
@prefix nt: .
@prefix npx: .
@prefix fip: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:mgi-json-schema a fip:Available-FAIR-Enabling-Resource, fip:Data-schema, fip:FAIR-Enabling-Resource,
fip:Metadata-schema;
rdfs:comment "The purpose of this repository is to enable community development of JSON schema within materials science and engineering.";
rdfs:label "MGI JSON Schema Collaborative Development Space";
rdfs:seeAlso .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0001-5929-0354 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC5FpxZiRvHCxF/ypHGs5lWPtrR06WDI6FAeP7zvb4RroXVdUoKTTPDIgEN5SioiCoZ+BW5LHp/SNsVwFcH962dxunfdyMYpkcdgyIFGb3JzVsfovBDBaMseKsX6JNvdlLmsV5qtn32yEbUT3dPIKzHs5CQvD7fLp//bB+qCOB/9QIDAQAB";
npx:hasSignature "PIb0Ux9g1D/tzu7pm1O7LU79W+nd7I21YIZWfcmyjXZoDhgKL0k1Gc6hqHfCKizpiIXtuuapj30SZeVvkr4M4eU0ydk20YARgh2OTGqAxPOzcd3zLesTfrQmOt6h2Cm22ralaUauWGefkKsPa+f1+yx/pF4TSc8gHLATN5omuRA=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-11-12T14:14:05.262-05:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0001-5929-0354;
npx:introduces sub:mgi-json-schema;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}