@prefix this: <https://w3id.org/np/RAMrlanWeHwGty3Q3k3uIjD89rLI8z5B0U9YZSTplMLq0> .
@prefix sub: <https://w3id.org/np/RAMrlanWeHwGty3Q3k3uIjD89rLI8z5B0U9YZSTplMLq0#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/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:OptionalStatement , nt:RepeatableStatement ;
    nt:statementOrder "7" .
  sub:additionalPredicate a nt:UriPlaceholder ;
    rdfs:label "any additional property" .
  sub:additionalValue a nt:ValuePlaceholder ;
    rdfs:label "literal / URI" .
  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 ;
    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 <https://w3id.org/stax/ontology#RdfStreamTypeUsage> .
  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 <https://w3id.org/np/RAJb-zZdFrNzgwxmMzFstFeKTZAJImhMGNL-IzEJY4kx8> .
  sub:class rdf:object <https://w3id.org/stax/ontology#RdfStreamTypeUsage> ;
    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 <https://w3id.org/stax/ontology#hasStreamType> ;
    rdf:subject nt:ASSERTION ;
    a nt:RepeatableStatement ;
    nt:statementOrder "5" .
  sub:streamTypeValue a nt:RestrictedChoicePlaceholder ;
    rdfs:label "RDF stream type" ;
    nt:possibleValuesFrom <https://w3id.org/np/RAQ6rmwxjcMOS3Msq0A6_GsUyyWz5Sd0w5iFxVyzGwxvk> .
  sub:target rdf:object sub:targetValue ;
    rdf:predicate <https://w3id.org/stax/ontology#isUsageOf> ;
    rdf:subject nt:ASSERTION ;
    a rdf:Statement ;
    nt:statementOrder "3" .
  sub:targetValue a nt:ExternalUriPlaceholder ;
    rdfs:label "URI of the annotated thing" .
  <https://w3id.org/stax/ontology#RdfStreamTypeUsage> rdfs:label "RDF stream type usage" .
  <https://w3id.org/stax/ontology#hasStreamType> rdfs:label "has stream type" .
  <https://w3id.org/stax/ontology#isUsageOf> 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 "DIfmou6S84mv58723MfyNxUzU/C7+nTVuKPawx/DgU/HFHKXHzoHkpoRazXXDPB2pXFFJL0DSso4kFDoXGUTzfyOr4THq+MmfTmir9etBy/9x82HGqSBLxcqopfC7cpbUwOpeGkkOcKPOqE1fCvLpk0Rwp6GtMNxiD9wnYNrQ44=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-11-07T15:57:50.215Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-2543-9461 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:supersedes <https://w3id.org/np/RAcX49qoPNFO4nm4RRAf3rjvGdDKm0fBQs07QjRcgXm_o> ;
    rdfs:label "Template: Annotating RDF stream type with RDF-STaX" ;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM> ;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM> , <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90> , <http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI> ;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAJwu5sVubRqXY4t2gkSoGxWkMyZqnpkGTCPiTlmvi4so> .
}