Nanopublication

< Home

ID

https://w3id.org/np/RAc-Hq6FkoNh5oTuNSQuK81LbcjTWvg0EQSZuOycK0DoQ

Formats

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

Content

@prefix this: <https://w3id.org/np/RAc-Hq6FkoNh5oTuNSQuK81LbcjTWvg0EQSZuOycK0DoQ> .
@prefix sub: <https://w3id.org/np/RAc-Hq6FkoNh5oTuNSQuK81LbcjTWvg0EQSZuOycK0DoQ#> .
@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#> .

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

sub:assertion {
  sub:ScientificFinding a <http://www.w3.org/2002/07/owl#Class>;
    rdfs:label "scientific finding";
    rdfs:subClassOf <http://www.wikidata.org/entity/Q37113105>;
    <http://www.w3.org/2004/02/skos/core#definition> "A class that represents a scientific finding.";
    <http://www.w3.org/2004/02/skos/core#relatedMatch> <http://www.wikidata.org/entity/Q2995644> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-7114-6459 .
}

sub:pubinfo {
  <http://www.wikidata.org/entity/Q2995644> nt:hasLabelFromApi "result - final consequence or product of a sequence of actions or events" .
  
  <http://www.wikidata.org/entity/Q37113105> nt:hasLabelFromApi "finding - result of research or an investigation" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCKOqs2T28k/MbmArHUMypi5MUoJX6KdkVn6GOXjxhjXDpwW+/O1LXyHoG7ItOw+g03P7UN4+Diq3tQySZ4cjzoY+o4EJ5ducqFCTI7gjhNd3HLGM3icsypOT8zxuPHNSbPI42Fc5lDVr7FzcH5bb70vL+0uBgpfxBI5lXKkfcXTwIDAQAB";
    npx:hasSignature "c67Z5YmsOzX6/nJNlHtILsha96l+JAL4A/bFoDdbrdJeVyn1jKNHXiPsNA0HTyqnSaLg/u4eI3dYzMQebnR+I8DYiA7mpvspqcVgaQYOlwskG2V1Z8Z7knRh0+Tc9G/RNxuivOYE0ZEZk9QfnRH4m9UfjsWLLDFCK6D5azC2P2c=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2024-01-25T17:47:35.016Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-7114-6459;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:introduces sub:ScientificFinding;
    rdfs:label "Class: scientific finding";
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>,
      <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90>;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAzUgUie-tPiAorDNlH8h7vR3lP4WNBhT40nsWrRfa1NY> .
}