Skip to content

Commit e04c67e

Browse files
RichardWallisdanbri
authored andcommitted
Added new Types: ShortStory, Manuscript, Poster, Drawing, Play, SheetMusic to bib.schema.org (#1979)
* Added new Types: Manuscript, Poster, Drawing, SheetMusic Issuee (#1448) * Added 'Play' to the proposal Following proposals in issue (#1816) * Added ShortStory type to bib extension See issue (#1976) * Added releae notes for issues #1448 and #1976 * Moved new definitions from bib into three individual, issue-named, rdfa files in pending. Updated releases.html to reflect the move.
1 parent 50e5ed9 commit e04c67e

File tree

5 files changed

+110
-0
lines changed

5 files changed

+110
-0
lines changed

data/ext/bib/bsdo-1.0.rdfa

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@
7777
<span>Source: <a property="dc:source" href="http://www.productontology.org/id/Thesis">pto:Thesis</a></span>
7878
</div>
7979

80+
81+
8082
<hr/>
8183
<h2>Enumeration Members</h2>
8284

data/ext/pending/issue-1448.rdfa

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<div>
2+
3+
<!-- This is a boilerplate file. It is optional but moves into separate
4+
document all the administrative detail that is needed to indicate that terms are
5+
(currently) in the pending extension, and associate them with open issues.
6+
Idea is to allow the main file to have content that could eventually be copied
7+
directly into data/schema.rdfa core. -->
8+
9+
<!--
10+
# Schema.org geospatial relations
11+
* | Issue: #1375 -->
12+
13+
14+
<h1>Currently Pending</h1>
15+
16+
<div typeof="rdfs:Class" resource="http://schema.org/Manuscript">
17+
<link property="http://schema.org/isPartOf" href="http://pending.schema.org " />
18+
<span class="h" property="rdfs:label">Manuscript</span>
19+
<span property="rdfs:comment">A book, document, or piece of music written by hand rather than typed or printed.</span>
20+
<span> Subclass of:<a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">schema:CreativeWork</a></span>
21+
<span property="schema:category">issue-1448</span>
22+
<a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1448">#1448</a>
23+
</div>
24+
25+
<div typeof="rdfs:Class" resource="http://schema.org/Poster">
26+
<link property="http://schema.org/isPartOf" href="http://pending.schema.org " />
27+
<span class="h" property="rdfs:label">Poster</span>
28+
<span property="rdfs:comment">A large, usually printed placard, bill, or announcement, often illustrated, that is posted to advertise or publicize something.</span>
29+
<span> Subclass of:<a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">schema:CreativeWork</a></span>
30+
<span property="schema:category">issue-1448</span>
31+
<a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1448">#1448</a>
32+
</div>
33+
34+
<div typeof="rdfs:Class" resource="http://schema.org/Drawing">
35+
<link property="http://schema.org/isPartOf" href="http://pending.schema.org " />
36+
<span class="h" property="rdfs:label">Drawing</span>
37+
<span property="rdfs:comment">A picture or diagram made with a pencil, pen, or crayon rather than paint.</span>
38+
<span> Subclass of:<a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">schema:CreativeWork</a></span>
39+
<span property="schema:category">issue-1448</span>
40+
<a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1448">#1448</a>
41+
</div>
42+
43+
<div typeof="rdfs:Class" resource="http://schema.org/SheetMusic">
44+
<link property="http://schema.org/isPartOf" href="http://pending.schema.org " />
45+
<span class="h" property="rdfs:label">SheetMusic</span>
46+
<span property="rdfs:comment">Printed music, as opposed to performed or recorded music.</span>
47+
<span> Subclass of:<a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">schema:CreativeWork</a></span>
48+
<span property="schema:category">issue-1448</span>
49+
<a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1448">#1448</a>
50+
</div>
51+
</div>

data/ext/pending/issue-1816.rdfa

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<div>
2+
3+
<!-- This is a boilerplate file. It is optional but moves into separate
4+
document all the administrative detail that is needed to indicate that terms are
5+
(currently) in the pending extension, and associate them with open issues.
6+
Idea is to allow the main file to have content that could eventually be copied
7+
directly into data/schema.rdfa core. -->
8+
9+
<!--
10+
# Schema.org geospatial relations
11+
* | Issue: #1375 -->
12+
13+
14+
<h1>Currently Pending</h1>
15+
16+
<div typeof="rdfs:Class" resource="http://schema.org/Play">
17+
<link property="http://schema.org/isPartOf" href="http://pending.schema.org " />
18+
<span class="h" property="rdfs:label">Play</span>
19+
<span property="rdfs:comment">A play is a form of literature, usually consisting of dialogue between characters, intended for theatrical performance rather than just reading. Note the peformance of a Play would be a [[TheaterEvent]] - the *Play* being the [[workPerformed]].</span>
20+
<span> Subclass of:<a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">schema:CreativeWork</a></span>
21+
<span property="schema:category">issue-1816</span>
22+
<a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1816">#1816</a>
23+
</div>
24+
25+
</div>

data/ext/pending/issue-1976.rdfa

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<div>
2+
3+
<!-- This is a boilerplate file. It is optional but moves into separate
4+
document all the administrative detail that is needed to indicate that terms are
5+
(currently) in the pending extension, and associate them with open issues.
6+
Idea is to allow the main file to have content that could eventually be copied
7+
directly into data/schema.rdfa core. -->
8+
9+
<!--
10+
# Schema.org geospatial relations
11+
* | Issue: #1375 -->
12+
13+
14+
<h1>Currently Pending</h1>
15+
16+
<div typeof="rdfs:Class" resource="http://schema.org/ShortStory">
17+
<link property="http://schema.org/isPartOf" href="http://pending.schema.org " />
18+
<span class="h" property="rdfs:label">ShortStory</span>
19+
<span property="rdfs:comment">Short story or tale. A brief work of literature, usually written in narrative prose.</span>
20+
<span> Subclass of:<a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">schema:CreativeWork</a></span>
21+
<span property="schema:category">issue-1976</span>
22+
<a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1976">#1976</a>
23+
</div>
24+
</div>

docs/releases.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,14 @@ <h3>Changes in <a href="http://pending.schema.org/">Pending</a> section:</h3>
317317
Renamed the various <a href="/GeospatialGeometry">properties</a> and labels from geospatiallyXyz to geoXyz for brevity, e.g. <a href="/geoIntersects">geoIntersects</a>.
318318
</li>
319319

320+
<li id="g1448"><a href="https://github.com/schemaorg/schemaorg/issues/1448">Issue #1448</a>:
321+
Added <a href="/Manuscript">Manuscript</a>, <a href="/Poster">Poster</a>, <a href="/Drawing">Drawing</a>, and <a href="/SheetMusic">SheetMusic</a> subtypes of <a href="/CreativeWork">CreativeWork</a>.</li>
322+
<li id="g1976"><a href="https://github.com/schemaorg/schemaorg/issues/1976">Issue #1976</a>:
323+
Added <a href="/ShortStory">ShortStory</a> subtype of <a href="/CreativeWork">CreativeWork</a>.</li>
324+
<li id="g1816"><a href="https://github.com/schemaorg/schemaorg/issues/1816">Issue #1816</a>:
325+
Added <a href="/Play">Play</a> subtype of <a href="/CreativeWork">CreativeWork</a>.</li>
326+
327+
320328

321329
</ul>
322330

0 commit comments

Comments
 (0)