@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { dct:title rdfs:label "has title" . rdf:type rdfs:label "is a" . rdfs:label "GNU Bash" . rdfs:label "JavaScript" . rdfs:label "R" . rdfs:label "Python" . rdfs:label "SQL" . rdfs:label "LaTeX" . rdfs:label "HTML" . rdfs:label "has description" . rdfs:label "can be run via runtime platform" . rdfs:label "has software requirements" . rdfs:label "has content" . sub:assertion a nt:AssertionTemplate; dct:description "Template for creating nanopublications with executable content blocks like code cells, mathematical equations, markdown, HTML, etc. with their runtime environment and dependencies for computational reproducibility."; rdfs:label "Executable Content Block Template"; nt:hasNanopubLabelPattern "Executable Content: ${content-type} - ${block-title}"; nt:hasStatement sub:st01, sub:st02, sub:st03, sub:st04, sub:st05, sub:st06; nt:hasTag "computational" . sub:block-description a nt:LongLiteralPlaceholder; rdfs:label "Content block description (optional)" . sub:block-title a nt:LiteralPlaceholder; rdfs:label "Content block title" . sub:code-content a nt:LongLiteralPlaceholder; rdfs:label "Enter your executable content here" . sub:content-block a nt:LocalResource; rdfs:label "Executable content block" . sub:content-type a nt:RestrictedChoicePlaceholder; rdfs:label "Content type (Markdown, Python, LaTeX, etc.)"; nt:possibleValue , , , , , , , , . sub:dependency a nt:LiteralPlaceholder; rdfs:label "Software dependency (e.g., pandas==1.5.0, ggplot2>=3.4.0)" . sub:runtime-platform a nt:UriPlaceholder; rdfs:label "Runtime platform (executable link, container image, or environment description)" . sub:st01 rdf:object sub:content-type; rdf:predicate rdf:type; rdf:subject sub:content-block . sub:st02 rdf:object sub:code-content; rdf:predicate ; rdf:subject sub:content-block . sub:st03 rdf:object sub:runtime-platform; rdf:predicate ; rdf:subject sub:content-block . sub:st04 a nt:OptionalStatement, nt:RepeatableStatement; rdf:object sub:dependency; rdf:predicate ; rdf:subject sub:content-block . sub:st05 a nt:OptionalStatement; rdf:object sub:block-title; rdf:predicate dct:title; rdf:subject sub:content-block . sub:st06 a nt:OptionalStatement; rdf:object sub:block-description; rdf:predicate ; rdf:subject sub:content-block . rdfs:label "Markdown" . rdfs:label "Julia" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1784-2920 . } sub:pubinfo { orcid:0000-0002-1784-2920 foaf:name "Anne Fouilloux" . this: dct:created "2025-08-15T14:22:53.471Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1784-2920; dct:license ; npx:supersedes ; npx:wasCreatedAt ; rdfs:label "Template: Executable Content Block Template"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDWv2pJnmDsBOq8OlT1aSvYXSuWT34WOp4FYqEzdnn2F0kqzcFevBqWGZDxJWC0lqCrDEuNfp2QFyPe/+nES9dlHGYIhqPi68fwK6ZiNUotRFxXou+rjFznVvUxtCL8Ede79EBHwWN61QtwSIcU12bLoZsNPFlqQASQ93BJuKlihwIDAQAB"; npx:hasSignature "MH5qXD/OytD+ri45H7VNa+MTW6wuZAIFJsFWZC/WzJupQFL7RNWqpPz7q5eSgRBMvXHRkSfTf+DDsV8NoOyOnseOh8kBKdFIoTwP/YAjA/a/56ADAzpF8h74CfJ1a1ltNH569Q9KeWZ9ZTnIwg/jG9me4U6hPDwzXTdzfRsygOo="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1784-2920 . }