Declaration of superset

June 23, 2023 ยท View on GitHub

Declaration

New word types are declared as outlined in DIP-102.

{
  "wordData": {
    "slug": "superset",
    "wordTypes": ["wordType"],
    "metaData": {
      "nostr": {
        "stewardPubkey": "c51a542e4f93afe6f45e5bef002f7a0efcc0a47460a736654c0bee5402c482fa",
        "uniqueIDs": {
          "slug": "superset"
        }
      }
    }
  },
  "wordTypeData": {
    "oSlug": {
      "singular": "superset",
      "plural": "supersets"
    },
    "oName": {
      "singular": "superset",
      "plural": "supersets"
    },
    "oTitle": {
      "singular": "Superset",
      "plural": "Supersets"
    },
    "propertyPath": "supersetData",
    "description": "As specified according to the DCoSL protocol."
  }
}

NOTE: the above word type (above) may not match the published version (below) due to editing subsequent to publishing.

Publication to nostr

as per DIP-901

References