Nanopublication

< Home

ID

http://purl.org/np/RAOM5tzZC935CEXgIJ_SKHQCmrSiAGDVQQM7y_64XKcQI

Formats

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

Content

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAOM5tzZC935CEXgIJ_SKHQCmrSiAGDVQQM7y_64XKcQI> .
@prefix sub: <http://purl.org/np/RAOM5tzZC935CEXgIJ_SKHQCmrSiAGDVQQM7y_64XKcQI#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .

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

sub:assertion {
  sub:SALURBAL-FAIR a fip:Authentication-and-authorization-service, fip:Available-FAIR-Enabling-Resource,
      fip:Communication-protocol, fip:FAIR-Enabling-Resource, fip:Identifier-service, fip:Knowledge-representation-language,
      fip:Metadata-data-linking-schema, fip:Metadata-schema, fip:Provenance-model, fip:Registry,
      fip:Semantic-model, fip:Structured-vocabulary;
    rdfs:comment "This is the strategy SALURBAL is developing to implement FAIR principles into the data portal";
    rdfs:label "SALURBAL FAIR strategy";
    rdfs:seeAlso <https://drexel-uhc.github.io/salurbal-project-dashboard/pages/fair/> .
}

sub:provenance {
  sub:assertion dcterms:creator orcid:0000-0001-8100-422X .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "ECEJrrnRjZRhGYa1oKzebz+pRzHxn2eR5pRKmW965g63R0ZGiNXseoEGne3DnY446wf77ZLk7TAdF4Pyfc8p866AIcMCe2I9/+Vf/RI4nLCLoUdBYLLWunmqnkpuxUr35pWZGu+t3NT5Lj2VnZ04qgHFpEmf8mn4amVwkrKFrVo=";
    npx:hasSignatureTarget this: .
  
  this: dcterms:created "2022-10-10T03:02:43Z"^^xsd:dateTime;
    dcterms:creator <https://fip-wizard.ds-wizard.org>;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:SALURBAL-FAIR;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/d1d22ee0-e536-49be-8d52-648283b1df91> .
}