home » zplus/dokk.git
ID: 703b8db5dc1ba6521caec6f7ad256a83240516d2
30 lines — 854B — View raw


{
    "@context": {
        "library": "dokk:vocab:library:",
        "license": "dokk:vocab:license:",
        "license:licensed_under": {
            "@type": "@id"
        },
        "license:translation_of": {
            "@type": "@id"
        },
        "blob": "dokk:vocab:blob:"
    },
    "@type": [
        "library:Item"
    ],
    "@id": "dokk:SICP_2nd_edition_1996",
    "library:author": [
        "Julie Sussman",
        "Gerald Jay Sussman",
        "Harold Abelson"
    ],
    "license:licensed_under": [
        "dokk:license:CC-BY-SA-4.0"
    ],
    "library:title": "Structure and Interpretation of Computer Programs - Second Edition",
    "blob:at": {
        "@id": "file:/pdf/SICP_2nd_edition_1996.pdf",
        "blob:primary_source": "https://web.mit.edu/6.001/6.037/sicp.pdf",
        "blob:retrieval_date": "2023-03-12"
    }
}