@prefix this: <https://w3id.org/np/RAqdRPSZgYbgKSSvYeBvkqfvpJPfmdS9SfExaw3UT2n1A> .
@prefix sub: <https://w3id.org/np/RAqdRPSZgYbgKSSvYeBvkqfvpJPfmdS9SfExaw3UT2n1A#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@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#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <https://iphylo.blogspot.com/2024/06/nanopubs-way-to-create-even-more-silos.html#comment-6484057602> rdfs:comment """Thanks for your reply. Yes, we seem to be in agreement then :)

Except possibly some details on the order in which certain steps should be taken. We have focussed on the technology (but always with the users in the longer term in our mind), because the technology needs to be at a certain level of maturity to start doing actual things with it. How to represent scientific content as a knowledge graph has been studied academically, and to make the next step to move this to practice we need a suitable technology first. And now that the technology is \"ready enough\", we can start doing this, but we won't get it right on the first try. So, in my view, what you point out are valid points, but they are not fundamental shortcomings but rather practical mistakes and rough edges that are part of the process.

Right, the last two query links were broken. Somehow they got truncated. I fixed the links in my post above, and now they should work.

Indeed persistence isn't free. But for nanopublications, as long as we stay in the range of thousands to millions, the costs are actually small. In particular if we separate the storage/archiving from the querying layer, as we do, where only the first is crucial for persistence. Then the persistence is more of an organizational/coordination problem than a cost problem, and with a decentralized redunant network as we have it, this task can be distributed and managed at low cost (on university servers, for example). Maybe URIs don't always resolve, but there is always a well-defined procedure to find the nanopubs at other locations.

Things change if we talk about hundreds of millions to billions of nanopublications and more. Given the versatility of nanopublications, it's possible we will get there. For this we need a model where the mass creators of nanopublications also carry the associated costs. We are working on next-generation nanopublication services that will allow for exactly that. Nodes in the nanopublication network can then assert restrictions and quotas on users and types of nanopublications they replicate/accept, and so for publishing large quantities one would have to convince (with money, probably) a few of the nodes to co-host the nanopublications. Just as a quick summary of these plans; happy to explain more.

And it's great that your post has triggered these discussions. Thanks for that :)""" .
}
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 "DM/ey65CK71FkhXntYyAu6eUCy9G9Vmbl1HdvqiH/dsrTLf2qI0vBTC31AREFrhXcK5r3kttGN2TIcN9NhwwbUPlPX1mzrjJeAD63oVxbXvwb5ceScdf+BmoMTe0iyWtFe7QI7tVAQUury6EXr2EliuZeH5Os3LpyqTRFk9zOs4=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-1267-0234 .
  this: dct:created "2024-06-20T07:28:21.271Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:supersedes <https://w3id.org/np/RAWRGJhpyvjYp2NMerY0unNVJbvbW6W5o1w-2kluLzG1Q> ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Comment on: comment-6484057602" ;
    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/RA3gQDMnYbKCTiQeiUYJYBaH6HUhz8f3HIg71itlsZDgA> .
}