FAIR* Reviews Ontology (FR)

URL
http://purl.org/spar/fr (alternative at w3id.org)
DOI
10.25504/FAIRsharing.e7e609
Documentation
http://purl.org/spar/fr.html
Source
http://purl.org/spar/fr.xml (RDF/XML)
http://purl.org/spar/fr.ttl (Turtle)
http://purl.org/spar/fr.nt (N-triples)
http://purl.org/spar/fr.json (JSON-LD)
Repository
https://github.com/sparontologies/fr

The FAIR* Reviews Ontology (FR) defines a set of classes, properties and axioms, for describing research reviews as semantic objects, reusing standard existing vocabularies using ontology engineering techniques.

Examples of use of FR

  1. Describing a workshop review.

Describing a workshop review.

[FR](/ontologies/fr) is used to describe a workshop review. More precisely the example represents the instantiation of the model for an existing review issued for the SemSci2017 workshop. The original review is [available](https://semsci.github.io/semSci2017/openReview/Paper2Reviews.txt) as plain text online.

@prefix fr: <http://purl.org/spar/fr/> .
@prefix bido: <http://purl.org/spar/bido/> .
@prefix cito: <http://purl.org/spar/cito/> .
@prefix fr: <http://purl.org/spar/fr/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix c4o: <http://purl.org/spar/c4o/> .
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix literal: <http://www.essepuntato.it/2010/06/literalreification/> .
@prefix dcterms: <http://purl.org/dc/terms/> .

<https://w3id.org/fr/resource/paper/1>
    rdf:type fabio:ConferencePaper ;
    fabio:hasURL "http://ceur-ws.org/Vol-1931/paper-01.pdf"^^xsd:anyURI .

<https://w3id.org/fr/resource/pid/1>
    rdf:type datacite:PersonalIdentifier ;
    datacite:usesIdentifierScheme datacite:orcid ;
    literal:hasLiteralValue "0000-0001-8296-8629" .

<https://w3id.org/fr/resource/review/1> a fabio:Review ;
    frbr:realization <https://w3id.org/fr/resource/rev/1> .

<https://w3id.org/fr/resource/rev/1>
    rdf:type fr:ReviewVersion ;
    frbr:creator <http://w3id.org/people/idafensp> ;
    dcterms:language <http://www.lexvo.org/page/iso639-3/eng> ;
    dcterms:license <https://creativecommons.org/licenses/by-sa/4.0> ;
    fr:hasRating bido:sa-sr-bl-wacc ;
    fr:hasReviewerConfidence bido:acl-1-5-acl4 ;
    cito:reviews <https://w3id.org/fr/resource/paper/1> ;
    fr:issuedAt <https://easychair.org> ;
    fr:issuedFor <https://semsci.github.io/semSci2017> ;
    fr:releasedBy <https://semsci.github.io/semSci2017> ;
    dcterms:issued "2017-08-22"^^xsd:date ;
    c4o:hasContent """The paper introduces SMS, a platform for for data integration
                      in the context of STI. The paper is general well written, proposing
                      an interesting contribution as well as sufficient evidences, in the
                      form of pointers to online resources, to support its claims.

                      It is not clear though which is the research question being targeted
                      in this paper. The paper elaborates on the features of the SMS platform,
                      including its models and its applications, but lacks to provide insights
                      on the novelty of the approach and how it compares to others.

                      Also, authors could consider adding some narrative to section 3, or
                      even better, try to include those use cases as part of the descriptions
                      of the SMS platform along section 2.

                      As a minor comment, the abstract and the first paragraph of section 1
                      are almost identical. Authors should consider removing or rephrasing
                      them."""^^rdfs:Literal .