@prefix fip: .
@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 {
sub:JSON-LD a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Knowledge-representation-language;
rdfs:comment "JSON-LD (JavaScript Object Notation for Linked Data) is a method of encoding linked data using JSON";
rdfs:label "Javascript Object Notation Language for Linked Data";
rdfs:seeAlso .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-7567-0311 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCbhStqE38OJwT+ximq6JDoJdM4jm9VVlgaV8MC+3ZDKoLhRDA1owq/GRy65gWGff5Yxylfd17vx2L/wiNUb8ZjeRYz5fJMWgI95YjJNu2p9KIwQIyS2nNoyUrsac2yaCPHgAK28yKM2C5lhdUsPfxVc6HQRWAOQ72cz9Q0lKo2iwIDAQAB";
npx:hasSignature "c5qcXAj57z6FJeEynPUcmV2OVP5ez/6CFW2yaHqxNBzy/SsGplnKUapKzkO5KBNjyQHg1yA/LDrx9Cp7rq7feLiB+LKGiPBU1wT9lvYbdv6Cyatt17Veiis5M+1/qsmlzI6Srl3PURXllY5Yl4GoqNVLFCApdhhE/5xMui+Ahc4=";
npx:hasSignatureTarget this: .
this: dct:created "2023-04-29T19:57:40.260Z"^^xsd:dateTime;
dct:creator orcid:0000-0002-7567-0311;
dct:license ;
npx:introduces sub:JSON-LD;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
;
nt:wasCreatedFromTemplate .
}