Nanopublication

< Home

ID

https://w3id.org/np/RADG6nz-WCZ_ePIpGLWrv--hmmEkRGvBlVS5FYCIhMmIw

Formats

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

Content

@prefix this: <https://w3id.org/np/RADG6nz-WCZ_ePIpGLWrv--hmmEkRGvBlVS5FYCIhMmIw> .
@prefix sub: <https://w3id.org/np/RADG6nz-WCZ_ePIpGLWrv--hmmEkRGvBlVS5FYCIhMmIw#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix oa: <https://www.w3.org/ns/oa#> .
@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#> .
@prefix obo: <http://purl.obolibrary.org/obo/> .

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

sub:assertion {
  sub:RinggoldIdentifyDB a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource,
      fip:Registry;
    obo:ECO_9000001 <https://doi.org/10.25504/FAIRsharing.41b655>;
    <http://schema.org/url> <https://www.ringgold.com/>;
    rdfs:comment "A curated database of over 600,000 organization records with rich hierarchies and over 30 descriptive metadata elements.";
    rdfs:label "Ringgold Identify Database";
    fip:has-target-group fip:Cross-domain-communities;
    oa:hasPurpose obo:T4FS_0000430 .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-8061-236X .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "eUd4UKDfQXG/L0T6okalldCNfQAosZJq+4HPp7daSEpzw0vgn3T7LRHTvo0MXYf2CGLCrIyy5UFJ8aYjrPx8DWEEONaNBNPjdOnkvJrIksRvqGSIbWHVjv/1PzvSQu8FvQSFOfk36orIFAq70hr/gtg6ovrNlB74m959yn+HEa8=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2024-06-10T13:36:20Z"^^xsd:dateTime;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:RinggoldIdentifyDB;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/152b5e1f-cfc1-4863-94e4-3c617c553640> .
}