Genderize.io · JSON-LD Context

context Context

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

2 Classes 6 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
genderize: https://genderize.io/vocabulary#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

GenderPrediction ErrorResponse

Properties

Property Type Container
name string
gender string
probability decimal
count integer
country_id string
error string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "genderize": "https://genderize.io/vocabulary#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "GenderPrediction": "genderize:GenderPrediction",
    "ErrorResponse": "genderize:ErrorResponse",

    "name": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "gender": {
      "@id": "schema:gender",
      "@type": "xsd:string"
    },
    "probability": {
      "@id": "genderize:probability",
      "@type": "xsd:decimal"
    },
    "count": {
      "@id": "genderize:count",
      "@type": "xsd:integer"
    },
    "country_id": {
      "@id": "schema:addressCountry",
      "@type": "xsd:string"
    },
    "error": {
      "@id": "genderize:error",
      "@type": "xsd:string"
    }
  }
}