Nanopublication

< Home

ID

https://w3id.org/np/RA6y74vK_q0HNNMdG-9m0InYOOlYaLyOjUZeqPgznbzRU

Formats

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

Content

@prefix this: <https://w3id.org/np/RA6y74vK_q0HNNMdG-9m0InYOOlYaLyOjUZeqPgznbzRU> .
@prefix sub: <https://w3id.org/np/RA6y74vK_q0HNNMdG-9m0InYOOlYaLyOjUZeqPgznbzRU/> .
@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#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

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

sub:assertion {
  sub:BPOnto a <https://w3id.org/fair/fip/terms/Available-FAIR-Enabling-Resource>, <https://w3id.org/fair/fip/terms/FAIR-Specification>,
      <https://w3id.org/fair/fip/terms/Structured-vocabulary>;
    <http://schema.org/url> <https://bioportal.bioontology.org/ontologies>;
    rdfs:comment "Ontologies within the BioPortal repository have many applications and can for example be used as vocabularies in metadata and data.";
    rdfs:label "BPOnto | BioPortal ontologies";
    <http://www.w3.org/2004/02/skos/core#exactMatch> <https://doi.org/10.25504/FAIRsharing.4m97ah> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-4182-7560 .
}

sub:pubinfo {
  orcid:0000-0002-4182-7560 foaf:name "Kristina Hettne" .
  
  this: dct:created "2025-07-01T10:12:30.307Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-4182-7560;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:hasNanopubType <https://w3id.org/fair/fip/terms/FAIR-Enabling-Resource>, <https://w3id.org/fair/fip/terms/FAIR-Supporting-Resource>;
    npx:introduces sub:BPOnto;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAHvFJa5qmcA7pokZ39ZYXYq7HUp43shYjr8CyUe0aRWY> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCNRY+XQupJzQf9CyuI3/nPbXPBvBUnmhTPmcRzkndf2UR6pp5q+T+9xpB+7/hEWDr1IG25QxhCP0ZCQfAuXYhKcXboCzuWqw7Xw5bOXk31HYiogezYFVOpophOpoivkO0zXAu5CNTdB7+va3lWHWkHAL4yxcQdEzN0j/0SJrKgkwIDAQAB";
    npx:hasSignature "Yzx/nf5DNpAEaUr59ih9Jxx9WTifOZtPdCid+3cAFovOAScylKTIyAbB9PHCZ7yVouXzDuD2z2zfe25y3CIGmkkj/VcJrJCoTe584AIeAtV/Ys1e+49jgKy7vXeTuVscL3narRHrkzXSyOSpAHeREQ9lIdetGbml9vqYF7YYgqo=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-4182-7560 .
}