Five Stars of Online Research Articles Ontology (FiveStars)

URL
http://purl.org/spar/fivestars (alternative at w3id.org)
DOI
10.25504/FAIRsharing.6dfe9b
Documentation
http://purl.org/spar/fivestars.html
Source
http://purl.org/spar/fivestars.xml (RDF/XML)
http://purl.org/spar/fivestars.ttl (Turtle)
http://purl.org/spar/fivestars.nt (N-triples)
http://purl.org/spar/fivestars.json (JSON-LD)
Repository
https://github.com/sparontologies/fivestars
Reference
Shotton, D. (2012). The Five Stars of Online Journal Articles - a Framework for Article Evaluation. In D-Lib Magazine, 18 (1/2). https://doi.org/10.1045/january2012-shotton (Open Access)

Peer review, open access, enriched content, available datasets and machine-readable metadata are the core components of the *Five Stars of Online Journal Articles*, a constellation of five independent criteria within a multi-dimensional publishing universe against which online journal articles can be evaluated, to see how well they match up with current visions for enhanced research communications. These Five Stars of Online Journal Articles provide a conceptual framework by which to judge the degree to which any article achieves or falls short of the ideal, which should be useful to authors, editors and publishers. The five criteria namely are: * **Peer review.** Ensure your article is peer reviewed, to provide assurance of its scholarly value, quality and integrity. Possible values: (0) no peer review, (1) pre-publication peer review, (2) responsive peer review, (3) post-publication peer review, (4) open peer review. * **Open access.** Ensure others have cost-free open access both to read and to reuse your published article, to ensure its greatest possible readership and usefulness. Possible values: (0) no open access, (1) self-archiving green/gratis open access, (2) funder-mandated green/gratis open access, (3) author-pays gold/gratis open access, (4) author-pays gold/libre open access. * **Enriched content.** Use the full potential of Web technologies and Web standards to provide interactivity and semantic enrichment to the content of your online article. Possible values: (0) no enhancements, (1) active Web links, (2) semantic enrichment of the text, (3) 'lively' content, (4) data fusions ("mash-ups"). * **Available datasets.** Ensure that all the data supporting the results you report are published under an open license, with sufficient metadata to enable their re-interpretation and reuse. Possible values: (0) no published data, (1) supplementary information files available, (2) article data downloadable in actionable form, (3) underlying datasets published, (4) data available to peer-reviewers. * **Machine-readable metadata.** Publish machine-readable metadata describing both your article and your cited references, so that these descriptions can be discovered and reused automatically. Possible values: (0) no available metadata, (1) structural markup available, (2) bibliographic and citation metadata available, (3) rich embedded markup, (4) structured article summary. The *Five Stars of Online Journal Articles Ontology* is a simple ontology written in OWL 2 DL that is intended for use by publishers and others wishing to encode Five Stars ratings, so they can accompany other machine-readable metadata for the article. The ontology includes 10 data properties, five for specifying the value of each factor (e.g., ``fivestars:hasOpenAccessRating``) and five for specifying a comment related to each value assigned (e.g., ``fivestars:openAccessRatingComment``).

Examples of use of FiveStars

  1. Rating an article with the Five Stars of Online Journal Articles

Rating an article with the Five Stars of Online Journal Articles

The [Five Stars of Online Journal Articles Ontology](/ontologies/fivestars) allows to encode ratings machine-readable form according to five different criteria, i.e., peer review, open access, enhanced content, available datasets, and machine-readable metadata. This example shows the Five Stars ratings for the following article (from which the example is extracted): <p class="cite bg-info">Shotton, D. (2012). The Five Stars of Online Journal Articles - a Framework for Article Evaluation. In D-Lib Magazine, 18 (1/2). http://dx.doi.org/10.1045/january2012-shotton</p>

@prefix fivestars: <http://purl.org/spar/fivestars/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://dx.doi.org/10.1045/january2012-shotton>
    fivestars:hasPeerReviewRating
        "3"^^xsd:nonNegativeInteger ;
    fivestars:peerReviewRatingComment
        "Post-publication responsive peer review of the preprint." ;

    fivestars:hasOpenAccessRating
        "4"^^xsd:nonNegativeInteger ;
    fivestars:openAccessRatingComment
        "Gold/libre open access without author fee!" ;

    fivestars:hasEnhancedContentRating
        "1"^^xsd:nonNegativeInteger ;
    fivestars:enhancedContentRatingComment
        "Plentiful Web links in text and to all references. No
        additional semantic enhancement of text." ;

    fivestars:hasAvailableDatasetsRating
        "0"^^xsd:nonNegativeInteger ;

    fivestars:hasMachine-readableMetadataRating
        "1"^^xsd:nonNegativeInteger ;
    fivestars:machine-readableMetadataRatingComment
        "Structural markup in HTML only." ;

    fivestars:hasOverallFiveStarsRating
        "9"^^xsd:nonNegativeInteger ;
    fivestars:overallFiveStarsRatingComment
        "The nature of this article, being a position paper rather
        than a research paper with primary research data, has
        influenced the overall rating obtained." .

Please cite the source above with the following reference:

Peroni, Silvio (2015): Example of use of FiveStars #1. figshare. http://dx.doi.org/10.6084/m9.figshare.1560007