Nanopublication

< Home

ID

http://purl.org/np/RAbMaNAiAWWdeYNQi5deBuTHtmsE6JbgrPXQIlToej6N0

Formats

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

Content

@prefix this: <http://purl.org/np/RAbMaNAiAWWdeYNQi5deBuTHtmsE6JbgrPXQIlToej6N0> .
@prefix sub: <http://purl.org/np/RAbMaNAiAWWdeYNQi5deBuTHtmsE6JbgrPXQIlToej6N0#> .
@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 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 npx: <http://purl.org/nanopub/x/> .

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

sub:assertion {
  sub:assertion a nt:AssertionTemplate;
    rdfs:label "Submitting a formalization paper to the Data Science special issue 2021";
    nt:hasStatement sub:st01, sub:st02 .
  
  sub:nanopub a nt:TrustyUriPlaceholder;
    rdfs:label "add the URI of the nanopublication here" .
  
  sub:st01 rdf:object <https://w3id.org/linkflows/formalization-papers/DataScienceSpecialIssue>;
    rdf:predicate <http://purl.org/vocab/frbr/core#partOf>;
    rdf:subject sub:nanopub .
  
  sub:st02 rdf:object <http://purl.org/spar/pso/submitted>;
    rdf:predicate <http://purl.org/spar/pso/withStatus>;
    rdf:subject sub:nanopub .
  
  <http://purl.org/spar/pso/submitted> rdfs:label "submitted" .
  
  <http://purl.org/spar/pso/withStatus> rdfs:label "has the status" .
  
  <http://purl.org/vocab/frbr/core#partOf> rdfs:label "is a part of" .
  
  <https://w3id.org/linkflows/formalization-papers/DataScienceSpecialIssue> rdfs:label
      "Formalization Papers Special Issue 2021 at Data Science" .
}

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 "fcSl7nqVeqJn1mIb1sVjSMsFFVxEblDaHPMyiIk2HHxKsTYdxikJHmKYakHsASfde5xeVA/RFZ4R6xIKbfA6cCMBVjH6ji42onxRssQvb4TIHA2lEk22+TvZiuO9svJ2PqhWVropzdiIQWgkZJo7kWC8xh3uCM7EcjyMmebIC0k=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2021-06-17T14:14:40.968+02:00"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>;
    nt:wasCreatedFromTemplate <http://purl.org/np/RA1eIzGmwi8vumqb17c4t351tspV1H-e5vuK9D8MUu5GU> .
}