🔗 References (max. 100)

show query show view
part subject predicate object published by date
Assertion
Assertion
🤖 Software Agents
Assertion
PublicationInfo
🤖 Software Agents - Returns all approved (trust-state-loaded) users that are software agents, with their display name.
Assertion
Returns all approved (trust-state-loaded) users that are software agents, with their display name.
Assertion
Assertion
prefix np: <http://www.nanopub.org/nschema#> prefix npx: <http://purl.org/nanopub/x/> prefix npa: <http://purl.org/nanopub/admin/> prefix foaf: <http://xmlns.com/foaf/0.1/> select ?user_iri (sample(?name) as ?user_iri_label) where { graph npa:graph { npa:thisRepo npa:hasCurrentTrustState ?g . } graph ?g { ?acct a npa:AccountState ; npa:agent ?user_iri ; npa:trustStatus npa:loaded . } service <https://w3id.org/np/l/nanopub-query-1.1/repo/type/77757cabf6184c51c20b8b0fe5dc5e1365b7f628448335184ad54319a0affdfc> { graph ?a { ?kd npx:declaredBy ?user_iri . } filter exists { graph ?a2 { ?user_iri a npx:SoftwareAgent } } optional { graph ?a { ?user_iri foaf:name ?name } } } } group by ?user_iri order by lcase(str(sample(?name)))
PublicationInfo
Assertion