@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:Gabriel_Emily_In_Paris dct:description "Gabriel is a talented chef in Paris, who happens to be Emily's handsome yet complicated downstairs neighbor."; a , ; rdfs:label "Gabriel"; rdfs:seeAlso . } sub:provenance { sub:assertion prov:wasDerivedFrom . } sub:pubinfo { orcid:0009-0004-1556-8464 foaf:name "Mika" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQClty7bxd/lqa0wGMg0e9fwFc8p0M9R8VOGA1Lcf5OB7AYhxBampymIPQEOnL5NYA1zX1j+F9SqqkxP83GEzAmgVRSXDnn7UvxJWyENy+mYFmcjg7CnhZoqepUgMgxjOMuQgWqCKBmxtJcMgH/fpV5ZNE/jMEnKw5Lai3FvioXqCQIDAQAB"; npx:hasSignature "JLExnPTEZSQQ+edXDGlhzVi/ehHDG8DIOfIpEDu0hRWs8qyz0QnCb7fiDDFPPCyr1B6z7B3DU+OZvRAX6//1qGs51KEYqvImcN5uztAcJ8tbQvakVtmknfYlHGwMx5T8n75YxwCIXt/n6PFvjNcX8/CH7RD859huoAX1SQzgueg="; npx:hasSignatureTarget this:; npx:signedBy orcid:0009-0004-1556-8464 . this: dct:created "2024-10-06T10:13:15.590Z"^^xsd:dateTime; dct:creator orcid:0009-0004-1556-8464; dct:license ; npx:introduces sub:Gabriel_Emily_In_Paris; npx:supersedes ; npx:wasCreatedAt ; rdfs:label "Gabriel"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . }