home » zplus/dokk.git
ID: 15e594251a852d132ca311be07d28b356fafeebc
29 lines — 868B — 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:open_data_structures_java_0.1F",
    "library:website": "https://opendatastructures.org",
    "library:author": [
        "Pat Morin"
    ],
    "license:licensed_under": [
        "dokk:license:CC-BY-2.5"
    ],
    "library:title": "Open Data Structures (in Java) Edition 0.1F",
    "blob:at": {
        "@id": "file:/pdf/open_data_structures_java_0.1F.pdf",
        "blob:primary_source": "https://opendatastructures.org/versions/edition-0.1f/ods-java.pdf",
        "blob:retrieval_date": "2023-04-30"
    }
}