Skip to content

Instantly share code, notes, and snippets.

@MaxGSEO
Last active April 5, 2022 00:03
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 MaxGSEO/b6984ca4bb41d9a08d120d4b56f05e09 to your computer and use it in GitHub Desktop.
Save MaxGSEO/b6984ca4bb41d9a08d120d4b56f05e09 to your computer and use it in GitHub Desktop.
Schema markup mentions property - The entities' Swissknive
<script type="application/ld+json">
[
{
"mentions": [
{
"@context": "http://schema.org",
"@type": "Thing",
"name": "Named-entity recognition",
"description": "Named-entity recognition (NER) (also known as (named) entity identification entity chunking and entity extraction) is a subtask of information extraction that seeks to locate and classify named entities mentioned in unstructured text into pre-defined categories such as person names organizations locations medical codes time expressions quantities monetary values percentages etc. Most research on NER/NEE systems has been structured as taking an unannotated block of text such as this one: Jim bought 300 shares of Acme Corp",
"SameAs": [
"http://en.wikipedia.org/wiki/Named-entity_recognition",
"https://www.wikidata.org/wiki/Q403574"
]
},
{
"@context": "http://schema.org",
"@type": "Thing",
"name": "Google",
"description": "Google LLC is an American multinational technology company that focuses on artificial intelligence search engine online advertising cloud computing computer software quantum computing e-commerce and consumer electronics. It has been referred to as the \"most powerful company in the world\" and one of the world's most valuable brands due to its market dominance data collection and technological advantages in the area of artificial intelligence",
"SameAs": [
"http://en.wikipedia.org/wiki/Google",
"https://www.wikidata.org/wiki/Q95"
]
},
{
"@context": "http://schema.org",
"@type": "Thing",
"name": "Patent",
"description": "A patent is a type of intellectual property that gives its owner the legal right to exclude others from making using or selling an invention for a limited period of time in exchange for publishing an enabling disclosure of the invention. In most countries patent rights fall under private law and the patent holder must sue someone infringing the patent in order to enforce their rights",
"SameAs": [
"http://en.wikipedia.org/wiki/Patent",
"https://www.wikidata.org/wiki/Q253623"
]
}
]
}
]
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment