Skip to content

Instantly share code, notes, and snippets.

@alexfinnarn
Last active September 19, 2018 17:29
Show Gist options
  • Save alexfinnarn/938747d510d157fbbeb15d3384b83c2b to your computer and use it in GitHub Desktop.
Save alexfinnarn/938747d510d157fbbeb15d3384b83c2b to your computer and use it in GitHub Desktop.
fields taken from schema.org
types:
Thing:
parent: false
properties:
alternateName: ~
description: ~
identifier: ~
image: ~
name: ~
url: ~
Organization:
parent: "Thing"
properties:
address: ~
department: ~
email: { range: "Text" }
employee: ~
logo: ~
member: ~
parentOrganization: ~
subOrganization: ~
telephone: ~
Person:
parent: "Thing"
# ...more fields
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment