File tree Expand file tree Collapse file tree 2 files changed +52
-0
lines changed Expand file tree Collapse file tree 2 files changed +52
-0
lines changed Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments