@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_A1.2 a fair:FAIR-Metric ; foaf:primaryTopic fair:A1.2 . } 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 "Access authorization" ; rdfs:comment "FAIR Metric for Fair Principle A1.2" ; dcat:distribution sub:_1 , sub:_2 ; prov:wasGeneratedBy "FAIR Metrics Working Group" ; fm:comments "None" ; fm:examples "None" ; fm:measuring "Specification of a protocol to access restricted content." ; fm:procedure "Computational validation of the data provided" ; fm:rationale "Not all content can be made available without restriction. For instance, access and distribution of personal health data may be restricted by law or by organizational policy. In such cases, it is important that the protocol by which such content can be accessed is fully specified. Ideally, electronic content can be obtained first by applying for access. Once the requester is formally authorized to access the content, they may receive it in some electronic means, for instance by obtaining an download URL, or through a more sophisticated transaction mechanism (e.g. authenticate, authorize), or by any other means. The goal should be to reduce the time it takes for valid requests to be fulfilled." ; fm:relevance "All" ; fm:requirements """i) true/false concerning whether authorization is needed ii) a URL that resolves to a description of the process to obtain access to restricted content. """ ; fm:validation "A valid answer contains a true or false for the first question. if true, an HTTP GET on the URL provided should return a 200, 202, 203, or 206 HTTP Response after resolving all redirects." . } sub:pubinfo { this: dcterms:created "2017-11-21T00:00:00.0Z"^^xsd:dateTime ; dcterms:rights ; dcterms:rightsHolder ; pav:authoredBy "Mark Wilkinson" , ; pav:versionNumber "1" . }