@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix ns1: . @prefix prov: . @prefix foaf: . sub:Head { this: np:hasAssertion sub:assertion ; np:hasProvenance sub:provenance ; np:hasPublicationInfo sub:pubinfo ; a np:Nanopublication . } sub:assertion { foaf:name rdfs:label "has the name" . sub:assertion a nt:PubinfoTemplate , nt:UnlistedTemplate ; rdfs:label "Specify user name" ; nt:hasStatement sub:st1 . sub:name a nt:LiteralPlaceholder ; rdfs:label "name of the user" . sub:st1 rdf:object sub:name ; rdf:predicate foaf:name ; rdf:subject sub:user ; a nt:OptionalStatement . sub:user a nt:UriPlaceholder ; rdfs:label "user identifier" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . sub:sig npx:hasAlgorithm "RSA" ; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjDGQCS1S+SRnERDuYDXOugdYUP0efEquHJEEHAbU/uLzBVlga89zqrNPCS7fBE6lArBUWEmT8eLKdMapyqvAzI1J3jUWTMhDJF+XFBkUiuiFfNSc4vJJcmi0yujtnuzXsRIG202jyaP4f5ULoskFwaZOSBZJfiE0dsB3D7DTIAQIDAQAB" ; npx:hasSignature "UKuT9vJKWzeXhSMDIFcs660Svz6QcPG4yQDpWdVcvTpNqW+Li7O13XhJCFqidmsGWAKIxtO3wYLgzBgM5vskXdE66lhp1F8a3y5ZYKjsVSnmJdfl+udhtOiYkq24VsPDeutcm4ssNIyCqEKzQ8hnmgy6GhKLn/o+ov/LPD/gEtY=" ; npx:hasSignatureTarget this: ; npx:signedBy orcid:0000-0002-1267-0234 . this: dct:created "2024-02-09T08:28:37.944Z"^^xsd:dateTime ; dct:creator orcid:0000-0002-1267-0234 ; dct:license ; npx:wasCreatedAt ; rdfs:label "Pubinfo template: Specify user name" ; nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ; nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM , ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90 ; nt:wasCreatedFromTemplate ns1:RAdRCvpGWTW0lTGKktdw7JxFinmnVEN0EwFEWHrh7W1Nc . }