@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix npx: .
@prefix xsd: .
@prefix orcid: .
@prefix rdfs: .
@prefix fip: .
@prefix prov: .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:PITHIA a fip:FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource-to-be-Developed,
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 "Plasmasphere-Thermosphere-Ionosphere Ontology";
rdfs:seeAlso .
}
sub:provenance {
sub:assertion dcterms:creator orcid:0000-0003-1006-2822 .
}
sub:pubinfo {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
npx:hasSignature "VUPo4/mMiin53S4xGE3lYZuf1JgDnn1RL3tQdbrxoD8pIW6PuDq9onnfQLlS+UMQ71kFYtzg0+iP/wtSTmBQbAjKvEO7kuoAq7KnuZgBWVVuOTTRSKwa8DySzDpBRRCFSZi0Yzo7303P0qWtDmpU8/pL4LXIy1LCHcOJh0UQS5Y=";
npx:hasSignatureTarget this: .
this: dcterms:created "2022-02-10T13:44:21Z"^^xsd:dateTime;
dcterms:creator ;
dcterms:license ;
npx:introduces sub:PITHIA;
prov:wasDerivedFrom .
}