earthcube / scheduler

Scheduling approaches related to gleaner tooling
Apache License 2.0
0 stars 0 forks source link

Release file check Types #72

Open valentinedwv opened 11 months ago

valentinedwv commented 11 months ago

Earthcube Utilities coded to use https://schema.org namespace to generate summarize and graph stats report.

Against the release file, we need to call: all_count_types query, and checkL

or perhaps some verification list.

fragment from report

        {
            "report": "type_count",
            "processing_time": 30.65489888191223,
            "length": 50,
            "data": [
                {
                    "type": "http://schema.org/PropertyValue",
                    "scount": "2775"
                },
                {
                    "type": "https://schema.org/PropertyValue",
                    "scount": "1720"
                },
                {
                    "type": "http://schema.org/DataDownload",
                    "scount": "834"
                },
                {
                    "type": "http://schema.org/Person",
                    "scount": "750"
                },