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 ;
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 the 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 the research project funder" .
sub:largerproject a nt:UriPlaceholder ;
rdfs:label "URI of larger research project" .
sub:name a nt:LiteralPlaceholder ;
rdfs:label "the name of the 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 the 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 the research project's website" .
}