@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:observations-per-method a ; dct:description "Counts of observation FDOs grouped by the method (computational, experimental, or surveillance) that produced them — demonstrating multi-source decentralized attribution."; dct:license ; rdfs:label "MAC FDT — observations per method"; ; """PREFIX rdfs: PREFIX np: PREFIX npa: PREFIX npx: PREFIX dct: PREFIX fdof: PREFIX mac: SELECT ?method (COUNT(?obs) AS ?count) WHERE { GRAPH npa:graph { ?n1 npa:hasValidSignatureForPublicKey ?pubkey . filter not exists { ?np2 npx:invalidates ?n1 ; npa:hasValidSignatureForPublicKey ?pubkey . } ?n1 np:hasAssertion ?a . } graph ?a { ?obs ?methodPred ?method . VALUES ?methodPred { mac:hasPredictionMethod mac:hasExperimentalMethod mac:hasSurveillanceMethod } } } GROUP BY ?method ORDER BY DESC(?count)""" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0001-8888-635X . } sub:pubinfo { this: dct:created "2026-05-28T10:51:46Z"^^xsd:dateTime; dct:creator orcid:0000-0001-8888-635X; dct:license ; npx:introduces sub:observations-per-method; rdfs:label "MAC FDT — observations per method"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD3w/IUb755GIzp3ueODYkgELhyq4Clygb5Kspge50xo+n8uC/IvXwi+ukRjEpdfX/JZ09yKUCJ2AMMr/QchrsP1Xhg9Q3fEZ4E12XqFd5jX00Qs0K5XZwjBaV8NdDTJW9I4gpcyh0cry7hSBAWHkXEkqbK+lQvR4UFAKejFq6u/wIDAQAB"; npx:hasSignature "M4d5r0z/u5SAlD/Cix9mr4wqf+WVj5brWFhjAthn9hSULj5gFPFOm5oRJaq5ZJwlRYdMik2mWWdMT9j8FNncinG2LELjR3aTkLFskzjlVw0OgxPBS9xG0gI0OAWcRw4fgmXP1n4Yj6LHK2c3MuLViDPQgzfskgV+HdztBhFfCpo="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0001-8888-635X . }