| as_rdf | R Documentation |
Emits the assessment as W3C Data Quality Vocabulary quality measurements plus a schema.org Rating, the machine-readable form the F-UJI service publishes.
as_rdf(x, format = c("jsonld", "turtle"))
x |
A fair_assessment object. |
format |
|
A character scalar of serialized RDF.
a <- assess_fair("https://doi.org/10.5281/zenodo.8347772")
cat(as_rdf(a))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.