Matches in Nanopublications for { ?s ?p ?o <https://w3id.org/np/RAD3973Km2JsDtZhueIEw1L-EiJlGW4VUYIA4lMBbKG3w/assertion>. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-fdo-attributes type grlc-query assertion.
- get-fdo-attributes label "Get FDO attributes" assertion.
- get-fdo-attributes sparql "prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> prefix dct: <http://purl.org/dc/terms/> prefix np: <http://www.nanopub.org/nschema#> prefix npa: <http://purl.org/nanopub/admin/> prefix npx: <http://purl.org/nanopub/x/> select ?np ?label ?attribute ?creator ?date where { graph npa:graph { ?np npa:hasValidSignatureForPublicKey ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } ?np dct:created ?date . ?np npx:hasNanopubType <https://w3id.org/fdoc/o/terms/FdoAttribute> . ?np npx:introduces ?attribute . optional { ?np rdfs:label ?label } optional { ?np npx:signedBy ?creator } } } order by desc(?date)" assertion.
- get-fdo-attributes endpoint 70cc0291e0a5122b964923d3e0dd9adeaa1f3bd647cc65cb62a9d9dc1d5c4b8d assertion.
- get-fdo-attributes description "This query returns all FDO attributes with their definitions" assertion.
- get-fdo-attributes license LICENSE-2.0 assertion.