context Context
JSON-LD context defining the semantic vocabulary for context from Event Registry.
40 Classes
1 Properties
19 Namespaces
Namespaces
er:
https://eventregistry.org/ns/
newsapi:
https://newsapi.ai/ns/
Article:
https://schema.org/NewsArticle
Source:
https://schema.org/NewsMediaOrganization
Author:
https://schema.org/Person
Location:
https://schema.org/Place
title:
https://schema.org/headline
body:
https://schema.org/articleBody
url:
https://schema.org/url
date:
https://schema.org/datePublished
dateTime:
https://schema.org/datePublished
lang:
https://schema.org/inLanguage
summary:
https://schema.org/abstract
authors:
https://schema.org/author
location:
https://schema.org/locationCreated
image:
https://schema.org/image
label:
https://schema.org/name
dateStart:
https://schema.org/startDate
dateEnd:
https://schema.org/endDate
Classes
Event
Concept
Category
uri
sentiment
articleCount
concepts
categories
isDuplicate
eventUri
shares
articleBodyLen
conceptUri
categoryUri
sourceUri
authorUri
locationUri
score
wgt
ranking
importanceRank
alexaGlobalRank
alexaCountryRank
socialScore
tokensUsed
remaining
minSentiment
maxSentiment
forceMaxDataTimeWindow
isDuplicateFilter
dataType
resultType
articlesPage
articlesCount
articlesSortBy
eventsPage
eventsCount
eventsSortBy
minArticlesInEvent
maxArticlesInEvent
Properties
| Property |
Type |
Container |
| source |
https://schema.org/NewsMediaOrganization |
|
JSON-LD Document
{
"@context": {
"@vocab": "https://schema.org/",
"er": "https://eventregistry.org/ns/",
"newsapi": "https://newsapi.ai/ns/",
"Article": "https://schema.org/NewsArticle",
"Event": "er:NewsEvent",
"Source": "https://schema.org/NewsMediaOrganization",
"Concept": "er:Concept",
"Category": "er:Category",
"Author": "https://schema.org/Person",
"Location": "https://schema.org/Place",
"uri": "@id",
"title": "https://schema.org/headline",
"body": "https://schema.org/articleBody",
"url": "https://schema.org/url",
"date": "https://schema.org/datePublished",
"dateTime": "https://schema.org/datePublished",
"lang": "https://schema.org/inLanguage",
"sentiment": "er:sentiment",
"articleCount": "er:articleCount",
"summary": "https://schema.org/abstract",
"concepts": "er:hasConcept",
"categories": "er:hasCategory",
"authors": "https://schema.org/author",
"location": "https://schema.org/locationCreated",
"image": "https://schema.org/image",
"source": {
"@id": "https://schema.org/publisher",
"@type": "https://schema.org/NewsMediaOrganization"
},
"isDuplicate": "er:isDuplicate",
"eventUri": "er:eventUri",
"shares": "er:socialShares",
"articleBodyLen": "er:articleBodyLen",
"conceptUri": "er:conceptUri",
"categoryUri": "er:categoryUri",
"sourceUri": "er:sourceUri",
"authorUri": "er:authorUri",
"locationUri": "er:locationUri",
"label": "https://schema.org/name",
"score": "er:relevanceScore",
"wgt": "er:weight",
"ranking": "er:sourceRanking",
"importanceRank": "er:importanceRank",
"alexaGlobalRank": "er:alexaGlobalRank",
"alexaCountryRank": "er:alexaCountryRank",
"socialScore": "er:socialScore",
"tokensUsed": "newsapi:tokensUsed",
"remaining": "newsapi:tokensRemaining",
"dateStart": "https://schema.org/startDate",
"dateEnd": "https://schema.org/endDate",
"minSentiment": "er:minSentiment",
"maxSentiment": "er:maxSentiment",
"forceMaxDataTimeWindow": "er:forceMaxDataTimeWindow",
"isDuplicateFilter": "er:isDuplicateFilter",
"dataType": "er:dataType",
"resultType": "er:resultType",
"articlesPage": "er:articlesPage",
"articlesCount": "er:articlesCount",
"articlesSortBy": "er:articlesSortBy",
"eventsPage": "er:eventsPage",
"eventsCount": "er:eventsCount",
"eventsSortBy": "er:eventsSortBy",
"minArticlesInEvent": "er:minArticlesInEvent",
"maxArticlesInEvent": "er:maxArticlesInEvent"
},
"@graph": [
{
"@type": "https://schema.org/WebAPI",
"@id": "https://eventregistry.org/api/v1",
"https://schema.org/name": "Event Registry News API",
"https://schema.org/description": "REST API for accessing global news articles, trending topics, event detection, named entities, sentiment analysis, and media monitoring across 150,000+ sources in 60+ languages.",
"https://schema.org/url": "https://newsapi.ai",
"https://schema.org/documentation": "https://newsapi.ai/documentation",
"https://schema.org/provider": {
"@type": "https://schema.org/Organization",
"https://schema.org/name": "Event Registry",
"https://schema.org/url": "https://eventregistry.org",
"https://schema.org/contactPoint": {
"@type": "https://schema.org/ContactPoint",
"https://schema.org/email": "[email protected]",
"https://schema.org/contactType": "technical support"
}
}
}
]
}