@prefix this: <http://purl.org/np/RA4i016uBWEDWZA1Ys9ewNKuTrGypNGa4LI1SMRsmL4qk> .
@prefix sub: <http://purl.org/np/RA4i016uBWEDWZA1Ys9ewNKuTrGypNGa4LI1SMRsmL4qk#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix orcid: <https://orcid.org/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
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 <https://github.com/usnistgov/mgi-json-schema> .
}
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: dct:created "2020-11-06T13:21:31.670-05:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0001-5929-0354 ;
    npx:introduces sub:mgi-json-schema ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAhptb1hUg1kQ6LRBLJfBHXVwYbU2Y4SwY9UJg2qkzvpI> .
}