Nanopublication

< Home

ID

https://w3id.org/np/RAhfSdeIXOks1xH8_Myly0OAswM3FC8L7YRK0gAd9UslI

Formats

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

Content

@prefix this: <https://w3id.org/np/RAhfSdeIXOks1xH8_Myly0OAswM3FC8L7YRK0gAd9UslI> .
@prefix sub: <https://w3id.org/np/RAhfSdeIXOks1xH8_Myly0OAswM3FC8L7YRK0gAd9UslI#> .
@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:WaterType a <http://www.w3.org/2002/07/owl#Class>;
    rdfs:label "water type";
    <http://www.w3.org/2004/02/skos/core#definition> "Water is one of the three basic elemental types of pocket monsters, along with Fire and Grass" .
}

sub:provenance {
  sub:assertion prov:wasDerivedFrom <https://pokemondb.net/type/water> .
}

sub:pubinfo {
  orcid:0009-0005-7939-7534 foaf:name "Rachel Liao" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCICZOlVucN75+xoX7kAF5B1xuK3hlN3VZ2qJFlwxqYlAtwX0M9zlpljuLEFfpODtyu03q4QXuM8iVAeWCvE6ZP+l0PtlM+nPbAjfCwcRnjE/2ebSVGWC0wS3iXUZErwEtZ3vIOpp6hLEXyObgFxYasXY7wgihoSz+s94bTRZCEdwIDAQAB";
    npx:hasSignature "TgcljLLxKDKR7Wt+C1iHj7ZLmQSTopWI9uchLgOK6ECPFIz5LVMXSDZggnYhjZYGF8Hg1y9Hgp6eYwh1YeM+7cibGwff+5kJNywjVFrbosmTJd3owdUrS2b/tTAkNfg05oHzQFVGmLj48dXLitg32kQcQ9hdrBoF0bQ228NcJv8=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0009-0005-7939-7534 .
  
  this: dct:created "2024-10-06T12:23:26.070Z"^^xsd:dateTime;
    dct:creator orcid:0009-0005-7939-7534;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:introduces sub:WaterType;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    rdfs:label "Class: water type";
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RAcTpoh5Ra0ssqmcpOgWdaZ_YiPE6demO6cpw-2RvSNs8>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>,
      <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAxfD9wQMHU4DmWta5uRpo723ZgKpizglley4gtcxG0hg> .
}