Agify.io · JSON-LD Context

Agify Io Context

JSON-LD context defining the semantic vocabulary for Agify Io from Agify.io.

2 Classes 3 Properties 4 Namespaces
View Context View on GitHub

Namespaces

agify: https://agify.io/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

AgePrediction name

Properties

Property Type Container
count integer
age integer
country_id string

JSON-LD Document

agify-io-context.jsonld Raw ↑
{
  "@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"
    }
  }
}