This commit is contained in:
brianjlowe 2013-10-03 16:38:24 -04:00
parent 601a0674ab
commit e21b3e7077
31 changed files with 3300 additions and 889 deletions

View file

@ -50,34 +50,34 @@
-->
<rdf:Description rdf:about="http://purl.org/ontology/bibo/unpublished">
<rdfs:label xml:lang="en-us">unpublished</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/ontology/bibo/rejected">
<rdfs:label xml:lang="en-us">rejected</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/ontology/bibo/draft">
<rdfs:label xml:lang="en-us">draft</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/ontology/bibo/peerReviewed">
<rdfs:label xml:lang="en-us">peer reviewed</rdfs:label>
<core:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">&amp;nbsp;Peer review is the process by which articles are chosen to be included in a refereed journal. An editorial board consisting of experts in the same field as the author review the article and decide if it is authoritative enough for publication.</core:description>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#inPress">
<rdfs:label xml:lang="en-us">in press</rdfs:label>
<core:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Document to be published</core:description>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/ontology/bibo/accepted">
<rdfs:label xml:lang="en-us">accepted</rdfs:label>
<core:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Accepted for publication after peer reviewing</core:description>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#submitted">
<rdfs:label xml:lang="en-us">submitted</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#invited">
<rdfs:label xml:lang="en-us">invited</rdfs:label>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/ontology/bibo/published">
<rdfs:label xml:lang="en-us">published</rdfs:label>
<core:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Published document</core:description>
</rdf:Description>
</rdf:RDF>