@prefix this: . @prefix sub: . @prefix metrics: . @prefix dcterms: . @prefix dcelem: . @prefix np: . @prefix pav: . @prefix prov: . @prefix rdfs: . @prefix xsd: . @prefix fair: . @prefix foaf: . @prefix dcat: . @prefix fm: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { metrics:FM_R1.1 a fair:FAIR-Metric; foaf:primaryTopic fair:R1.1 . } sub:provenance { sub:_1 dcelem:format "application/x-texinfo"; a , dcat:Distribution; dcat:downloadURL . sub:_2 dcelem:format "application/pdf"; a , dcat:Distribution; dcat:downloadURL . sub:assertion dcterms:author "Erik Schultes", "Luiz Bonino", "Mark Wilkinson", "Michel Dumontier", "Peter Doorn", "Susanna Sansone"; dcterms:title "Accessible Usage License"; rdfs:comment "FAIR Metric for Fair Principle R1.1"; dcat:distribution sub:_1, sub:_2; prov:wasGeneratedBy "FAIR Metrics Working Group"; fm:comments "None"; fm:examples "None"; fm:measuring "The existence of a license document, for BOTH (independently) the data and its associated metadata, and the ability to retrieve those documents"; fm:procedure "Resolve the IRI(s) using its associated resolution protocol"; fm:rationale "A core aspect of data reusability is the ability to determine, unambiguously and with relative ease, the conditions under which you are allowed to reuse the (meta)data. Thus, FAIR data providers must make these terms openly available. This applies both to data (e.g. for the purpose of third-party integration with other data) and for metadata (e.g. for the purpose of third-party indexing or other administrative metrics)"; fm:relevance "All"; fm:requirements "IRI of the license (e.g. its URL) for the data license and for the metadata license"; fm:validation "A document containing the license information" . } sub:pubinfo { this: dcterms:created "2017-11-21T00:00:00.0Z"^^xsd:dateTime; dcterms:rights ; dcterms:rightsHolder ; pav:authoredBy "Mark Wilkinson", ; pav:versionNumber "1" . }