{
    "@context": {
        "schema": "http://schema.org/",
        "dcterms": "http://purl.org/dc/terms/",
        "geosparql": "http://www.opengis.net/ont/geosparql#",
        "spdx": "http://spdx.org/rdf/terms#",
        "ex": "https://example.org/",
        "cdi": "http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/",
        "dcat": "http://www.w3.org/ns/dcat#"
    },
    "@id": "ex:URIforDescribedResource",
    "@type": [
        "schema:Dataset"
    ],
    "schema:additionalType": [
        "multispectral high resolution micro image"
    ],
    "schema:name": "Sample yx200, polished surface",
    "schema:description": "Description of what's in the image, where and why taken",
    "schema:identifier": "https:doi.org/10.35467/2357838",
    "schema:license": [
        "https://microimagerylab.org/license.txt"
    ],
    "schema:creator": {
        "@list": [
            {
                "@type": "schema:Person",
                "schema:name": "first author",
                "schema:identifier": "https://orcid.org/0000-0035-2922-7653"
            },
            {
                "@type": "schema:Person",
                "schema:name": "second author",
                "schema:identifier": "https://orcid.org/0000-0045-8022-7412"
            }
        ]
    },
    "schema:contributor": [
        {
            "@type": "schema:Role",
            "schema:roleName": "Laboratory Technician",
            "schema:contributor": {
                "@type": "schema:Person",
                "schema:name": "Patricia Goodtech",
                "schema:identifier": "https://orcid.org/0000-0015-6022-7302"
            }
        },
        {
            "@type": "schema:Role",
            "schema:roleName": "Image processor",
            "schema:contributor": {
                "@type": "schema:Person",
                "schema:name": "Alejandra Miserando",
                "schema:identifier": "https://orcid.org/0000-0005-8521-7511"
            }
        }
    ],
    "schema:datePublished": "2012-07-18",
    "schema:distribution": [
        {
            "@type": [
                "schema:DataDownload"
            ],
            "schema:encodingFormat": [
                "image/tif"
            ],
            "schema:contentUrl": "https://repository.org/images/2423757.tif"
        }
    ],
    "schema:subjectOf": {
        "@id": "ex:URIforTheMetadata",
        "@type": [
            "schema:Dataset"
        ],
        "schema:additionalType": [
            "dcat:CatalogRecord"
        ],
        "schema:dateModified": "2017-05-23",
        "schema:about": {
            "@id": "ex:URIforDescribedResource"
        },
        "schema:maintainer": {
            "@type": "schema:Organization",
            "schema:name": "J. Tally microimagery lab",
            "schema:email": "metadata@microimagerylab.org",
            "schema:identifier": "https://ror.org/884jk511"
        },
        "dcterms:conformsTo": [
            {
                "@id": "ex:cdif_SDO_profile_uri"
            }
        ]
    },
    "schema:dateModified": "2012-07-18"
}