@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 ; schema:title "Hiding a column header"; gen:hasContent """

A result column whose variable name ends in \"_noheader\" is still rendered, but with its header label blanked. When no remaining column has a visible header, the header row disappears altogether, which suits a view meant to read as a list rather than a table.

The marker is stripped before the column name is interpreted, so type suffixes, \"_label\" companions and action mappings all keep matching the name without it. The companion columns themselves are left unmarked.

"""; gen:hasPositionString "10" . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { this: dct:created "2026-09-09T14:46:50Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:paragraph; rdfs:label "Hiding a column header"; 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 "BzY4GeLvHxo6J2+Bkq7ytnMVNcqCRk2eyozmilYM+w09w+zSkuYIE9/HBBEnsy/c3vgKEznopfGFeFsPdt2li9Gp70cVqcVA9P2im2V5eTHsI3kEhIiFJCpmCBxlpgZ2CPCKoJPboGk4kspU2Ya/SRTTjLaRXzF80SQOf2NkGceNGiF0bbIHlwYo6XgN3gI5kGOEcOhYAzUw1nXFrnLn2kbm+9kenNfl9xetoczNDmNAzaSzyh0gyLBXsKbgB3NOOr0VzhcrGUkAwp735/j2A4sbdjMY2B6MBZQ0lb1axDT/zHM1xA6+GZFyKc9JaPObMBLDSO7FHSzah7GKdJmbxg=="; npx:hasSignatureTarget this:; npx:signedBy . }