callSign
A Schema.org PropertyThis term is proposed for full integration into Schema.org, pending implementation feedback and adoption from applications and websites.
- Canonical URL: http://schema.org/callSign
- Leave public feedback on this term 💬
- Check for open issues.
A callsign, as used in broadcasting and radio communications to identify people, radio and TV stations, or vehicles.
Values expected to be one of these types |
---|
Text
|
Used on these types |
---|
BroadcastService |
Source
https://github.com/schemaorg/schemaorg/issues/2109
Examples
Example 1
Copied
Example notes or example HTML without markup.
See JSON example.
Example encoded as Microdata embedded in HTML.
TODO
Example encoded as RDFa embedded in HTML.
TODO
Example encoded as JSON-LD in a HTML script tag.
<script type="application/ld+json"> { "@context": "https://schema.org/", "@type": "RadioBroadcastService", "name": "NPR Boston", "callSign": "WBUR" } </script>
Structured representation of the JSON-LD example.