{
    "@context": {
        "@base": "https://secorolab.github.io/",
        "xsd": "http://www.w3.org/2001/XMLSchema#",
        "partner": "https://secorolab.github.io/metamodels/website/partner#",

        "Partner": { "@id": "partner:Partner" },

        "name":        { "@id": "partner:name",        "@type": "xsd:string" },
        "description": { "@id": "partner:description", "@type": "xsd:string" },
        "url":         { "@id": "partner:url",         "@type": "@id" }
    }
}
