Nanopublication

< Home

ID

https://w3id.org/np/RAxxJidKvIoMLsIpIsGF22S2m1zrW42zSQ1l0hz4OHYkc

Formats

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

Content

@prefix this: <https://w3id.org/np/RAxxJidKvIoMLsIpIsGF22S2m1zrW42zSQ1l0hz4OHYkc> .
@prefix sub: <https://w3id.org/np/RAxxJidKvIoMLsIpIsGF22S2m1zrW42zSQ1l0hz4OHYkc#> .
@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:TripperAnnotationSchema a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource,
      fip:Metadata-data-linking-schema, fip:Metadata-schema;
    rdfs:comment "Basic annotation schema used in Tripper for handling data and metadata in a knowledge base. Based on DCAT-AP, so compatible with all DCAT-aware services.";
    rdfs:label "Tripper Annotation Schema";
    fip:has-description-source <https://raw.githubusercontent.com/EMMC-ASBL/tripper/refs/heads/master/tripper/context/0.2/context.json> .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0001-8869-3718 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "AHYPX/SX02/TOqoB/liwfB0k2EFC5vyfgDGmAaRTBAQMp7YgYJjUervGOWOL04Pbhe8R0mig1Lwu+d8XT6ULoa90k/20eiLKYXlmOTZYnyUqJ1OxqiGS6MrFoMiBuPi46P3sTY/QP/hfNN5oJzXhEjgMGbA2fpqgr43c6dn7+DA=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2025-03-13T09:35:54Z"^^xsd:dateTime;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:TripperAnnotationSchema;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/26166abb-5a1e-4046-9bae-d382eb37417a> .
}