Skip to content

Commit 07a0026

Browse files
committed
Added ShortStory type to bib extension
See issue (#1976)
1 parent d15e4af commit 07a0026

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

data/ext/bib/bsdo-1.0.rdfa

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@
111111
<span property="rdfs:comment">Printed music, as opposed to performed or recorded music.</span>
112112
<span> Subclass of:<a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">schema:CreativeWork</a></span>
113113
</div>
114+
<div typeof="rdfs:Class" resource="http://schema.org/ShortStory">
115+
<link property="http://schema.org/isPartOf" href="http://bib.schema.org" />
116+
<span class="h" property="rdfs:label">ShortStory</span>
117+
<span property="rdfs:comment">Short story or tale. A brief work of literature, usually written in narrative prose.</span>
118+
<span> Subclass of:<a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">schema:CreativeWork</a></span>
119+
</div>
114120

115121
<hr/>
116122
<h2>Enumeration Members</h2>

0 commit comments

Comments
 (0)