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 funder-provided research project 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:st0 ,
sub:st1 ,
sub:st10 ,
sub:st2 ,
sub:st3 ,
sub:st4 ,
sub:st5 ,
sub:st6 ,
sub:st7 ,
sub:st8 ,
sub:st9 ;
nt:hasTag "Projects" ;
nt:hasTargetNanopubType <
https://schema.org/ResearchProject> .
sub:description a nt:LiteralPlaceholder ;
rdfs:label "description of the research project" .
sub:domain a nt:RestrictedChoicePlaceholder ;
rdfs:label "choose domain" ;
nt:possibleValuesFrom ns1:RACXDZHEowTYDAzZvdmD0qIGpXZwY5ghMRBBlt6N8Iu5s .
sub:enddate a nt:LiteralPlaceholder ;
rdfs:label "end date of research project" .
sub:funder a nt:UriPlaceholder ;
rdfs:label "funder of research project (ROR, URL, or name)" .
sub:largerproject a nt:UriPlaceholder ;
rdfs:label "identifier of larger research project (URL or text)" .
sub:name a nt:LiteralPlaceholder ;
rdfs:label "the name of your research project" .
sub:otherproject a nt:UriPlaceholder ;
rdfs:label "identifier of related research projects (URL or text) (e.g. adjacent or preceding)" .
sub:projectID a nt:UriPlaceholder ;
rdfs:label "identifier (from funder) of the research project (URL or text)" .
sub:researchproject a nt:IntroducedResource ,
nt:LocalResource ,
nt:UriPlaceholder ;
rdfs:label "short URI suffix or full URI" .
sub:st0 rdf:object <
https://schema.org/ResearchProject> ;
rdf:predicate rdf:type ;
rdf:subject sub:researchproject .
sub:st1 rdf:object sub:name ;
rdf:predicate rdfs:label ;
rdf:subject sub:researchproject .
sub:st10 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:st2 rdf:object sub:description ;
rdf:predicate dct:description ;
rdf:subject sub:researchproject .
sub:st3 rdf:object sub:website ;
rdf:predicate rdfs:seeAlso ;
rdf:subject sub:researchproject ;
a nt:OptionalStatement .
sub:st4 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:st5 rdf:object sub:funder ;
rdf:predicate <
https://schema.org/funder> ;
rdf:subject sub:researchproject ;
a nt:OptionalStatement ,
nt:RepeatableStatement .
sub:st6 rdf:object sub:projectID ;
rdf:predicate <
https://schema.org/identifier> ;
rdf:subject sub:researchproject .
sub:st7 rdf:object sub:startdate ;
rdf:predicate <
https://schema.org/startDate> ;
rdf:subject sub:researchproject .
sub:st8 rdf:object sub:enddate ;
rdf:predicate <
https://schema.org/endDate> ;
rdf:subject sub:researchproject .
sub:st9 rdf:object sub:largerproject ;
rdf:predicate dct:isPartOf ;
rdf:subject sub:researchproject ;
a nt:OptionalStatement .
sub:startdate a nt:LiteralPlaceholder ;
rdfs:label "start date of research project" .
sub:website a nt:UriPlaceholder ;
rdfs:label "a link to the research project's website" .
}