|
| 1 | +@prefix vcard: <http://www.w3.org/2006/vcard/ns#> . |
| 2 | +@prefix ftr: <https://w3id.org/ftr#> . |
| 3 | +@prefix dcterms: <http://purl.org/dc/terms/> . |
| 4 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 5 | +@prefix foaf: <http://xmlns.com/foaf/0.1/> . |
| 6 | +@prefix dcat: <http://www.w3.org/ns/dcat#> . |
| 7 | +@prefix dpv: <https://w3id.org/dpv#> . |
| 8 | +@prefix schema: <https://schema.org/> . |
| 9 | +@prefix vivo: <http://vivoweb.org/ontology/core#> . |
| 10 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 11 | +@prefix dqv: <http://www.w3.org/ns/dqv#> . |
| 12 | + |
| 13 | +<https://w3id.org/fair-metrics/general/FM_F3_M_DataIdent> |
| 14 | + a ftr:Metric, dcat:Dataset ; |
| 15 | + rdfs:isDefinedBy <https://fairmetrics.github.io/Metrics/metric/general/FM_F3_M_DataIdent.ttl> ; |
| 16 | + |
| 17 | + ftr:identifier "https://w3id.org/fair-metrics/general/FM_F3_M_DataIdent"^^xsd:anyURI ; |
| 18 | + dcterms:title "FAIR Metric - F3 - Metadata - includes its own identifier" ; |
| 19 | + vivo:abbreviation "FM_F3_M_DataIdent" ; |
| 20 | + dcat:landingPage <https://w3id.org/fair-metrics/general/FM_F3_M_DataIdent> ; |
| 21 | + |
| 22 | + dcterms:description """<p>This metric evaluates whether the metadata record explicitly includes the |
| 23 | + identifier of the research object(s) it describes. |
| 24 | +<p><p> |
| 25 | +F3 requires that metadata include the identifier(s) of the research object(s) it describes. |
| 26 | +To align with FAIR, if a metadata record is separated from its associated research object |
| 27 | + (which is common in harvesting and indexing), the connection between them must be |
| 28 | + explicitly preserved. This metric is concerned with the explicit linkage aspect |
| 29 | + of FAIR; F3 ensures that a machine-actionable relationship exists, allowing |
| 30 | + harvesters to unambiguously navigate from a descriptive metadata record |
| 31 | + back to the research object itself. Because many research objects cannot be |
| 32 | + arbitrarily extended to include references to their metadata, in many cases the |
| 33 | + only means to discover the metadata related to a research object will be |
| 34 | + to search based on the identifier of the research object itself. |
| 35 | +<p><p> |
| 36 | +While Principle F1 focuses on the qualities of the identifier schema |
| 37 | +being used (globally unique, persistent and resolvable), Principle F3 |
| 38 | +relates to the linkage aspects of the research object identifier. It does not |
| 39 | +mandate that the identifier of the research object within the metadata record |
| 40 | +be immediately resolvable; rather, it requires that the identifier is present, |
| 41 | + and formally structured so that the relationship can be maintained and |
| 42 | + indexed by automated services. |
| 43 | +<p><p> |
| 44 | +The discovery of a research object should be possible |
| 45 | +from its metadata. For this to happen, the metadata must explicitly |
| 46 | +contain the identifier for the digital resource it describes, and this |
| 47 | +should be present in the form of a qualified reference. This metric |
| 48 | +evaluates whether the identifier provided as input resolves to |
| 49 | +metadata that contains a research object identifier. Further, |
| 50 | + that research object identifier must be distinguished |
| 51 | + from the numerous other fields and values that will be present in the metadata. |
| 52 | +""" ; |
| 53 | + dcat:keyword "FAIR", "F3", "identifier", "metadata" ; |
| 54 | +dqv:inDimension <https://doi.org/10.25504/FAIRsharing.820324> ; |
| 55 | + dcat:landingPage <https://w3id.org/fair-metrics/general/FM_F3_M_DataIdent> ; |
| 56 | + |
| 57 | + |
| 58 | + dcat:contactPoint [ |
| 59 | + a vcard:Individual ; |
| 60 | + vcard:fn "Allyson L. Lister" ; |
| 61 | + vivo:orcidId <http://orcid.org/0000-0002-7702-4495> ; |
| 62 | + vcard:hasEmail <mailto:allyson.lister@oerc.ox.ac.uk> ; |
| 63 | + ] ; |
| 64 | + |
| 65 | + dcat:contactPoint [ |
| 66 | + a vcard:Individual ; |
| 67 | + vcard:fn "Mark D. Wilkinson" ; |
| 68 | + vcard:organization-name "Wilkinson Laboratory, UPM, Madrid"; |
| 69 | + vcard:hasEmail <mailto:mark.wilkinson@upm.es> ; |
| 70 | + ] ; |
| 71 | + |
| 72 | + ftr:status "Active"@en ; |
| 73 | + dcterms:issued "2026-05-13"^^xsd:date ; |
| 74 | + dcterms:modified "2026-05-13"^^xsd:date ; |
| 75 | + |
| 76 | + dcat:version "Champion1.0" ; |
| 77 | + |
| 78 | + ftr:applicationArea <http://www.fairsharing.org/ontology/subject/SRAO_0000401> ; |
| 79 | + dcterms:license <https://creativecommons.org/licenses/by/4.0/> ; |
| 80 | + |
| 81 | + |
| 82 | + ftr:supportedBy <https://w3id.org/FAIR-Champion> ; |
| 83 | + dpv:isApplicableFor schema:CreativeWork . |
| 84 | + |
0 commit comments