@prefix dcterms: .
@prefix dc: .
@prefix this: .
@prefix sub: .
@prefix metrics: .
@prefix np: .
@prefix pav: .
@prefix prov: .
@prefix rdfs: .
@prefix xsd: .
@prefix fair: .
@prefix foaf: .
@prefix dcat: .
@prefix fm: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
metrics:FM_F2 a fair:FAIR-Metric;
foaf:primaryTopic fair:F2 .
}
sub:provenance {
sub:_1 dc:format "application/x-texinfo";
a , dcat:Distribution;
dcat:downloadURL .
sub:_2 dc:format "application/pdf";
a , dcat:Distribution;
dcat:downloadURL .
sub:assertion dcterms:author "Erik Schultes", "Luiz Bonino", "Mark Wilkinson", "Michel Dumontier",
"Peter Doorn", "Susanna Sansone";
dcterms:title "Machine-readability of metadata";
rdfs:comment "FAIR Metric for Fair Principle F2";
dcat:distribution sub:_1, sub:_2;
prov:wasGeneratedBy "FAIR Metrics Working Group";
fm:comments "None";
fm:examples """This URL can resolve to:
- A record in a metadata registry relevant to your digital object (e.g. FAIRsharing.org, FAIR Data Point, smartAPI editor)
- Your metadata on an HTML web page using schema.org
- A FAIR Accessor...
Semanticscience Integrated Ontology : http://semanticscience.org/ontology/sio.owl https://biosharing.org/bsg-s002686
Example of a DANS metadata-record of an archived dataset: https://easy.dans.knaw.nl/ui/datasets/id/easy-dataset:67859/tab/1
smartAPI's API metadata: https://raw.githubusercontent.com/WebsmartAPI/smartAPI/master/docs/iodocs/smartapi.json
Metadata record of a database: - GEO https://fairsharing.org/biodbcore-000441
Metadata record of a standard: - RDF https://fairsharing.org/bsg-s000559
Non-article Published Work
- my Zenodo Deposit for polyA (https://doi.org/10.5281/zenodo.47641)
- myExperiment Workflow (http://www.myexperiment.org/workflows/2999.html)
- Jupyter notebook on GitHub (https://github.com/VidhyasreeRamu/GlobalClimateChange/blob/master/GlobalWarmingAnalysis.ipynb)""";
fm:measuring "The availability of machine-readable metadata that describes a digital resource.";
fm:procedure "HTTP GET on the metadata URL. A response of [a 200,202,203 or 206 HTTP response after resolving all and any prior redirects. e.g. 301 -> 302 -> 200 OK] indicates that there is indeed a document. The second URL should resolve to the record of a registered file format (e.g. DCAT, DICOM, schema.org etc.) in a registry like FAIRsharing. Future ehnancements to FAIRSharing may include tags that indicate whether or not a given file format is generally-agreed to be machine-readable";
fm:rationale """This metric extit{does not} attempt to measure (or even define) 'Richness' - this will be defined in a future Metric. This metric is intended to test the format of the metadata - machine readability of metadata makes it possible to optimize discovery. For instance, Web search engines suggest the use of particular structured metadata elements to optimize search. Thus, the machine-readability aspect can help people and machines find a digital resource of interest.""";
fm:relevance "All";
fm:requirements "A URL to a document that contains machine-readable metadata for the digital resource. Furthermore, the file format must be specified.";
fm:validation "Machine-readable or Machine-not-readable" .
}
sub:pubinfo {
this: dcterms:created "2017-11-20T00:00:00.0Z"^^xsd:dateTime;
dcterms:rights ;
dcterms:rightsHolder ;
pav:authoredBy "Mark Wilkinson", ;
pav:versionNumber "1" .
}