@prefix this: <https://w3id.org/np/RAtyN2ZjtPylZl5fD5qo3vbM-4__Tc0B9AINnPpl6us7w> .
@prefix sub: <https://w3id.org/np/RAtyN2ZjtPylZl5fD5qo3vbM-4__Tc0B9AINnPpl6us7w#> .
@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 ns1: <http://purl.org/np/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  dct:description rdfs:label "has the description" .
  dct:isPartOf rdfs:label "is a part of" .
  rdf:type rdfs:label "is a" .
  rdfs:label rdfs:label "is called" .
  rdfs:seeAlso rdfs:label "has the website" .
  <http://www.w3.org/2004/02/skos/core#related> rdfs:label "is related to" .
  <https://schema.org/ResearchProject> rdfs:label "research project" .
  <https://schema.org/endDate> rdfs:label "ends on" .
  <https://schema.org/funder> rdfs:label "is funded by" .
  <https://schema.org/identifier> rdfs:label "has identifier" .
  <https://schema.org/startDate> rdfs:label "starts on" .
  <https://w3id.org/fair/fip/terms/has-research-domain> rdfs:label "has the research domain" .
  sub:assertion dct:description "Template for defining a research project" ;
    a nt:AssertionTemplate , nt:UnlistedTemplate ;
    rdfs:label "Defining a research project" ;
    nt:hasStatement sub:st00 , sub:st01 , sub:st02 , sub:st03 , sub:st04 , sub:st05 , sub:st06 , sub:st07 , sub:st08 , sub:st09 , sub:st10 , sub:st11 ;
    nt:hasTag "Projects" ;
    nt:hasTargetNanopubType <https://schema.org/ResearchProject> .
  sub:description a nt:LiteralPlaceholder ;
    rdfs:label "description of research project (if copied, with reference URL)" .
  sub:domain a nt:RestrictedChoicePlaceholder ;
    rdfs:label "choose domain" ;
    nt:possibleValuesFrom ns1:RACXDZHEowTYDAzZvdmD0qIGpXZwY5ghMRBBlt6N8Iu5s .
  sub:enddate a nt:LiteralPlaceholder ;
    rdfs:label "YYYY, YYYY-MM, or YYYY-MM-DD" ;
    nt:hasRegex "[0-9][0-9][0-9][0-9](-[01][0-9](-[0-3][0-9])?)?" .
  sub:funderFreeText a nt:LiteralPlaceholder ;
    rdfs:label "the name of funder if no URI exists" .
  sub:funderID a nt:UriPlaceholder ;
    rdfs:label "URI of research project funder" .
  sub:largerproject a nt:GuidedChoicePlaceholder ;
    rdfs:label "URI of larger research project" ;
    nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAz6f1v82BCG0SjYMfHUe-m927VTVKdwvsuq1X7j1qcA8/find-things?type=https://schema.org/ResearchProject" .
  sub:name a nt:LiteralPlaceholder ;
    rdfs:label "the name of research project" .
  sub:otherproject a nt:UriPlaceholder ;
    rdfs:label "URIs of related research projects" .
  sub:projectID a nt:UriPlaceholder ;
    rdfs:label "URI (from funder) of research project" .
  sub:researchproject a nt:IntroducedResource , nt:LocalResource ;
    rdfs:label "This research project" .
  sub:st00 rdf:object <https://schema.org/ResearchProject> ;
    rdf:predicate rdf:type ;
    rdf:subject sub:researchproject .
  sub:st01 rdf:object sub:name ;
    rdf:predicate rdfs:label ;
    rdf:subject sub:researchproject .
  sub:st02 rdf:object sub:description ;
    rdf:predicate dct:description ;
    rdf:subject sub:researchproject .
  sub:st03 rdf:object sub:website ;
    rdf:predicate rdfs:seeAlso ;
    rdf:subject sub:researchproject ;
    a nt:OptionalStatement .
  sub:st04 rdf:object sub:domain ;
    rdf:predicate <https://w3id.org/fair/fip/terms/has-research-domain> ;
    rdf:subject sub:researchproject ;
    a nt:OptionalStatement , nt:RepeatableStatement .
  sub:st05 rdf:object sub:funderID ;
    rdf:predicate <https://schema.org/funder> ;
    rdf:subject sub:researchproject ;
    a nt:OptionalStatement , nt:RepeatableStatement .
  sub:st06 rdf:object sub:funderFreeText ;
    rdf:predicate <https://schema.org/funder> ;
    rdf:subject sub:researchproject ;
    a nt:OptionalStatement , nt:RepeatableStatement .
  sub:st07 rdf:object sub:projectID ;
    rdf:predicate <https://schema.org/identifier> ;
    rdf:subject sub:researchproject ;
    a nt:OptionalStatement .
  sub:st08 rdf:object sub:startdate ;
    rdf:predicate <https://schema.org/startDate> ;
    rdf:subject sub:researchproject .
  sub:st09 rdf:object sub:enddate ;
    rdf:predicate <https://schema.org/endDate> ;
    rdf:subject sub:researchproject .
  sub:st10 rdf:object sub:largerproject ;
    rdf:predicate dct:isPartOf ;
    rdf:subject sub:researchproject ;
    a nt:OptionalStatement .
  sub:st11 rdf:object sub:otherproject ;
    rdf:predicate <http://www.w3.org/2004/02/skos/core#related> ;
    rdf:subject sub:researchproject ;
    a nt:OptionalStatement , nt:RepeatableStatement .
  sub:startdate a nt:LiteralPlaceholder ;
    rdfs:label "YYYY, YYYY-MM, or YYYY-MM-DD" ;
    nt:hasRegex "[0-9][0-9][0-9][0-9](-[01][0-9](-[0-3][0-9])?)?" .
  sub:website a nt:UriPlaceholder ;
    rdfs:label "a link to research project's website" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
  orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" ;
    npx:hasSignature "SvL2SrHQQttkvCN2I+PcfFjIWIqPcmyNrE+4BEcDDgG8tjJJWc6AD2jZa+DP69ifsgOTXFLqp6kEKRnW8Qyy+ef8e7fTUbxXkZXyAzh5GpzEosqC6H9B+5B6soGnFPNCgFCdpyoq/w7moTyowTlxnfqjQxxQxmoJBIZa4jxV4jw=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-1267-0234 .
  this: dct:created "2024-12-18T08:45:15.310Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:hasNanopubType <https://schema.org/ResearchProject> ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Template: Defining a research project" ;
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM ;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw> , <https://w3id.org/np/RA5R_qv3VsZIrDKd8Mr37x3HoKCsKkwN5tJVqgQsKhjTE> , <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI> ;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RAGBEisKAxwcQTdfR7ALwCeQBrUVeU23F8uFvFmO-H6F0> .
}