Nanopublication

< Home

ID

https://w3id.org/np/RAk029FqmGOJnYIukGkk5pLSaviE0lvWDo3maMcqmFYRg

Formats

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

Content

@prefix this: <https://w3id.org/np/RAk029FqmGOJnYIukGkk5pLSaviE0lvWDo3maMcqmFYRg> .
@prefix sub: <https://w3id.org/np/RAk029FqmGOJnYIukGkk5pLSaviE0lvWDo3maMcqmFYRg/> .
@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:ACTRIS-DC a fip:FAIR-Implementation-Community, fip:Mature-Community;
    rdfs:comment "The mission of the ACTRIS Data Centre is to compile, archive and provide access to well documented and traceable ACTRIS measurement data and data products, including digital tools for data quality control, analysis, visualisation, and research. As a tool for science, the highest priorities for the ACTRIS DC are to maintain and increase the availability of ACTRIS data and data products relevant to climate and air quality research for all interested users. The ACTRIS Data Centre provides scientists and other user groups with free and open access to all ACTRIS data, complemented with access to innovative and mature data products, together with tools for quality assurance, data analysis and research.";
    rdfs:label "ACTRIS Data Centre";
    rdfs:seeAlso <https://actris.eu/topical-centre/data-centre>;
    fip:has-description-source <https://actris.eu/topical-centre/data-centre> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-8301-1319 .
}

sub:pubinfo {
  this: dct:created "2026-05-06T10:36:35Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:ACTRIS-DC;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/2a4bde04-6cb8-4bbd-ab35-1f9f4edb64f4> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "dc4N3HWhqAA+vxY9xVaHbigyOkn5FV7CkumItSmwaDVWLEdKL9b5+z4UHDbFiQOGnpfQ5Gx5oA6FMGOhpKVOeQwEZYtEsYgssLmkqlKS8Ce+WUJqiqdv57nfUculjvVHM5zd4ojpLUlVvlBrREL1xXhIwlssftNvyQ2Z/tYeLwI=";
    npx:hasSignatureTarget this: .
}