sub:assertion {
sub:assertion a nt:AssertionTemplate ,
nt:UnlistedTemplate ;
rdfs:label "Expressing a sample metabolite annotation" ;
nt:hasStatement sub:st010 ,
sub:st020 ,
sub:st030 ,
sub:st040 ,
sub:st050 ,
sub:st060 .
sub:extract a nt:IntroducedResource ,
nt:LocalResource ;
rdfs:label "an extract" .
sub:feature a nt:LocalResource ;
rdfs:label "a feature" .
sub:feature-list a nt:LocalResource ;
rdfs:label "a feature list" .
sub:inchikey2d a nt:ExternalUriPlaceholder ;
rdfs:label "InChIKey2D" ;
nt:hasPrefix "https://enpkg.commons-lab.org/kg/" ;
nt:hasPrefixLabel "the InChIkey2D" .
sub:lcms-analysis a nt:LocalResource ;
rdfs:label "an LCMS analysis" .
sub:sample a nt:LocalResource ;
rdfs:label "a sample" .
sub:sample-label a nt:LiteralPlaceholder ;
rdfs:label "the label of the sample" .
sub:sirius-adduct a nt:LiteralPlaceholder ;
rdfs:label "the sirius adduct value" .
sub:sirius-annotation a nt:LocalResource ;
rdfs:label "a sirius annotation" .
sub:sirius-score a nt:LiteralPlaceholder ;
rdfs:label "the sirius score value" .
sub:st010 rdf:object sub:sample ;
rdf:predicate <
https://enpkg.commons-lab.org/kg/has_lab_process> ;
rdf:subject sub:extract .
sub:st020 rdf:object sub:taxon ;
rdf:predicate <
https://enpkg.commons-lab.org/kg/submitted_taxon> ;
rdf:subject sub:extract .
sub:st030 rdf:object sub:sample-label ;
rdf:predicate rdfs:label ;
rdf:subject sub:sample .
sub:st040 rdf:object sub:lcms-analysis ;
rdf:predicate <
https://enpkg.commons-lab.org/kg/has_LCMS> ;
rdf:subject sub:sample .
sub:st050 rdf:object sub:feature-list ;
rdf:predicate <
https://enpkg.commons-lab.org/kg/has_lcms_feature_list> ;
rdf:subject sub:lcms-analysis .
sub:st060 a nt:GroupedStatement ,
nt:RepeatableStatement ;
nt:hasStatement sub:st061 ,
sub:st062 ,
sub:st063 ,
sub:st064 ,
sub:st065 .
sub:st061 rdf:object sub:feature ;
rdf:predicate <
https://enpkg.commons-lab.org/kg/has_lcms_feature> ;
rdf:subject sub:feature-list .
sub:st062 rdf:object sub:sirius-annotation ;
rdf:predicate <
https://enpkg.commons-lab.org/kg/enpkg:has_sirius_annotation> ;
rdf:subject sub:feature .
sub:st063 rdf:object sub:inchikey2d ;
rdf:predicate <
https://enpkg.commons-lab.org/kg/has_InChIkey2D> ;
rdf:subject sub:sirius-annotation .
sub:st064 rdf:object sub:sirius-score ;
rdf:predicate <
https://enpkg.commons-lab.org/kg/has_sirius_score> ;
rdf:subject sub:sirius-annotation .
sub:st065 rdf:object sub:sirius-adduct ;
rdf:predicate <
https://enpkg.commons-lab.org/kg/has_sirius_adduct> ;
rdf:subject sub:sirius-annotation .
sub:taxon a nt:GuidedChoicePlaceholder ;
rdfs:label "the taxon (e.g. species)" ;
nt:possibleValuesFromApi "https://vodex.petapico.org/nidx/query?rows=100&q=label:" .
rdfs:label rdfs:label "has the label - connects a thing (left) to its human-readable label (right)" .
<
https://enpkg.commons-lab.org/kg/enpkg:has_sirius_annotation>
rdfs:label "has the annotation" .
<
https://enpkg.commons-lab.org/kg/has_InChIkey2D>
rdfs:label "is identified by" .
<
https://enpkg.commons-lab.org/kg/has_LCMS>
rdfs:label "has the analysis" .
<
https://enpkg.commons-lab.org/kg/has_lab_process>
rdfs:label "has as lab process" .
<
https://enpkg.commons-lab.org/kg/has_lcms_feature>
rdfs:label "has as LCMS feature" .
<
https://enpkg.commons-lab.org/kg/has_lcms_feature_list>
rdfs:label "has as feature list" .
<
https://enpkg.commons-lab.org/kg/has_sirius_adduct>
rdfs:label "has the sirius adduct" .
<
https://enpkg.commons-lab.org/kg/has_sirius_score>
rdfs:label "has the sirius score" .
<
https://enpkg.commons-lab.org/kg/submitted_taxon>
rdfs:label "has the taxon" .
}