@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 "Releasing a version"; gen:hasContent """

A vocabulary changes continuously, term by term. When a fixed reference is needed — for a publication, a dataset, a piece of software — the space releases a version: an index listing every approved term at that moment, with a version number and a page of its own that always shows exactly that set, whatever happens to the vocabulary afterwards.

Citing a version therefore means citing a specific, unchanging set of definitions, while citing the vocabulary itself means citing whatever is current.

"""; gen:hasPositionString "050" . } sub:provenance { sub:assertion prov:wasAttributedTo . } sub:pubinfo { this: dct:created "2026-09-10T11:57:24Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:paragraph; rdfs:label "Releasing a version"; 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 "U0ry6KQjhOt7AsgCvQVMf492CMGsSkm4BfWB3LPbvRVjYv6/x7FLFDDGZhS38itjeuPdmx3ev7OPm+5hBlqTXXO5B5Id//pBS+81nAFtjcfo6HtFJMYvAWjvkDN/uJmzl/cN2hMK5N76LFkoBoSMagALpeEuw8HXXkUD+OVtuDPZJg6hh3HrJP8YJdQxKHFIeXXm9ee7VV89NUJR8wSgA6AxO6t6dX2DEZpxhMWRyFbbFembTypE5u9Rl9QLJf+aO4KRRZuW0bHn2lZva6w1nrhYnuIJnQ0W7Eluy441tPx/fiUUWNl42Ly20pWL4QVWStfSnDM5MmE8iV9tK23J+Q=="; npx:hasSignatureTarget this:; npx:signedBy . }