Nanopublication

< Home

ID

http://purl.org/np/RAgXlupFh_pDjajQhiU4OegxIF8zANt41NMBIaINKBtvs

Formats

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

Content

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAgXlupFh_pDjajQhiU4OegxIF8zANt41NMBIaINKBtvs> .
@prefix sub: <http://purl.org/np/RAgXlupFh_pDjajQhiU4OegxIF8zANt41NMBIaINKBtvs#> .
@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-portal a fip:FAIR-Implementation-Community;
    dcterms:isPartOf <http://purl.org/np/RA6XF1wBIQtBN9sH-UVnma7fZVlo6CsOW8syt-NKZt30E#wf-wp08-urbanhealth>;
    rdfs:comment "This is a community that is designing and developing a data platform for making SALURBAL data available to researchers working within the project. It is also thought that the data platform can be used by external researchers and stakeholders once the project is ended.";
    rdfs:label "SALURBAL-data-portal";
    rdfs:seeAlso <https://wonderful-moss-0f45f310f-162.eastus2.azurestaticapps.net/>;
    fip:has-research-domain <http://aims.fao.org/aos/agrovoc/c_37948>, <http://aims.fao.org/aos/agrovoc/c_7132>,
      <http://purl.obolibrary.org/obo/NCIT_C16495>, <http://purl.obolibrary.org/obo/NCIT_C17039> .
}

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

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "SF0tsV0U/aIXR4XPOqSZ+X2ZDkrfxVghxo0OZLazrHoX44omQZboOSe13OKVOnVbYq8+NNzrlOwicO9kePPXLIhj94dVsQTQLCZP0ltfIm5nyUjSb+3M/Nu+wb5fL3anjoBVRplduVr5nAH1xR4Ua0gyQl7dkoeJzc9Ndn38SXk=";
    npx:hasSignatureTarget this: .
  
  this: dcterms:created "2022-10-10T02:49:47Z"^^xsd:dateTime;
    dcterms:creator <https://fip-wizard.ds-wizard.org>;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:SALURBAL-portal;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/60a63805-b62f-4c48-9a22-f7d4472b9f48> .
}