Skip to content

Commit bdedd60

Browse files
committed
Issue schemaorg#2109: Added callSign and RadioBroadcastService.
1 parent abdcddc commit bdedd60

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
TYPES: RadioBroadcastService, callSign
2+
3+
PRE-MARKUP:
4+
5+
See JSON example.
6+
7+
MICRODATA:
8+
9+
TODO
10+
11+
RDFA:
12+
13+
TODO
14+
15+
JSON:
16+
17+
<script type="application/ld+json">
18+
{
19+
"@context": "http://schema.org/",
20+
"@type": "RadioBroadcastService",
21+
"name": "NPR Boston",
22+
"callSign": "WBUR"
23+
}
24+
</script>
25+

data/ext/pending/issue-2109.rdfa

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<div>
2+
3+
<div typeof="rdfs:Class" resource="http://schema.org/RadioBroadcastService">
4+
<span>Category: <span property="schema:category">issue-2109</span></span>
5+
<span class="h" property="rdfs:label">RadioBroadcastService</span>
6+
<span property="rdfs:comment">A delivery service through which radio content is provided via broadcast over the air or online.</span>
7+
<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/BroadcastService">BroadcastService</a></span>
8+
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" />
9+
<span>Source: <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2109">#2109</a></span>
10+
</div>
11+
12+
<div typeof="rdf:Property" resource="http://schema.org/callSign">
13+
<span class="h" property="rdfs:label">callSign</span>
14+
<span property="rdfs:comment">The official callsign for the radio broadcast.</span>
15+
16+
<span property="schema:category">issue-2109</span><a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2109">#2109</a>
17+
18+
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/RadioBroadcastService">RadioBroadcastService</a></span>
19+
20+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
21+
22+
<span property="schema:category">issue-2109</span>
23+
<a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2109">#2109</a>
24+
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" />
25+
</div>
26+
27+
</div>

0 commit comments

Comments
 (0)