home » zplus/dokk.git
ID: 84095b782da40a6710b4dffb845665bf306344b7
28 lines — 777B — 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:taoup_2003_Raymond",
    "library:author": [
        "Eric Steven Raymond"
    ],
    "license:licensed_under": [
        "dokk:license:CC-BY-ND-1.0"
    ],
    "library:title": "The Art of Unix Programming",
    "blob:at": {
        "@id": "file:/pdf/taoup_2003_Raymond.pdf",
        "blob:primary_source": "http://catb.org/esr/writings/taoup/html/graphics/taoup.pdf",
        "blob:retrieval_date": "2023-11-11"
    }
}