Nanopublication

< Home

ID

https://w3id.org/np/RAKQ6i8uTZb3HcQANrkXi0ITPAUSl01EiX9-rwY3NGz8I

Formats

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

Content

@prefix this: <https://w3id.org/np/RAKQ6i8uTZb3HcQANrkXi0ITPAUSl01EiX9-rwY3NGz8I> .
@prefix sub: <https://w3id.org/np/RAKQ6i8uTZb3HcQANrkXi0ITPAUSl01EiX9-rwY3NGz8I/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  <https://w3id.org/fair/fip/terms/FAIR-Enrichment-Service> a <http://www.w3.org/2002/07/owl#Class>;
    dct:isPartOf <https://w3id.org/fair/fip/terms/FIP-Ontology>;
    rdfs:label "FAIR Enrichment Service";
    rdfs:subClassOf <https://w3id.org/fair/fip/terms/FAIR-Supporting-Resource>, <https://w3id.org/fair/fip/terms/FAIR-Supporting-Technology>;
    <http://www.w3.org/2004/02/skos/core#definition> "An online resource that enhances the FAIRness of existing resources through AI software or other techniques with suggested semantic metadata and mappings.";
    <https://w3id.org/fair/fip/terms/supports> <https://w3id.org/fair/principles/terms/R1.3> .
}

sub:provenance {
  sub:assertion <http://www.w3.org/ns/prov#wasAttributedTo> <https://orcid.org/0000-0002-1267-0234>,
      <https://orcid.org/0000-0003-2195-3997>;
    <http://www.w3.org/ns/prov#wasDerivedFrom> <https://w3id.org/np/RAD-h7437fZzBpHKtrBsUicxCiLSE6ZMFEZ9fsx9RUyxc> .
}

sub:pubinfo {
  this: dct:created "2026-08-11T19:04:52Z"^^xsd:dateTime;
    dct:creator <https://orcid.org/0000-0002-1267-0234>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces <https://w3id.org/fair/fip/terms/FAIR-Enrichment-Service>;
    npx:supersedes <https://w3id.org/np/RAAQAckz6TjDbTAwXHMgjhEGAa7b57WVLCIkqwny8Eb9E>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAbb0YfzIdoM-3COyaCMtjH7UnMqkqxIEiUM5y1vCSWrQ> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "nZBoGFhXqc44D/DKpUOPz5qnJ6ZHw7lnDjCCG/wHAKD0/WajCvFvfu2GvREx/yO3RbjbJBjFpU4WM4y4zzaAe9hjQJTto7cdBw8d5ehyWVc+LcurS6W5D5BVBaB+OvLN6mOsz9/JWpTnsMPLN4rvj4vqG6DUXJsoTzaPAQ7ZJZw=";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0002-1267-0234> .
}