@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix skos: . @prefix orcid: . @prefix rdfs: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { rdfs:label "evidence" . rdfs:label "experimental evidence" . rdfs:label "similarity evidence" . rdfs:label "combinatorial evidence" . rdfs:label "evidence used in manual assertion" . rdfs:label "inferential evidence" . rdfs:label "evidence used in automatic assertion" . rdfs:label "high throughput evidence" . rdfs:label "documented statement evidence" . rdfs:label "computational evidence" . dct:description rdfs:label "has as description" . rdfs:label "is documented by" . rdf:type rdfs:label "is a" . rdfs:label rdfs:label "has the title" . prov:wasGeneratedBy rdfs:label "was generated by" . sub:assertion a nt:AssertionTemplate; dct:description "Describes a piece of evidence: an empirical result that a study produced and that can be used to support (or dispute) a claim, such as a measurement, a classification, a statistical result, or the outcome of a computational analysis. Give the evidence a short identifier and a title, say which study generated it, and optionally describe it, pick a more specific kind of evidence from the Evidence and Conclusion Ontology (the nine top-level kinds are offered directly, and any of their subclasses can be found by typing), and point to the publication or dataset that documents it."; rdfs:label "Describing a piece of evidence"; nt:hasNanopubLabelPattern "Evidence: ${title}"; nt:hasStatement sub:st0, sub:st1, sub:st2, sub:st3, sub:st4, sub:st5; nt:hasTag "Science"; nt:hasTargetNanopubType . sub:description a nt:LongLiteralPlaceholder; rdfs:label "what was observed, measured or computed (optional)" . sub:evidence a nt:IntroducedResource, nt:LocalResource, nt:UriPlaceholder; rdfs:label "short name for the evidence, used as URI suffix" . sub:kind a nt:ExternalUriPlaceholder, nt:GuidedChoicePlaceholder; rdfs:label "more specific kind of evidence (optional)"; nt:possibleValue , , , , , , , , ; nt:possibleValuesFromApi "https://www.ebi.ac.uk/ols/api/select?ontology=eco&allChildrenOf=http://purl.obolibrary.org/obo/ECO_0000000&q=" . sub:source a nt:UriPlaceholder; rdfs:label "publication or dataset documenting it (optional)" . sub:st0 rdf:object ; rdf:predicate rdf:type; rdf:subject sub:evidence . sub:st1 a nt:OptionalStatement, nt:RepeatableStatement; rdf:object sub:kind; rdf:predicate rdf:type; rdf:subject sub:evidence . sub:st2 rdf:object sub:title; rdf:predicate rdfs:label; rdf:subject sub:evidence . sub:st3 a nt:OptionalStatement; rdf:object sub:description; rdf:predicate dct:description; rdf:subject sub:evidence . sub:st4 a nt:RepeatableStatement; rdf:object sub:study; rdf:predicate prov:wasGeneratedBy; rdf:subject sub:evidence . sub:st5 a nt:OptionalStatement, nt:RepeatableStatement; rdf:object sub:source; rdf:predicate ; rdf:subject sub:evidence . sub:study a nt:UriPlaceholder; rdfs:label "the study or activity that generated it" . sub:title a nt:LiteralPlaceholder; rdfs:label "title of the evidence" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2026-09-24T12:04:38+00:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:supersedes ; rdfs:label "Describing a piece of evidence"; skos:changeNote "Guided choices that must refer to existing resources are now also external URI placeholders, so Nanodash no longer offers to mint a typed plain name locally for them: kind."; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "KThxwAZS+GraxDL2E0inM7J9+KrJub/iwvESsaZ0i43iHlPecKaemd7jSwhqOVQlasaCwnvQgjzLraiJYLoh/sASM7rvtBGUFr4zrTacGqGbyr5bI/dt3ayGcXBA1bSzTcloWgHEidp9guVujplb9aw4WzejIN6ZHX2ht/F898M="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }