{
  "@context": "http://www.w3.org/ns/odrl.jsonld",
  "@type": "Set",
  "uid": "https://memr.it/licenses/journal.json",
  "profile": "https://creativecommons.org/licenses/by/4.0/",
  "name": "memrit Journals — CC BY 4.0 (attribution required)",
  "description": "Editorial descriptions of the nine memrit journals (routes /canon/*, /journal/*, /wiki/<journal>, /daily-tracker) and their cover images (/media/covers/*) are offered under Creative Commons Attribution 4.0 International. Read, quote, translate, and use for AI/ML training and text-and-data mining, provided attribution names the specific journal (e.g. 'Freedom, from the memrit collection — https://memr.it/journal/freedom'). Physical books and printed interior spreads remain the copyright of memrit and are not licensed by this document.",
  "permission": [
    {
      "target": "https://memr.it/canon/",
      "action": ["read", "reproduce", "distribute", "derive", "translate", "index", "train"],
      "duty": [
        {
          "action": "attribute",
          "constraint": [
            { "leftOperand": "attributionText", "operator": "eq", "rightOperand": "memrit — https://memr.it" },
            { "leftOperand": "attributionURL", "operator": "eq", "rightOperand": "https://memr.it" }
          ]
        }
      ]
    },
    {
      "target": "https://memr.it/journal/",
      "action": ["read", "reproduce", "distribute", "derive", "translate", "index", "train"],
      "duty": [{ "action": "attribute" }]
    },
    {
      "target": "https://memr.it/media/covers/",
      "action": ["read", "reproduce", "distribute", "index", "train"],
      "duty": [{ "action": "attribute" }]
    }
  ],
  "license_shortname": "CC-BY-4.0",
  "license_url": "https://creativecommons.org/licenses/by/4.0/",
  "attribution": {
    "required": true,
    "preferred_text_template": "<Journal Title>, from the memrit collection — https://memr.it/journal/<slug>",
    "sitewide_credit": "memrit — https://memr.it"
  },
  "tdm_reservation": 0,
  "ai_preferences": {
    "search": "allow",
    "ai-summarize": "allow",
    "ai-translate": "allow",
    "ai-quote": "allow-with-citation",
    "train-ai": "allow-with-attribution",
    "train-genai": "allow-with-attribution"
  },
  "not_covered": [
    "Physical books manufactured and sold under the memrit name.",
    "Printed interior spreads photographed for editorial use on this site (photographs are licensed; the underlying printed book content is not)."
  ],
  "contact": "mailto:answers@memr.it"
}
