Nanopublication

< Home

ID

https://w3id.org/np/RAHY0JxUUqCO6v2hGw6iGrMpVdrmp0n3ScUDG-P17VsAM

Formats

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

Content

@prefix this: <https://w3id.org/np/RAHY0JxUUqCO6v2hGw6iGrMpVdrmp0n3ScUDG-P17VsAM> .
@prefix sub: <https://w3id.org/np/RAHY0JxUUqCO6v2hGw6iGrMpVdrmp0n3ScUDG-P17VsAM#> .
@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:FOS a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:Structured-vocabulary;
    rdfs:comment "The Field of Science and Technology (FOS) classification is a standardized system developed by the OECD to categorize scientific research and academic disciplines. It is widely used for statistical reporting, research funding, and metadata classification, including in the European Open Science Cloud (EOSC) and Horizon Europe. The FOS includes broad fields like Natural Sciences, Engineering, Medical Sciences, and Social Sciences, with subfields for more detailed categorization.";
    rdfs:label "FOS | Field of science and technology classification" .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-0384-5490 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "JMv8fhIxoIle8Gge1pNnqZOQtxLuLL1epF6MbJV7q3+xnWbrBUNtS5xQi9whB64fMnAH19bCXe63zGutpInyQmZOqboHybVPKfuuLek/Bi4DffUHAKIDXq0+3Tu1P3HwtClRMOWvHwqC5Ey/+XKZ0ZuANo7KvoufFMl2Tzx14DY=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2025-07-08T13:20:30Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:FOS;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/ff9a1e0d-2d5f-42b8-8538-9236000680bc> .
}