Nanopublication

< Home

ID

https://w3id.org/np/RAUIeHkoAkymlv_pdQ2WpzkAzL8k75DOuFmPfwytem8IM

Formats

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

Content

@prefix this: <https://w3id.org/np/RAUIeHkoAkymlv_pdQ2WpzkAzL8k75DOuFmPfwytem8IM> .
@prefix sub: <https://w3id.org/np/RAUIeHkoAkymlv_pdQ2WpzkAzL8k75DOuFmPfwytem8IM/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 {
  rdfs:label rdfs:label "Has the label" .
  
  sub:CaseStudy a nt:IntroducedResource, nt:LocalResource, nt:UriPlaceholder;
    rdfs:label "ID suffix" .
  
  sub:ST1 rdf:object sub:name;
    rdf:predicate rdfs:label;
    rdf:subject sub:CaseStudy .
  
  sub:assertion a nt:AssertionTemplate;
    dct:description "Example of a general metadata nanopublication tag for any case study experiment.";
    rdfs:label "case study metadata experiment";
    nt:hasStatement sub:ST1 .
  
  sub:name a nt:LiteralPlaceholder;
    rdfs:label "Name of Case Study" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0004-2188-0817 .
}

sub:pubinfo {
  orcid:0009-0004-2188-0817 foaf:name "Max van den Boom" .
  
  this: dct:created "2025-06-03T12:25:29.806Z"^^xsd:dateTime;
    dct:creator orcid:0009-0004-2188-0817;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    rdfs:label "Template: case study metadata experiment";
    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/RA5reLVXOCPQFWr2UiCJb19ES7NwOpQRmudb17e2iB0c4> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwNmDuHNCGRTNccDpvK2x9Hdbgac9Z2e7nF9KxqArfCGNMkK5UcEBeNv6Lx1mgUVXAL6cZERLL1Fssu7cLZEdaAUiPTkCLSNWWLbBNTTlVWR9+2dP00VrRToaqDYhZBo3E6Psc+GfOyDNJJ7n7r2vVsDiLMsUmQCHeLiX4pXukfwIDAQAB";
    npx:hasSignature "DMZ6NJjO4ddg8F+sM5IVU5x0Nwil1LjLPjV3iqdBVpuJkjUtxb98tP8UZ3l9pT2LdT3w4aEuk7at4UE0TR//wau7IxqlS3VQNRAlsGEaXTZW33JH5pjk0UsKkpEQYH0MjJuCBO4Fh/lQItW8as71BZHziAX63nMomg3jRfMb+ks=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0009-0004-2188-0817 .
}