Nanopublication

< Home

ID

https://w3id.org/np/RAJgattnPtVG-6wzRGx9BRaCoLfSdgt8YPGbmuVqVJ7fM

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAJgattnPtVG-6wzRGx9BRaCoLfSdgt8YPGbmuVqVJ7fM> .
@prefix sub: <https://w3id.org/np/RAJgattnPtVG-6wzRGx9BRaCoLfSdgt8YPGbmuVqVJ7fM#> .
@prefix schema: <http://schema.org/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@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 {
  <https://doi.org/10.25504/FAIRsharing.0a674c> a fip:Available-FAIR-Enabling-Resource,
      fip:FAIR-Enabling-Resource, fip:Generalist-Registry, fip:Registry;
    schema:url <https://www.scopus.com/>;
    rdfs:comment "Scopus is an abstract and citation database of peer-reviewed literature across all research areas. It provides tools for visualization, tracking and analysis of its data.  Non-subscribed users access Scopus through Scopus Preview, which allows the searching of authors and source material (e.g. journal) titles.";
    rdfs:label "Scopus";
    rdfs:seeAlso <https://doi.org/10.25504/FAIRsharing.0a674c>;
    fip:targets <https://w3id.org/gff/rao/terms/scientific_literature> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0009-0001-5207-4138;
    prov:wasDerivedFrom <https://doi.org/10.25504/FAIRsharing.0a674c> .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "eMMmbA77gcL6dTXY2Q0uKXhtbLPAWsx+Lw+iTYvzNvTS/Dj2Yft5ibBlyFhqxlUEF8+YoZnDw5wUph1bX/6p1ZsprC3OhfSw6idpTM1EB0BHO8pnCrze7G46J41y9uxapo1sjAFcIT4rWIcHoq13Tn07RRQYXRonMRiripcrRLc=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2025-06-05T13:47:55Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:describes <https://doi.org/10.25504/FAIRsharing.0a674c>;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/a0791c71-a09d-4475-a929-ba8852eb120a> .
}