Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <ul> <li>you should prefer using wide spread ontologies instead of duplicating classes or predicates that already have equivalents (or just produce owl:equivalentClass or owl:sameAs relations)</li> <li>there are many shortcuts in RDFa 1.1 you have not used, for example vocab or rel properties</li> <li>you can use indents to beatify markup</li> </ul> <p>According to that, your page can look like:</p> <pre><code>&lt;body prefix="schema: http://schema.org/" vocab="http://xmlns.com/foaf/0.1/"&gt; &lt;p typeof="Person" resource="http://carlboettiger.info#me"&gt; &lt;img property="depiction" style="float: right; margin: 10px 10px" src="assets/img/carlboettiger.png" alt="Photo of Carl Boettiger" /&gt; I am &lt;a property="homepage schema:url" href="http://carlboettiger.info"&gt; &lt;span property="name"&gt;&lt;span property="givenName"&gt;Carl&lt;/span&gt; &lt;span property="familyName"&gt;Boettiger&lt;/span&gt;&lt;/span&gt; &lt;/a&gt;, a &lt;span property="schema:jobTitle"&gt;graduate student&lt;/span&gt; with &lt;span rel="knows" typeof="Person"&gt; &lt;span property="name"&gt;&lt;a property="homepage" href="http://two.ucdavis.edu/%7Eme"&gt;Alan Hastings&lt;/a&gt;&lt;/span&gt; &lt;/span&gt; in the &lt;a property="workplaceHomepage" href="http://www-eve.ucdavis.edu/eve/pbg/"&gt;Population Biology&lt;/a&gt; Ph.D program at &lt;span property="schema:affiliation"&gt;UC Davis&lt;/span&gt;, working on &lt;span rel="interest"&gt; &lt;a href="http://en.wikipedia.org/wiki/Regime_shifts"&gt;regime shifts&lt;/a&gt; in &lt;a href="http://en.wikipedia.org/wiki/Ecology"&gt;ecology&lt;/a&gt; and &lt;a href="http://en.wikipedia.org/wiki/Evolution"&gt;evolution&lt;/a&gt;. Such shifts mark the most dramatic events in &lt;span&gt;complex systems&lt;/span&gt; &lt;/span&gt; &lt;/p&gt; &lt;/body&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload