@prefix dcterms: .
@prefix dce: .
@prefix dbpedia: .
@prefix this: .
@prefix sub: .
@prefix dctypes: .
@prefix doco: .
@prefix np: .
@prefix nt: .
@prefix orcid: .
@prefix prov: .
@prefix rdf: .
@prefix rdfs: .
@prefix xsd: .
@prefix npx: .
sub:Pub_Head_1 {
this: a np:Nanopublication;
np:hasAssertion sub:Pub_Assertion_1;
np:hasProvenance sub:Pub_Provenance_1;
np:hasPublicationInfo sub:Pub_Pubinfo_1 .
}
sub:Pub_Assertion_1 {
dbpedia:Author rdfs:label "has authors" .
dbpedia:Digital_object_identifier rdfs:label "has DOI" .
dbpedia:Publisher rdfs:label "was published by" .
dctypes:Document rdfs:label "Publication" .
dce:date rdfs:label "was published at (date)" .
dce:title rdfs:label "has title" .
sub:Pub_Assertion_1 a nt:AssertionTemplate;
rdfs:label "Describe a publication related to COVID-19";
nt:hasStatement sub:st0, sub:st1, sub:st2, sub:st3, sub:st4, sub:st5, sub:st6, sub:st7 .
sub:abstract a nt:LiteralPlaceholder;
rdfs:label "add the abstract of the publication here" .
sub:authors a nt:LiteralPlaceholder;
rdfs:label "add the authors of the publication here (separate by ; )" .
sub:comment a nt:LiteralPlaceholder;
rdfs:label "add your comment to the publication here" .
sub:doi a nt:LiteralPlaceholder;
rdfs:label "add the DOI of the publication here" .
sub:publication a nt:LocalResource;
rdfs:label "This publication" .
sub:publishdate a nt:LiteralPlaceholder;
rdfs:label "add the publish date of the publication here (dd-mm-yyyy)" .
sub:publisher a nt:LiteralPlaceholder;
rdfs:label "add the Publisher of the publication here" .
sub:st0 a rdf:Statement;
rdf:object dctypes:Document;
rdf:predicate rdf:type;
rdf:subject sub:publication;
nt:statementOrder "0"^^xsd:integer .
sub:st1 a rdf:Statement;
rdf:object sub:title;
rdf:predicate dce:title;
rdf:subject sub:publication;
nt:statementOrder "1"^^xsd:integer .
sub:st2 a rdf:Statement;
rdf:object sub:doi;
rdf:predicate dbpedia:Digital_object_identifier;
rdf:subject sub:publication;
nt:statementOrder "2"^^xsd:integer .
sub:st3 a rdf:Statement;
rdf:object sub:authors;
rdf:predicate dbpedia:Author;
rdf:subject sub:publication;
nt:statementOrder "3"^^xsd:integer .
sub:st4 a rdf:Statement;
rdf:object sub:abstract;
rdf:predicate doco:Abstract;
rdf:subject sub:publication;
nt:statementOrder "4"^^xsd:integer .
sub:st5 a rdf:Statement;
rdf:object sub:publishdate;
rdf:predicate dce:date;
rdf:subject sub:publication;
nt:statementOrder "5"^^xsd:integer .
sub:st6 a rdf:Statement;
rdf:object sub:publisher;
rdf:predicate dbpedia:Publisher;
rdf:subject sub:publication;
nt:statementOrder "6"^^xsd:integer .
sub:st7 a rdf:Statement;
rdf:object sub:comment;
rdf:predicate rdfs:comment;
rdf:subject sub:publication;
nt:statementOrder "7"^^xsd:integer .
sub:title a nt:LiteralPlaceholder;
rdfs:label "add the full title of the publication here" .
doco:Abstract rdfs:label "has abstract" .
rdf:type rdfs:label "is a" .
rdfs:comment rdfs:label "has my comment" .
}
sub:Pub_Provenance_1 {
sub:Pub_Assertion_1 prov:wasAttributedTo orcid:0000-0001-8325-8848 .
}
sub:Pub_Pubinfo_1 {
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCXYA/ZaH6tFeN1Kl/PqqImwvcFqm/ifOGR0fXnbu5G/nPmP8OIHjnjjfdVvG4z1fa4FD/a+fzXXgko3xBLg6I/zypVHdYyXVCvZdlmmQ4YUOuxqJz0L44whJgwRdz8ahYHPCTchTj6xJ2KMUKP4l69NhkMAKRr0LR6qYReOSYr8QIDAQAB";
npx:hasSignature "UPLHwn3KHIpezpx5hf8x5XvpwDG7gXTYOYhrua1tVwEOHkZzyMdpypAURZhbipG3+yLt3X3HaLoRHUaq7tLuMhkI+Wm+M4keaD+kGN7sE5lr1IW2eD3NlVtThQaVYGk7B2Umzw+IG7nMCc2SKAImbnKUAdnHRBY6pOgGOnofBU8=";
npx:hasSignatureTarget this: .
this: dcterms:created "2020-04-16T23:00:44.817+01:00"^^xsd:dateTime;
dcterms:creator orcid:0000-0001-8325-8848 .
}