@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:Knowledge-representation-language;
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 "FkQD/0+n+cUKt+uJLJIOxuyLDS3luWI5T+KXlg++Q5kkt0dWQw+oF5g81j8MZ3eSQ/6eBEEfrwCBnYDFg63JZSgrStdIy5mgRILdgQMYoz9Sl80ucPEXFtijBeDH+77MiRy6NVJDtVs3QL01IZBRS+1uBHlOlrDPD08QZSBLPzk=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-11-06T13:21:31.670-05:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0001-5929-0354;
npx:introduces sub:mgi-json-schema;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ;
nt:wasCreatedFromTemplate .
}