@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_F4 a fairmi:FAIR-Maturity-Indicator; rdfs:label "FAIR Maturity Indicator Gen2-MI-F4"; foaf:primaryTopic fair:F4; fairmi:comments ""; fairmi:examples ""; fairmi:measuring "The degree to which the digital resource can be found using web-based search engines."; fairmi:procedure """The provided GUID is resolved to its metadata (i.e. a document) and the address of that document is captured (which may be distinct from the GUID itself) The GUID is then used in a search. The top 50 results of that search are compared to the address of the metadata document. Hash metadata is parsed for the keys \"title\", and \"keywords\", and those values are captured and used in a search. The top 50 results of that search are compared to the address of the metadata document. Graph metadata is queried for predicates containing \"title\" or \"keyword\", and those values are captured and used in a search. The top 50 results of that search are compared to the address of the metadata document."""; fairmi:rationale """Most people use a search engine to initiate a search for a particular digital resource of interest. If the resource or its metadata are not indexed by web search engines, then this would substantially diminish an individual’s ability to find and reuse it. Thus, the ability to discover the resource should be tested using i) its identifier, ii) other text-based metadata."""; fairmi:relevance "All"; fairmi:requirements "The Metadata GUID."; fairmi:validation "Metadata document address is found in top 50 search results" . } sub:provenance { sub:_1 dce:format "text/markdown"; a void:Dataset, dcat:Distribution; dcat:downloadURL fairmi:Gen2_MI_F4.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 . }