File tree Expand file tree Collapse file tree 3 files changed +99
-1
lines changed Expand file tree Collapse file tree 3 files changed +99
-1
lines changed Original file line number Diff line number Diff line change 1+ TYPES: CreativeWork, Thing
2+
3+ PRE-MARKUP:
4+
5+ See JSON example.
6+
7+ MICRODATA:
8+
9+ See JSON example.
10+
11+ RDFA:
12+
13+ See JSON example.
14+
15+ JSON:
16+ <script type="application/ld+json">
17+ {
18+ "@context": "http://schema.org/",
19+ "@type": "Thing",
20+ "name": "Schema.org Ontology",
21+ "subjectOf": {
22+ "@type": "Book",
23+ "name": "The Complete History of Schema.org"
24+ }
25+ }
26+ }
27+ </script>
Original file line number Diff line number Diff line change 1+ <div>
2+ <!-- issue 1670 -->
3+ <div typeof="rdf:Property" resource="http://schema.org/about">
4+ <span class="h" property="rdfs:label">about</span>
5+ <span property="rdfs:comment">The subject matter of the content.</span>
6+ <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
7+ <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/CommunicateAction">CommunicateAction</a></span>
8+ <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Event">Event</a></span>
9+ <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Thing">Thing</a></span>
10+ <link property="http://schema.org/inverseOf" href="http://schema.org/subjectOf"/>
11+
12+ <link property="http://schema.org/isPartOf" href="http://pending.schema.org" />
13+ <span property="schema:category">issue-1670</span>
14+ <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1670"></a>
15+ </div>
16+
17+ <div typeof="rdf:Property" resource="http://schema.org/subjectOf">
18+ <span class="h" property="rdfs:label">subjectOf</span>
19+ <span property="rdfs:comment">A CreativeWork or Event about this Thing..</span>
20+ <span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Thing">Thing</a></span>
21+ <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CreativeWork">CreativeWork</a></span>
22+ <span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Event">Event</a></span>
23+ <link property="http://schema.org/inverseOf" href="http://schema.org/about"/>
24+
25+ <link property="http://schema.org/isPartOf" href="http://pending.schema.org" />
26+ <span property="schema:category">issue-1670</span>
27+ <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1670"></a>
28+ </div>
29+
30+
31+ </div>
Original file line number Diff line number Diff line change @@ -138,7 +138,47 @@ <h3>Pending changes</h3>
138138
139139< tr >
140140
141- < td class ="release "> < a href ="/version/3.3/ "> 3.3</ a > < br /> sdo-enceladus< br /> 2018-08-14</ td >
141+ < td class ="release "> < a href ="/version/3.4/ "> 3.4</ a > < br /> sdo-telesto< br /> TBD</ td >
142+
143+ < td >
144+ < span id ="v.next "> </ span >
145+ < span id ="sdo-telesto "> </ span >
146+ < span id ="v3.4 "> </ span >
147+
148+ < p >
149+ Version 3.4 (working name 'sdo-telesto'). See < a href ="https://github.com/schemaorg/schemaorg/issues/1 "> planning pages</ a > .
150+ </ p >
151+ </ td >
152+
153+ < td >
154+ < h2 > Vocabulary</ h2 >
155+
156+ < h3 > Core changes</ h3 >
157+ < ul >
158+
159+ </ ul >
160+
161+ < h3 > Additions to < a href ="http://pending.schema.org/ "> Pending</ a > section</ h3 >
162+
163+ < ul >
164+ < li id ="g1670 "> < a href ="https://github.com/schemaorg/schemaorg/issues/1670 "> Issue #1670</ a > : Add a < a href ="/subjectOf "> subjectOf</ a > to < a href ="/Thing "> Thing</ a > as a reverse property of < a href ="/about "> about</ a > .
165+ </ li >
166+
167+ <!-- <li id="g@@@@"><a href=""></a></li> -->
168+ </ ul >
169+
170+ < h3 > Site Improvements</ h3 >
171+ < ul >
172+
173+ </ ul >
174+
175+ </ td >
176+
177+ </ tr >
178+
179+ < tr >
180+
181+ < td class ="release "> < a href ="/version/3.3/ "> 3.3</ a > < br /> sdo-enceladus< br /> 2017-08-14</ td >
142182
143183< td >
144184< span id ="v.next "> </ span >
You can’t perform that action at this time.
0 commit comments