@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 { sub:additional rdf:object sub:additionalValue; rdf:predicate sub:additionalPredicate; rdf:subject nt:ASSERTION; a nt:RepeatableStatement; nt:statementOrder "7" . sub:additionalPredicate a nt:UriPlaceholder . sub:additionalValue a nt:ValuePlaceholder . sub:assertion dct:description """This template allows you to make annotate external resources (e.g., papers, software, published datasets) with their RDF stream type, according to RDF-STaX. The assertion is subjective and it includes information on who made it (you) and how was it derived from the source material. More information about RDF-STaX: https://w3id.org/stax"""; a nt:AssertionTemplate, nt:UnlistedTemplate; rdfs:label "Annotating RDF stream type with RDF-STaX"; nt:hasNanopubLabelPattern "${streamTypeValue} is used in ${targetValue}"; nt:hasStatement sub:additional, sub:citoRelation, sub:class, sub:comment, sub:creator, sub:streamType, sub:target; nt:hasTargetNanopubType . sub:citoRelation rdf:object sub:targetValue; rdf:predicate sub:citoRelationPredicate; rdf:subject nt:ASSERTION; a nt:OptionalStatement; nt:statementOrder "4" . sub:citoRelationPredicate a nt:RestrictedChoicePlaceholder; rdfs:label "CiTO relation to specify how the stream type assertion was derived from the target (optional)"; nt:possibleValuesFrom . sub:class rdf:object ; rdf:predicate rdf:type; rdf:subject nt:ASSERTION; a rdf:Statement; nt:statementOrder "2" . sub:comment rdf:object sub:commentValue; rdf:predicate rdfs:comment; rdf:subject nt:ASSERTION; a nt:OptionalStatement; nt:statementOrder "6" . sub:commentValue a nt:LongLiteralPlaceholder; rdfs:label "comment – anything relevant to explain the assertion" . sub:creator rdf:object nt:CREATOR; rdf:predicate dct:creator; rdf:subject nt:ASSERTION; nt:statementOrder "1" . sub:streamType rdf:object sub:streamTypeValue; rdf:predicate ; rdf:subject nt:ASSERTION; a nt:RepeatableStatement; nt:statementOrder "5" . sub:streamTypeValue a nt:RestrictedChoicePlaceholder; rdfs:label "RDF stream type"; nt:possibleValuesFrom . sub:target rdf:object sub:targetValue; rdf:predicate ; rdf:subject nt:ASSERTION; a rdf:Statement; nt:statementOrder "3" . sub:targetValue a nt:ExternalUriPlaceholder; rdfs:label "IRI of the annotated thing" . rdfs:label "RDF stream type usage" . rdfs:label "has stream type" . rdfs:label "is stream type usage of" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-2543-9461 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCTHgk4F1Fuj1WT3rb97R451KIDLjCwb0dyVD4BQEii7FqUMNjVsfH2oU19Tvkopmt/OVaOI/7khWR/NtiIhXJTekIZYh9Ccop527GwZVlwtvJT4LGtMrcXNK8E6/6i7HCR2UEMbM1AhzEdo9FOwXyjAgw+qWjo1XNpkXIGfqHEeQIDAQAB"; npx:hasSignature "df0VaXFXissYB5KHquZHsV9NVya7NBqFpzUeQyVkAuWNRrzZIYaKtP7O72AEgGfroVgtNgAlXdA7R42HD0x+IKbspxl4usCQ06T5oyhCbBxr3MaM+2mhydUMHFx2nCw30MRgDC4qUUu+XmEQsX6jvhdrBo7LMxKwmPg7LTixHcY="; npx:hasSignatureTarget this: . this: dct:created "2023-11-07T15:12:32.605Z"^^xsd:dateTime; dct:creator orcid:0000-0002-2543-9461; dct:license ; npx:supersedes ; a npx:DraftNanopub; rdfs:label "Template: Annotating RDF stream type with RDF-STaX"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , ; nt:wasCreatedFromTemplate . }