@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . 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 as description" . sub:assertion a nt:AssertionTemplate; rdfs:label "Introducing a new idea"; nt:hasNanopubLabelPattern "Idea: ${name}"; nt:hasStatement sub:st0, sub:st1, sub:st2, sub:st3; nt:hasTag "General" . sub:description a nt:LongLiteralPlaceholder; rdfs:label "a description of the idea" . sub:idea a nt:IntroducedResource, nt:LocalResource, nt:UriPlaceholder; rdfs:label "short name, used as URI suffix" . sub:name a nt:LiteralPlaceholder; rdfs:label "a name given to the idea" . sub:seeAlsoLink a nt:UriPlaceholder; rdfs:label "a link where more information can be found" . sub:st0 rdf:object ; rdf:predicate rdf:type; rdf:subject sub:idea . sub:st1 rdf:object sub:name; rdf:predicate rdfs:label; rdf:subject sub:idea . sub:st2 rdf:object sub:description; rdf:predicate dct:description; rdf:subject sub:idea . sub:st3 rdf:object sub:seeAlsoLink; rdf:predicate rdfs:seeAlso; rdf:subject sub:idea; a nt:OptionalStatement, nt:RepeatableStatement . rdf:type rdfs:label "is an" . rdfs:label rdfs:label "has the name" . rdfs:seeAlso rdfs:label "has further information at" . rdfs:label "idea" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "cZTLljbXY6GwI8jWlBhTy3E25HCi2ggB8CxUzjuJNhFoaoKiBQzFmhvOKfg+j1A0Y8iNPSmg0k+pgJeAXMLMJRedfBgmHnhcnssXwpV1UQCdjGfh5mChLcMFQkxII6eCjO8z1KOruGbdTvvFlaEdNcVSfap2SSoDvMTlqpXwC5w="; npx:hasSignatureTarget this: . this: dct:created "2023-08-16T11:27:59.633+02:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:supersedes ; rdfs:label "Template: Introducing a new idea"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . }