Apple Keynote Context
JSON-LD context defining the semantic vocabulary for Apple Keynote from Apple Keynote.
9 Classes
17 Properties
4 Namespaces
Namespaces
keynote:
https://www.apple.com/keynote/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
ExportRequest
Apple Keynote Presentation
title
description
author
createdDate
modifiedDate
Slide
Theme
Properties
| Property |
Type |
Container |
| format |
string |
|
| includeNotes |
boolean |
|
| slideRange |
string |
|
| theme |
string |
|
| slideSize |
string |
|
| slides |
|
set |
| metadata |
string |
|
| slideNumber |
integer |
|
| layout |
string |
|
| skipped |
boolean |
|
| notes |
string |
|
| backgroundColor |
string |
|
| name |
string |
|
| identifier |
string |
|
| category |
string |
|
| colorScheme |
|
set |
| fontFamily |
string |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"keynote": "https://www.apple.com/keynote/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"ExportRequest": "keynote:ExportRequest",
"format": {
"@id": "keynote:format",
"@type": "xsd:string"
},
"includeNotes": {
"@id": "keynote:includeNotes",
"@type": "xsd:boolean"
},
"slideRange": {
"@id": "keynote:slideRange",
"@type": "xsd:string"
},
"Apple Keynote Presentation": "keynote:Apple Keynote Presentation",
"title": "schema:name",
"description": "schema:description",
"author": "schema:author",
"createdDate": "schema:dateCreated",
"modifiedDate": "schema:dateModified",
"theme": {
"@id": "keynote:theme",
"@type": "xsd:string"
},
"slideSize": {
"@id": "keynote:slideSize",
"@type": "xsd:string"
},
"slides": {
"@id": "keynote:slides",
"@container": "@set"
},
"metadata": {
"@id": "keynote:metadata",
"@type": "xsd:string"
},
"Slide": "keynote:Slide",
"slideNumber": {
"@id": "keynote:slideNumber",
"@type": "xsd:integer"
},
"layout": {
"@id": "keynote:layout",
"@type": "xsd:string"
},
"skipped": {
"@id": "keynote:skipped",
"@type": "xsd:boolean"
},
"notes": {
"@id": "keynote:notes",
"@type": "xsd:string"
},
"backgroundColor": {
"@id": "keynote:backgroundColor",
"@type": "xsd:string"
},
"Theme": "keynote:Theme",
"name": {
"@id": "keynote:name",
"@type": "xsd:string"
},
"identifier": {
"@id": "keynote:identifier",
"@type": "xsd:string"
},
"category": {
"@id": "keynote:category",
"@type": "xsd:string"
},
"colorScheme": {
"@id": "keynote:colorScheme",
"@container": "@set"
},
"fontFamily": {
"@id": "keynote:fontFamily",
"@type": "xsd:string"
}
}
}