home » zplus/dokk.git
ID: 2a874e3e25fe069215fda0205caff5c8d0a1bd7c
29 lines — 886B — 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:introduction_programming_java_3.1",
    "library:website": "https://math.hws.edu/eck/cs124/javanotes3/",
    "library:author": [
        "David J. Eck"
    ],
    "license:licensed_under": [
        "dokk:license:OPUBL-1.0"
    ],
    "library:title": "Introduction to Programming Using Java Version 3.1",
    "blob:at": {
        "@id": "file:/pdf/introduction_programming_java_3.1.pdf",
        "blob:primary_source": "https://math.hws.edu/eck/cs124/downloads/javanotes3.pdf",
        "blob:retrieval_date": "2023-04-06"
    }
}