Skip to content

Instantly share code, notes, and snippets.

@scottythered
Last active January 13, 2017 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottythered/68750a6032d3e72fe0bcb83789b64b55 to your computer and use it in GitHub Desktop.
Save scottythered/68750a6032d3e72fe0bcb83789b64b55 to your computer and use it in GitHub Desktop.
# [% data %] -- from YAML config file
{
"@context": "http://schema.org/",
"@type": "[% Library or Organization %]",
"@id": "[% link to Wikidata/Freebase URI, if available %]",
"name": "[% Name of archive/library %]",
"url": "[% link %]",
"image": "[% link to logo/building image %]",
"sameAs": "[% link to wikipedia, twitter, facebook, etc %]",
"priceRange": 0,
"alternateName": "[% other names in use %]",
"telephone": "[% phone number %]",
"address": {
"@type": "PostalAddress",
"streetAddress": "[% street and number %[",
"addressLocality": "[% city %]",
"addressRegion": "[% state %]",
"postalCode": "[% zip code %]"
},
"parentOrganization": {
"@type": "[% Organization or CollegeOrUniversity etc %]",
"@id": "[% link to Wikidata/Freebase URI, if available %]",
"name": "[% Name of parent org %]",
"sameAs": "[% links to wikipedia, twitter, facebook, etc %]"
"url": "[% link %]"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment