@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix schema: <http://schema.org/> .
@prefix this: <http://purl.org/np/RAf1jc1vYpCOedAgaQc5J5zItO5EJOdk17HOQYsv1Fg5w> .
@prefix sub: <http://purl.org/np/RAf1jc1vYpCOedAgaQc5J5zItO5EJOdk17HOQYsv1Fg5w#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix pav: <http://purl.org/pav/> .
@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#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  dcterms:abstract rdfs:label "has the abstract" .
  dcterms:date rdfs:label "has the publication date" .
  dcterms:hasPart rdfs:label "includes - links a thing to a part it includes" .
  dcterms:title rdfs:label "has the title" .
  sub:abstract a nt:LongLiteralPlaceholder ;
    rdfs:label "the abstract of the article" .
  sub:affiliation-organization a nt:RestrictedChoicePlaceholder ;
    rdfs:label "Select organization from above" ;
    nt:possibleValue sub:organization .
  sub:affiliation-person a nt:RestrictedChoicePlaceholder ;
    rdfs:label "Select author from above" ;
    nt:possibleValue sub:author .
  sub:article a nt:ExternalUriPlaceholder , nt:IntroducedResource ;
    rdfs:label "DOI of the article (starting with https://doi.org/10...)" .
  sub:article-type a nt:RestrictedChoicePlaceholder ;
    rdfs:label "The type of the article" ;
    nt:hasDefaultValue fabio:ResearchPaper ;
    nt:hasRegex "https://doi\\.org/10.+" ;
    nt:possibleValue fabio:InUsePaper , fabio:MethodsPaper , fabio:PositionPaper , fabio:ResearchPaper , fabio:ResourcePaper , fabio:ReviewPaper , fabio:ScholarlyWork .
  sub:assertion dcterms:description "Such a nanopublication contains the main high-level metadata about a scholarly article, including title, authors, and links to other nanopublications." ;
    a nt:AssertionTemplate ;
    rdfs:label "Describing core article metadata" ;
    nt:hasStatement sub:st01 , sub:st02 , sub:st03 , sub:st04 , sub:st08 , sub:st10 , sub:st21 , sub:st31 , sub:st41 ;
    nt:hasTag "Journals" .
  sub:author a nt:ExternalUriPlaceholder ;
    rdfs:label "ORCID ID of the author (starting with https://orcid.org/...)" ;
    nt:hasRegex "https://orcid\\.org/[0-9]{4}-[0-9]{4}-[0-9]{4}-[0-9]{3}[0-9X]" .
  sub:author-email a nt:LiteralPlaceholder ;
    rdfs:label "email address of author" ;
    nt:hasRegex "[A-Za-z0-9._+\\-\\']+@[A-Za-z0-9.\\-]+\\.[A-Za-z]{2,}" .
  sub:author-name a nt:LiteralPlaceholder ;
    rdfs:label "full name of author" .
  sub:author-with-email a nt:RestrictedChoicePlaceholder ;
    rdfs:label "Select author to specify an email address for" ;
    nt:possibleValue sub:author .
  sub:date a nt:LiteralPlaceholder ;
    rdfs:label "date, e.g. \"2023-07-21\", \"2023-07\", or \"2023\"" ;
    nt:hasRegex "(1[0-9][0-9][0-9]|20[0-2][0-9])(-(1[0-2]|0[1-9])(-(3[0-1]|[1-2][0-9]|0[1-9]))?)?" .
  sub:organization a nt:UriPlaceholder ;
    rdfs:label "ROR identifier (https://ror.org/...) or short local URI suffix (e.g. \"stanford\")" ;
    nt:hasRegex "(https://ror\\.org/[0-9a-z]+|[a-zA-Z0-9_\\-]+)" .
  sub:organization-name a nt:LiteralPlaceholder ;
    rdfs:label "The name of the organization" .
  sub:part a nt:ExternalUriPlaceholder ;
    rdfs:label "a part belonging to this article, e.g. a nanopublication" .
  sub:st01 rdf:object sub:article-type ;
    rdf:predicate rdf:type ;
    rdf:subject sub:article .
  sub:st02 rdf:object sub:title ;
    rdf:predicate dcterms:title ;
    rdf:subject sub:article .
  sub:st03 rdf:object sub:abstract ;
    rdf:predicate dcterms:abstract ;
    rdf:subject sub:article ;
    a nt:OptionalStatement .
  sub:st04 rdf:object sub:date ;
    rdf:predicate dcterms:date ;
    rdf:subject sub:article .
  sub:st08 rdf:object sub:part ;
    rdf:predicate dcterms:hasPart ;
    rdf:subject sub:article ;
    a nt:OptionalStatement , nt:RepeatableStatement .
  sub:st10 a nt:GroupedStatement , nt:RepeatableStatement ;
    nt:hasStatement sub:st11 , sub:st12 , sub:st13 .
  sub:st11 rdf:object sub:author ;
    rdf:predicate pav:authoredBy ;
    rdf:subject sub:article .
  sub:st12 rdf:object foaf:Person ;
    rdf:predicate rdf:type ;
    rdf:subject sub:author .
  sub:st13 rdf:object sub:author-name ;
    rdf:predicate foaf:name ;
    rdf:subject sub:author .
  sub:st21 rdf:object sub:author-email ;
    rdf:predicate schema:email ;
    rdf:subject sub:author-with-email ;
    a nt:OptionalStatement , nt:RepeatableStatement .
  sub:st31 rdf:object sub:organization-name ;
    rdf:predicate foaf:name ;
    rdf:subject sub:organization ;
    a nt:RepeatableStatement .
  sub:st41 rdf:object sub:affiliation-organization ;
    rdf:predicate schema:affiliation ;
    rdf:subject sub:affiliation-person ;
    a nt:RepeatableStatement .
  sub:title a nt:LiteralPlaceholder ;
    rdfs:label "The title of the article" .
  pav:authoredBy rdfs:label "is authored by" .
  fabio:InUsePaper rdfs:label "in-use paper - A scholarly work that describes applied and validated solutions such as software tools, systems or architectures that benefit from the use of the technology of a particular scholarly domain." .
  fabio:MethodsPaper rdfs:label "methods paper - A scholarly work detailing a method, procedure or experimental protocol employed in a particular scholarly domain." .
  fabio:PositionPaper rdfs:label "position paper - A scholarly work that reports a particular intellectual position or viewpoint regarding a particular scholarly topic." .
  fabio:ResearchPaper rdfs:label "research paper - A scholarly work that reports original research contributions addressing theoretical, analytical or experimental aspects of a particular scholarly domain." .
  fabio:ResourcePaper rdfs:label "resource paper - A scholarly work that describes resources developed to provide experimental materials or facilities, support a research hypothesis, to provide answers to a research question, or that have contributed to the generation of novel scientific work." .
  fabio:ReviewPaper rdfs:label "review paper - A scholarly work that surveys the state of the art of topics central to a particular subject or relating to a specific domain (e.g. the scope of a certain journal or conference)." .
  fabio:ScholarlyWork rdfs:label "scholarly work - A general term that includes all other listed types" .
  schema:affiliation rdfs:label "has the affiliation" .
  schema:email rdfs:label "has the email address" .
  rdf:type rdfs:label "is a" .
  foaf:Person rdfs:label "person" .
  foaf:name rdfs:label "has the name" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjDGQCS1S+SRnERDuYDXOugdYUP0efEquHJEEHAbU/uLzBVlga89zqrNPCS7fBE6lArBUWEmT8eLKdMapyqvAzI1J3jUWTMhDJF+XFBkUiuiFfNSc4vJJcmi0yujtnuzXsRIG202jyaP4f5ULoskFwaZOSBZJfiE0dsB3D7DTIAQIDAQAB" ;
    npx:hasSignature "lyheM9bz7XYibDB2ej3qNZcUZ07WOZsD/uZIn8HDTclgrJm5BRakYDLRhCpNj8DA/geTBRwHPpzw4wfGFyJeuQ31PvfrCKgP79YmbKmA/IbF8KrdVIe0Q8F+kCJuc+NJ60J8caxCKbscn+vj9Dh/2vyNuFuueM3RSTs/IoaMtJY=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2023-07-21T13:26:12.397Z"^^xsd:dateTime ;
    dcterms:creator orcid:0000-0002-1267-0234 ;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:supersedes <http://purl.org/np/RAsaVdcga2V242XhmFdJ3jTRvbroGny2ZlFkvK1kMdZ8w> ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90> , <http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RA5awHTBKJwv0iGa1au6zAor35CtkO-ZQDglzUuq8AT88> .
}