Created
January 16, 2019 20:06
-
-
Save ashepherd/49c9de12199df237b81b868952e17cbf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context":{ | |
"@vocab": "http://schema.org/", | |
"schema": "http://schema.org/", | |
"time": "http://www.w3.org/2006/time#" | |
}, | |
"@graph":[ | |
{ | |
"@id": "time:TemporalEntity" | |
}, | |
{ | |
"@id": "schema:temporalCoverage", | |
"schema:rangeIncludes": [ | |
"time:TemporalEntity" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Q: How do we combine two contexts?
JSON-LD Playground
schemaorg/schemaorg#1186 (comment)