@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { rdfs:label "is part of" . rdfs:label "has the title" . rdf:type rdfs:label "is a" . rdfs:label "paragraph" . rdfs:label "has the content" . sub:assertion a nt:AssertionTemplate; rdfs:label "Publish a paragraph item for a profile"; nt:hasNanopubLabelPattern "${title}"; nt:hasStatement sub:st0, sub:st1, sub:st2, sub:st3 . sub:content a nt:LongLiteralPlaceholder; rdfs:label "text content of the paragraph" . sub:paragraph a nt:IntroducedResource, nt:LocalResource, nt:UriPlaceholder; rdfs:label "short URI suffix"; nt:hasDefaultValue sub:paragraph . sub:space a nt:GuidedChoicePlaceholder; rdfs:label "choose the space"; nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAyMrQ89RECTi9gZK5q7gjL1wKTiP8StkLy0NIkkCiyew/find-things?type=https://w3id.org/kpxl/gen/terms/Space" . sub:st0 rdf:object ; rdf:predicate rdf:type; rdf:subject sub:paragraph . sub:st1 rdf:object sub:title; rdf:predicate ; rdf:subject sub:paragraph . sub:st2 rdf:object sub:content; rdf:predicate ; rdf:subject sub:paragraph . sub:st3 rdf:object sub:space; rdf:predicate ; rdf:subject sub:paragraph . sub:title a nt:LiteralPlaceholder; rdfs:label "the title of the paragraph" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0001-8492-0354 . } sub:pubinfo { orcid:0000-0001-8492-0354 foaf:name "Ashley Caselli" . orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2026-04-07T13:17:40.283Z"^^xsd:dateTime; dct:creator orcid:0000-0001-8492-0354, orcid:0000-0002-1267-0234; dct:license ; npx:supersedes ; npx:wasCreatedAt ; rdfs:label "Publish a paragraph item for a profile"; prov:wasDerivedFrom ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB"; npx:hasSignature "vXAZ8xzX3xMpM7aZYqfEuBLMVXgYu9Jq4m8wOXI/URzvwQt7q0y19fX+tWtxcJdlpjG5mIxirddOXXghbqFO70gfG/MYozrTCaz3idas8MeJv3VoBFduLCH443HOYm9bJ6QvT5XvFMGfxaysjEe62SepRTUmizLXmd40LdwAEGE="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }