{ "@context": { "@version": 1.1, "agify": "https://agify.io/schema/", "schema": "https://schema.org/", "dcterms": "http://purl.org/dc/terms/", "xsd": "http://www.w3.org/2001/XMLSchema#", "AgePrediction": "agify:AgePrediction", "name": "schema:name", "count": { "@id": "agify:count", "@type": "xsd:integer" }, "age": { "@id": "schema:age", "@type": "xsd:integer" }, "country_id": { "@id": "schema:addressCountry", "@type": "xsd:string" } } }