Skip to content

Commit 9162f0c

Browse files
committed
Added new Types: Manuscript, Poster, Drawing, SheetMusic
Issuee (#1448)
1 parent a89608b commit 9162f0c

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

data/ext/bib/bsdo-1.0.rdfa

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

80+
<div typeof="rdfs:Class" resource="http://schema.org/Manuscript">
81+
<link property="http://schema.org/isPartOf" href="http://bib.schema.org" />
82+
<span class="h" property="rdfs:label">Manuscript</span>
83+
<span property="rdfs:comment">A book, document, or piece of music written by hand rather than typed or printed.</span>
84+
<span> Subclass of:<a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">schema:CreativeWork</a></span>
85+
</div>
86+
87+
<div typeof="rdfs:Class" resource="http://schema.org/Poster">
88+
<link property="http://schema.org/isPartOf" href="http://bib.schema.org" />
89+
<span class="h" property="rdfs:label">Poster</span>
90+
<span property="rdfs:comment">A large, usually printed placard, bill, or announcement, often illustrated, that is posted to advertise or publicize something.</span>
91+
<span> Subclass of:<a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">schema:CreativeWork</a></span>
92+
</div>
93+
94+
<div typeof="rdfs:Class" resource="http://schema.org/Drawing">
95+
<link property="http://schema.org/isPartOf" href="http://bib.schema.org" />
96+
<span class="h" property="rdfs:label">Drawing</span>
97+
<span property="rdfs:comment">A picture or diagram made with a pencil, pen, or crayon rather than paint.</span>
98+
<span> Subclass of:<a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">schema:CreativeWork</a></span>
99+
</div>
100+
101+
<div typeof="rdfs:Class" resource="http://schema.org/SheetMusic">
102+
<link property="http://schema.org/isPartOf" href="http://bib.schema.org" />
103+
<span class="h" property="rdfs:label">SheetMusic</span>
104+
<span property="rdfs:comment">Printed music, as opposed to performed or recorded music.</span>
105+
<span> Subclass of:<a property="rdfs:subClassOf" href="http://schema.org/CreativeWork">schema:CreativeWork</a></span>
106+
</div>
107+
80108
<hr/>
81109
<h2>Enumeration Members</h2>
82110

0 commit comments

Comments
 (0)