@prefix dcterms: . @prefix dc: . @prefix this: . @prefix sub: . @prefix fairmi: . @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_A1.1 a fairmi:FAIR-Maturity-Indicator; rdfs:label "FAIR Maturity Indicator Gen2-MI-A1.1"; foaf:primaryTopic fair:A1.1; fairmi:comments ""; fairmi:examples ""; fairmi:measuring "If the resolution protocol is universally implementable with an open protocol"; fairmi:procedure """The GUID (either data or metadata) is mapped to a resolution protocol. This resolution protocol is queried in FAIRSharing to determine if it meets the requirements of FAIRness."""; fairmi:rationale "Access to a resource may be limited by the specified communication protocol. In particular, we are worried about access to technical specifications and any costs associated with implementing the protocol. Protocols that are closed source or that have royalties associated with them could prevent users from being able to obtain the resource."; fairmi:relevance "All"; fairmi:requirements "The Metadata GUID."; fairmi:validation "FAIRSharing registry says the protocol is FAIR" . } sub:provenance { sub:_1 dc:format "text/markdown"; a void:Dataset, dcat:Distribution; dcat:downloadURL fairmi:Gen2_MI_A1.1.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 . }