iodepo / odis-arch

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

Partner accreditation information via ODISCat #392

Open pbuttigieg opened 7 months ago

pbuttigieg commented 7 months ago

@arnounesco @jmckenna

As we're discussing at the IODE Management Group meeting, it would be valuable for ODIS nodes to communicate any accreditations, certifications, or other qualifications (TRUST, IODE Accreditation, etc) of their data sources.

@arnounesco Are there existing fields in ODISCat we can convert into schema? The property would be hasCredential , with a value of Type EducationalOperationalCredential

Here's the slightly modified example from the schema.org site:

{
        "@context": "https://schema.org",
       "@type": "EducationalOccupationalCredential",
        "name": "Certified Safety Professional",
        "url": "https://www.bcsp.org/CSP",
        "description": "Certified Safety Professionals (CSP) are persons who perform at least 50% of professional level safety duties, including making worksite assessments to determine risks, assessing potential hazards and controls, evaluating risks and hazard control measures, investigating incidents, maintaining and evaluating incident and loss records, and preparing emergency response plans.",
        "credentialCategory": {
            "@type": "DefinedTerm",
            "@id": "http://purl.org/ctdl/terms/Certification",
            "name": "Certification",
            "inDefinedTermSet": {
                "@type": "DefinedTermSet",
                "@id": "http://purl.org/ctdl/terms/",
            "name": "Credential Transparency Description Language"
            }
       }
 }