iodepo / odis-arch

Development of the Ocean Data and Information System (ODIS) architecture
https://book.odis.org/
31 stars 18 forks source link

[ODINAFRICA] connect the new Vessels database as an ODIS node #67

Closed jmckenna closed 11 months ago

jmckenna commented 2 years ago
jmckenna commented 2 years ago

Updates from 2022-11-03 meeting

jmckenna commented 2 years ago

@dilianadineva / Chris:

Other notes:

dilianadineva commented 2 years ago

@dilianadineva / Chris:

{
    "@context": {
        "@vocab": "https://schema.org/"
    },
    "@type": "Dataset",
    "@id": "https://obis.org/dataset/ba32788a-2193-4fe9-b252-01822c3dc924",
    "name": "Classified benthic data for mesophotic organisms and substrates around the Lord Howe Island and Balls Pyramid shelves, southwest Pacific Ocean (2013)",
    "description": "This dataset contains classified benthic data from 2,668 still images collected using a towed underwater camera system around the Lord Howe Island and Balls Pyramid shelves. Underwater imagery were collected at 39 sites in depths ranging 6 m to 115 m from surveys aboard the RV Southern Surveyor in February 2013 and Lord Howe Island Marine Park vessel Tursiops in November 2013.\nThe data published here is the taxa classified to genus level or better. The original data has been classified using the Collaborative and Annotation Tools for Analysis of Marine Imagery and Video (CATAMI) classification scheme as a standard for scoring marine biota and physical characteristics from underwater imagery.",
    "url": "https://obis.org/dataset/ba32788a-2193-4fe9-b252-01822c3dc924",
    "sameAs": [
        "https://www.marine.csiro.au/ipt/resource?r=benthic_lord_howe_island"
    ],
    "license": "This work is licensed under a  Creative Commons Attribution (CC-BY) 4.0 License",
    "citation": "Linklater, Michelle (2018), “Classified benthic data for mesophotic organisms and substrates around the Lord Howe Island and Balls Pyramid shelves, southwest Pacific Ocean”, Mendeley Data, v1 http://dx.doi.org/10.17632/x8v7yxzxj9.1",
    "version": "2022-06-07T03:02:18.000Z",
    "keywords": [
        "Occurrence",
        "Observation",
        "Occurrence"
    ],
    "variableMeasured": [],
    "includedInDataCatalog": {
        "@id": "https://obis.org",
        "@type": "DataCatalog",
        "url": "https://obis.org"
    },
    "temporalCoverage": "2013/2013",
    "distribution": {
        "@type": "DataDownload",
        "contentUrl": "https://www.marine.csiro.au/ipt/archive.do?r=benthic_lord_howe_island",
        "encodingFormat": "application/zip"
    },
    "spatialCoverage": {
        "@type": "Place",
        "geo": {
            "@type": "GeoShape",
            "polygon": "158.9701 -31.86922,158.9701 -31.45291,159.32665 -31.45291,159.32665 -31.86922,158.9701 -31.86922"
        },
        "additionalProperty": {
            "@type": "PropertyValue",
            "propertyID": "http://dbpedia.org/resource/Spatial_reference_system",
            "value": "http://www.w3.org/2003/01/geo/wgs84_pos#lat_long"
        }
    },
    "provider": [
        {
            "@id": "https://oceanexpert.org/institution/20942",
            "@type": "Organization",
            "legalName": "CSIRO National Collections and Marine Infrastructure",
            "name": "CSIRO National Collections and Marine Infrastructure",
            "url": "https://oceanexpert.org/institution/20942"
        }
    ]
}

Other notes:

  • if you are generating JSON-LD files (as opposed to embedding the JSON-LD in the HTML page as above) then your sitemap should contain the urls to the individual JSON-LD files (likely with a .jsonld extension)

I've created a main sitemap file: https://ioc-africa.org/sitemap.xml with an index to a dynamically generated sitemap https://ioc-africa.org/test2/research-vessels-sitemap.xml with links to pages that have JSON-LD Githubissues.

  • Githubissues is a development platform for aggregating issues.