-
Notifications
You must be signed in to change notification settings - Fork 1
/
ibm.html
22 lines (18 loc) · 1.13 KB
/
ibm.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<body vocab="http://schema.org/">
...
<div typeof="Article">
<div property="name">An introduction to RDF</div>
<p property="author" resource="#uche.ogbuji" typeof="Person">
by <span property="name">Uche Ogbuji</span>, <span property="jobTitle">Partner</span>,
<span property="worksFor">Zepheira</span>.
</p>
<div>Published: <span property="datePublished">01 Dec 2000</span></div>
<span property="keywords">tutorial</span>
.</div>
<div prefix="fben: http://www.freebase.com/ns/">
This article's texts is suitable for a wide audience, with a Fog index of
<span property="fben:gunning_fog_index">10.2</span>.
</div>
</div>
...
</body>