@prefix dcterms: . @prefix this: . @prefix sub: . @prefix fairmi: . @prefix dce: . @prefix np: . @prefix pav: . @prefix rdfs: . @prefix xsd: . @prefix fair: . @prefix foaf: . @prefix dcat: . @prefix orcid: . @prefix void: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { fairmi:Gen2_MI_I2B a fairmi:FAIR-Maturity-Indicator; rdfs:label "FAIR Maturity Indicator Gen2-MI-I2B"; foaf:primaryTopic fair:I2; fairmi:comments ""; fairmi:examples ""; fairmi:measuring "If the (meta)data uses vocabularies that are, themselves, FAIR"; fairmi:procedure """Any Linked Data that can be found after resolution of the GUID is tested for the resolution of a subset of properties (predicates) present in it. Some proportion of these should resolve to Linked Data via content-negotiation (the creator of the associated Maturity Test will decide what that proportion should be)"""; fairmi:rationale """It is not possible to unambiguously interpret metadata represented as simple keywords or other non-qualified symbols. For interoperability, it must be possible to identify data that can be integrated like-with-like. This requires that the data, and the provenance descriptors of the data, should (where reasonable) use vocabularies and terminologies that are, themselves, FAIR. In this strict Maturity Indicator, we test if the vocabulary terms resolve to machine-readable linked data. A second Maturity Indicator (Gen2-FM-I2A) is looser than this MI."""; fairmi:relevance "All"; fairmi:requirements "The Metadata GUID."; fairmi:validation "Successful resolution of a proportion of predicates in Linked Data to more linked data" . } sub:provenance { sub:_1 dce:format "text/markdown"; a void:Dataset, dcat:Distribution; dcat:downloadURL fairmi:Gen2_MI_I2B.md . sub:assertion pav:authoredBy orcid:0000-0001-5306-5690, orcid:0000-0001-6960-357X, orcid:0000-0001-8888-635X, orcid:0000-0002-1164-1351, orcid:0000-0003-4727-9435; dcat:distribution sub:_1 . } sub:pubinfo { orcid:0000-0001-6960-357X foaf:name "Mark Wilkinson" . this: dcterms:created "2019-02-26"^^xsd:dateTime; dcterms:rights ; dcterms:rightsHolder ; pav:authoredBy orcid:0000-0001-6960-357X; pav:createdBy orcid:0000-0002-1267-0234 . }