Nanopublication

< Home

ID

http://purl.org/np/RA_Cpl5jMyklnCuVSGhC_rRygjtsCQhvFawT8flydZlAE

Formats

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

Content

@prefix this: <http://purl.org/np/RA_Cpl5jMyklnCuVSGhC_rRygjtsCQhvFawT8flydZlAE> .
@prefix sub: <http://purl.org/np/RA_Cpl5jMyklnCuVSGhC_rRygjtsCQhvFawT8flydZlAE#> .
@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:SPO a <fip:FAIR-Enabling-Resource-to-be-Developed>, fip:FAIR-Enabling-Resource,
      fip:Structured-vocabulary;
    rdfs:comment "The Plasmasphere-Thermosphere-Ionosphere Integrated Research Environment and Access Network of Research Facilities (PITHIA-NRF) is developing an ontology for data from the upper atmosphere to near-Earth space region. The ontology will be a modified and simplified version of the ESPAS FP7 ontology and based on standards. It will be centred around the concept of Data Collections.";
    rdfs:label "Space Physics Ontology";
    rdfs:seeAlso <https://pithia-nrf.eu/> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-1006-2822 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "GwjIaLQAFTeF3oOgzwqNrq2nAZgNJgdXzv4vQOR68O1ot+xK7dijUMHcJCnRzmsztt9VufGkqP12QkdDaK85rUcJoA6mR7jBEVHdgl/8zWxROZXnHKWgmD9d5a5csuoODN6O4gx29DqM7ue+Ct/uJkIIYPBQLttv8xreKP0jxSo=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2023-03-08T12:29:50Z"^^xsd:dateTime;
    dct:creator <https://fip-wizard.ds-wizard.org>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:SPO;
    npx:supersedes <http://purl.org/np/RAWPLleMWdE9qtyLRNPpdPh3gN4goPcI1B7VEBQuW63LA>;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/e85b1c04-a896-4f4d-9a4e-41f35fb78ca8> .
}