@prefix this: . @prefix sub: . @prefix fairmi: . @prefix dct: . @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_R1.1 a fairmi:FAIR-Maturity-Indicator; rdfs:label "FAIR Maturity Indicator Gen2-MI-R1.1"; foaf:primaryTopic fair:R1.1; fairmi:comments ""; fairmi:examples ""; fairmi:measuring "A pointer in the metadata to the data license"; fairmi:procedure """In hash-style (key/value) metadata, search for a \"license\" key. The value may be a link or a string In Linked-data style metadata, search for one of the following predicates: http://www.w3.org/1999/xhtml/vocab"""; fairmi:rationale "Data that does not have a license cannot (legitimately) be reused, since the conditions of that reuse are not known."; fairmi:relevance "All"; fairmi:requirements "The Metadata GUID."; fairmi:validation "\"License\" key exists, or one of the above predicates exists, and has a resolvable URI as its value" . } sub:provenance { sub:_1 dce:format "text/markdown"; a void:Dataset, dcat:Distribution; dcat:downloadURL fairmi:Gen2_MI_R1.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: dct:created "2019-02-26"^^xsd:dateTime; dct:rights ; dct:rightsHolder ; pav:authoredBy orcid:0000-0001-6960-357X; pav:createdBy orcid:0000-0002-1267-0234 . }