@prefix this: . @prefix sub: . @prefix schema: . @prefix gen: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:paragraph a gen:Paragraph; schema:about npx:hasNanopubType; schema:title "Why types matter"; gen:hasContent "

Every nanopublication is filed under one or more types, and the types decide where it is found: which repository it lands in, which listings include it, which views show it, whether a lookup for \"all spaces\" or \"all presentations\" returns it. A nanopublication with no useful type is stored but effectively invisible.

"; gen:hasPositionString "010" . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { this: dct:created "2026-09-10T12:16:50Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:paragraph; rdfs:label "Why types matter"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl8cMusqtNyKA6UIsi3f7BAcZmHQXWxU0qk0PLsboMWQxYrGBfGgHTgRHJrBRxL+Zn9kJHKVmz2smDcjCBptXi/OwWy80gjsx+Pbe6IWz3zFPWF1UoFIKfPnC0slV67CQgdM853zW7Bmk9/uflCtK4EtZKmPdRGtUHVC7DTVvDBMDzLRGdE2KCBVN29EbM5GGVNvijYbaZQ9OFQPBkQshayqSIyGRr6rreJdkrRVLIzu3uuAjKYydaeXZWSN2JLnVBwrClKUxaEdCwhb5nXpMtKOMD+R+LgaXLeJUWM8BdRSYnta9ZqI5pHY4y3v+eW7J+HHeTvRbHvlik+Z4hFUXmQIDAQAB"; npx:hasSignature "TQ89dgJkbK826EVk42vOhPh7tsbfn7lTGIfmjhD7dm6j+E6bMUrXr+0t18lyPAmtfXvC4/COPxv3AUZYQ9mCrBCuxWNP6YtmTsKMqNzXNI+mMqxDgcngHRYn5qQEgZyTE3aX2yVBDEZadO9iutR8o6s37lHUNNtWfeDByxvzhzh0x9yNZotdLVyBZ4F6PxawCylJi68NWCMNgKoE6qTRbweoSGHJy2rm/LkGywFklWeze+iwoRMgYXwe6L4Vmn/94RJoqThekSMiHt8118i5Dt3yzYnHI90tTxMQ84OCEVqn/devdNfKH2CNj3szn3V87AfBDP9ZN9ZvKcIDc4wFag=="; npx:hasSignatureTarget this:; npx:signedBy . }