@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: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { dct:description rdfs:label "has the description" . rdf:type rdfs:label "is a" . rdfs:label rdfs:label "has the label" . rdfs:label "Nanodash project" . rdfs:label "has as owner" . rdfs:label "has as pinned query" . rdfs:label "has as pinned template" . sub:assertion dct:description "Such nanopublications define project pages that are shown on Nanodash."; a nt:AssertionTemplate; rdfs:label "Defining a Nanodash Project"; nt:hasStatement sub:st01, sub:st02, sub:st03, sub:st04, sub:st06, sub:st07, sub:st08; nt:hasTag "Projects" . sub:description a nt:LongLiteralPlaceholder; rdfs:label "the description of the project" . sub:label a nt:LiteralPlaceholder; rdfs:label "the name of the project" . sub:owner a nt:AgentPlaceholder; rdfs:label "an owner of the project" . sub:plaintemplate a nt:TrustyUriPlaceholder; rdfs:label "identifier for template (without tag)" . sub:project a nt:IntroducedResource, nt:UriPlaceholder; rdfs:label "project identifier" . sub:query a nt:ExternalUriPlaceholder; rdfs:label "a query URI to show the results for" . sub:st01 rdf:object ; rdf:predicate rdf:type; rdf:subject sub:project . sub:st02 rdf:object sub:label; rdf:predicate rdfs:label; rdf:subject sub:project . sub:st03 rdf:object sub:description; rdf:predicate dct:description; rdf:subject sub:project . sub:st04 rdf:object sub:owner; rdf:predicate ; rdf:subject sub:project; a nt:OptionalStatement, nt:RepeatableStatement . sub:st06 a nt:GroupedStatement, nt:OptionalStatement, nt:RepeatableStatement; nt:hasStatement sub:st06a, sub:st06b . sub:st06a rdf:object sub:taggedtemplate; rdf:predicate ; rdf:subject sub:project . sub:st06b rdf:object sub:templatetag; rdf:predicate nt:hasTag; rdf:subject sub:taggedtemplate . sub:st07 rdf:object sub:plaintemplate; rdf:predicate ; rdf:subject sub:project; a nt:OptionalStatement, nt:RepeatableStatement . sub:st08 rdf:object sub:query; rdf:predicate ; rdf:subject sub:project; a nt:OptionalStatement, nt:RepeatableStatement . sub:taggedtemplate a nt:TrustyUriPlaceholder; rdfs:label "identifier for template (with tag)" . sub:templatetag a nt:LiteralPlaceholder; rdfs:label "tag for the template (used to group them)" . nt:hasTag rdfs:label "has the tag - This tag is used to group templates on the project page." . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB"; npx:hasSignature "6go0G3LAgqTjL9CN08+HKW70vg7GrVkxtxzPsLOrcilKn2aM9enVXXYsZDvU8ahfOAQU6jDHOcyKTzFSkrKmnQU/DoE1muLVUM9auWAj0Fljmk1AgUYm9+XyUHDhqaGGcM8vlMHZWy6Uq+gc/x4Qa3BxNumYEt48HzBJy4EPq24="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . this: dct:created "2025-02-03T12:56:05.564Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:supersedes ; npx:wasCreatedAt ; rdfs:label "Template: Defining a Nanodash Project"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . }