Nanopublication

< Home

ID

https://w3id.org/np/RA-D6d1HtDuA6vNlpIdMbfA3mabehDbk5knyxX18-YqpE

Formats

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

Content

@prefix this: <https://w3id.org/np/RA-D6d1HtDuA6vNlpIdMbfA3mabehDbk5knyxX18-YqpE> .
@prefix sub: <https://w3id.org/np/RA-D6d1HtDuA6vNlpIdMbfA3mabehDbk5knyxX18-YqpE#> .
@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 {
  sub:IGS a fip:FAIR-Implementation-Community, fip:Mature-Community;
    rdfs:comment "The International GNSS Service (IGS) is a voluntary federation of over 200 self-funding agencies, universities, and research institutions in more than 100 countries/regions; working together to provide the highest precision GPS satellite orbits in the world. It has ensured open access, high-quality GNSS data products since 1994. These products enable access to the definitive global reference frame for scientific, educational, and commercial applications – a tremendous benefit to the public, and key support element for scientific advancements.";
    rdfs:label "IGS | International GNSS Service";
    rdfs:seeAlso <https://igs.org/>;
    fip:has-description-source <https://igs.org/about/>;
    fip:has-research-domain <http://aims.fao.org/aos/agrovoc/c_3228> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-9115-0439 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "eWlquWNhNzpzlGeHhjmsjCGT7BOz3CLpRopuy/P2nV8vGbhyBma6ZVFGubw454E0QE+QmXyJixX80o5/Wzu5h16rDdQ2jPS89ZaeMbBg26Wr6VUSwEk8t9rlhZNVNeJ3ciFYvGRAd0EoA+MH6MBM0EXAhDV9s7FAGIDKv2VuGPI=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2025-04-14T14:52:46Z"^^xsd:dateTime;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:IGS;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/30a22399-5657-47f7-bce6-733a3b56c0a7> .
}