Nanopublication

< Home

ID

http://purl.org/np/RARv1-bZWsdvQs88TDH2trcwNoGF1g5AawE2sPKeh5K_0

Formats

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

Content

@prefix dc: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RARv1-bZWsdvQs88TDH2trcwNoGF1g5AawE2sPKeh5K_0> .
@prefix sub: <http://purl.org/np/RARv1-bZWsdvQs88TDH2trcwNoGF1g5AawE2sPKeh5K_0#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix orcid: <https://orcid.org/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

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

sub:assertion {
  sub:red a owl:Class;
    rdfs:label "red things";
    skos:definition "This is the class of things that are red." .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
    npx:hasSignature "qgl6y5du2bV16BcgaQyaTANN3uGW1GtrwB2vbfufm86OAUizhwvuNebSONhTf5eJhDuUzoAH3ZB6TZtbjwTpFMbBTZTKvwdUXzt1aINUOsPsEw/FFaGX593T5cfKWaylI/s0wp5UPSYAxZBZkEqV7XamTn5JUcUzwXx4b+McpB4=";
    npx:hasSignatureTarget this: .
  
  this: dc:created "2020-06-16T11:25:57.750+02:00"^^xsd:dateTime;
    dc:creator orcid:0000-0002-1267-0234;
    npx:introduces sub:red;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAOWJw4iPnAzqbM7vqKFB8ziyEO2Ep3QVmQOqMcjOCmvw> .
}