sub:assertion {
dct:description rdfs:label "can be described as follows: - gives a thing (left) a human-readable description (right)" .
dct:partOf rdfs:label "is part of" .
rdf:type rdfs:label "is a - asserts that the given thing (left) belongs to the given class (right)" .
rdfs:label rdfs:label "is called - connects an identifier to a human-readable name for it" .
rdfs:seeAlso rdfs:label "is further explained at - connects an identifier to a link with further information about it" .
owl:NamedIndividual rdfs:label "named individual - a concrete or abstract thing that is given an identifier and a name" .
sub:assertion dct:description "<p>This template defines a new chorotype individual. A chorotype represents a biogeographic distribution pattern or area category used to classify species by their geographic range.</p>" ;
a nt:AssertionTemplate ;
rdfs:label "Defining a new chorotype" ;
nt:hasNanopubLabelPattern "${name}" ;
nt:hasStatement sub:st0 ,
sub:st1 ,
sub:st2 ,
sub:st3 ,
sub:st4 ,
sub:st5 ,
sub:st6 ,
sub:st7 ;
nt:hasTag "Terms" .
sub:description a nt:LongLiteralPlaceholder ;
rdfs:label "description of the chorotype" .
sub:individual a nt:IntroducedResource ,
nt:LocalResource ,
nt:UriPlaceholder ;
rdfs:label "short name, used as URI suffix - the formal identifier of the chorotype" .
sub:letterCode a nt:LiteralPlaceholder ;
rdfs:label "the letter code of the chorotype" .
sub:name a nt:LiteralPlaceholder ;
rdfs:label "the name of the chorotype" .
sub:numericalCode a nt:LiteralPlaceholder ;
rdfs:label "the numerical code of the chorotype" .
sub:seeAlsoLink a nt:UriPlaceholder ;
rdfs:label "a URL where more information about this chorotype can be found" .
sub:st0 rdf:object owl:NamedIndividual ;
rdf:predicate rdf:type ;
rdf:subject sub:individual .
sub:st1 rdf:object cb:Chorotype ;
rdf:predicate rdf:type ;
rdf:subject sub:individual .
sub:st2 rdf:object sub:name ;
rdf:predicate rdfs:label ;
rdf:subject sub:individual .
sub:st3 rdf:object sub:description ;
rdf:predicate dct:description ;
rdf:subject sub:individual .
sub:st4 rdf:object sub:seeAlsoLink ;
rdf:predicate rdfs:seeAlso ;
rdf:subject sub:individual ;
a nt:OptionalStatement .
sub:st5 rdf:object sub:vocabulary ;
rdf:predicate dct:partOf ;
rdf:subject sub:individual ;
a nt:OptionalStatement .
sub:st6 rdf:object sub:numericalCode ;
rdf:predicate cb:hasChorotypeNumericalCode ;
rdf:subject sub:individual .
sub:st7 rdf:object sub:letterCode ;
rdf:predicate cb:hasChorotypeLetterCode ;
rdf:subject sub:individual .
sub:vocabulary a nt:GuidedChoicePlaceholder ;
rdfs:label "vocabulary / ontology" ;
nt:possibleValuesFromApi "http://purl.org/nanopub/api/find_signed_things?type=http://www.w3.org/2002/07/owl%23Ontology&searchterm=" .
cb:Chorotype rdfs:label "chorotype - a biogeographic distribution pattern category" .
cb:hasChorotypeLetterCode rdfs:label "has chorotype letter code" .
cb:hasChorotypeNumericalCode rdfs:label "has chorotype numerical code" .
}