@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
@prefix foaf: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
sub:list_nonqualifed_fsr dcterms:description "List all non-qualified FAIR Enabling/Supporting Resources.";
dcterms:license ;
a ;
rdfs:label "List non-qualified FERs/FSRs";
;
"""prefix np:
prefix npa:
prefix npx:
prefix xsd:
prefix dct:
prefix rdfs:
prefix fip:
select distinct ?np ?label (group_concat(distinct ?typelabel; separator = \", \") as ?types) ?date where {
values ?service {
}
service ?service {
graph npa:graph {
?np npa:hasValidSignatureForPublicKey ?pubkey .
filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . }
filter not exists { ?np npx:hasNanopubType npx:ExampleNanopub . }
filter not exists { ?np npx:hasNanopubType . }
filter not exists { ?np npx:hasNanopubType fip:FAIR-Implementation-Community . }
filter not exists { ?np npx:hasNanopubType fip:FAIR-Implementation-Profile . }
filter not exists { ?np npx:hasNanopubType fip:Semantic-Interoperability-Profile . }
?np dct:created ?date .
filter(str(?date) > \"2022\")
?np np:hasAssertion ?a .
}
graph ?a {
#?thing a .
?thing a ?type .
?thing rdfs:label ?labelx .
}
}
filter( ?type != )
filter( ?type != )
filter( ?type != )
filter( ?type != )
filter( ?type != )
filter( ?type != )
bind(replace(str(?type), '^.*/([^/]+)$', '$1') as ?typelabel)
bind(str(?labelx) as ?label)
optional { select ?np ?disapproval { service {
graph npa:graph {
?disapproval npa:hasValidSignatureForPublicKey ?dpubkey .
?disapproval np:hasAssertion ?da .
filter not exists { ?disapprovalx npx:invalidates ?disapproval ; npa:hasValidSignatureForPublicKey ?dpubkey . }
}
graph {
?dpubkeys npx:hasPublicKey ?dpubkey .
}
graph ?da {
?dsomebody npx:disapprovesOf ?np .
}
} } }
filter(!bound(?disapproval))
optional { select ?np ?qualification { service {
graph npa:graph {
?qualification npa:hasValidSignatureForPublicKey ?qpubkey .
?qualification np:hasAssertion ?qa .
filter not exists { ?qualificationx npx:invalidates ?qualification ; npa:hasValidSignatureForPublicKey ?qpubkey . }
}
graph {
?qpubkeys npx:hasPublicKey ?qpubkey .
}
graph ?qa {
?qsomebody npx:qualifies ?np .
}
} } }
filter(!bound(?qualification))
}
group by ?np ?label ?date
order by desc(?date)""" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
this: dcterms:created "2025-06-16T12:08:31.370Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-1267-0234;
dcterms:license ;
npx:embeds sub:list_nonqualifed_fsr;
npx:supersedes ;
npx:wasCreatedAt ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
, ;
nt:wasCreatedFromTemplate .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB";
npx:hasSignature "pRDkp5LWiXQrMSzjJWwWuxe+flnVwCVVRssvj8kCfYAjK5YBOlW0QKA16mBqnvUk56+JFNXS0atgeQ7D2/HeiX+H0ZH7u5Oh9eM9NksyzzpcLDvu9C62LFHnSg2mPRvi9O4YrfOo4Zzo9BSQCAtfNYoV3xZVEXdwxjeTlZmDowg=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0002-1267-0234 .
}