Nanopublication

< Home

ID

https://w3id.org/np/RAZ3miUVx1_tPNkNsk-0lCY0FSZSqWMnoC_TsxzLjmPuM

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix this: <https://w3id.org/np/RAZ3miUVx1_tPNkNsk-0lCY0FSZSqWMnoC_TsxzLjmPuM> .
@prefix sub: <https://w3id.org/np/RAZ3miUVx1_tPNkNsk-0lCY0FSZSqWMnoC_TsxzLjmPuM#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix ns1: <http://purl.org/np/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:fsrqualification a <https://w3id.org/fair/fip/terms/Available-FAIR-Supporting-Resource>,
      <https://w3id.org/fair/fip/terms/FAIR-Practice>, <https://w3id.org/fair/fip/terms/FAIR-Supporting-Resource>;
    <http://schema.org/url> <https://github.com/gofair-foundation/fsr_qualification>;
    rdfs:comment "A workflow to qualify FAIR Supporting Resource (FSR) records. Enables Go FAIR facilitators to verify that a FSR record is well defined (and to improve it if not). Qualified resources display the GFF tick mark in the FIP Wizard.";
    rdfs:label "FSR qualification";
    rdfs:seeAlso <https://github.com/gofair-foundation/fsr_qualification/blob/main/CONTRIBUTING.md> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-8958-8087 .
}

sub:pubinfo {
  orcid:0000-0002-8958-8087 foaf:name "Robin Bramley" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC9Myl1c9s+KhfI5js9K9nC/LEI45esZbbFC05y1mmAJJX5C97mKKU2JZBu4Z6CUP+s4SGtLdUW0CEHmE5W53ohL/KHOKPp+g+uZxUrpp2ghtPtSf+ZcUvWahEMAfGvwJjC9SGZ8PkPTHxfcqt/WGGz0+CYhsvMlTimVTzmtH0EnwIDAQAB";
    npx:hasSignature "qmiZb9VEMKKSqbMz/R1GAbDG5bbu8lzU4mJJ1pZL1/eBzbAzXzXLxA8ZecGNReyGodaOV3Nh3sThF3Mcd1f5huchq0pc55D9qCwtDgAe3KMSdG2kXyQymUGvWD7SZgNXFWeBYlPPmJiCYw9U1VZPvn7N1Lg8PAtdUGHqz2q0D5k=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-8958-8087 .
  
  this: dct:created "2024-02-26T15:15:23.965Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-8958-8087;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:hasNanopubType <https://w3id.org/fair/fip/terms/FAIR-Supporting-Resource>;
    npx:introduces sub:fsrqualification;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    rdfs:label "FAIR-practice: FSR qualification";
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM,
      ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAjEvf8XHfMUiYYekjVgV3NWJDrWTCPiRkHExuL7PFyvI> .
}