Matches in Nanopublications for { <https://w3id.org/np/RAR5V5LYhAR0bOOXHosAG_laJNhi09xNvJ7jvOU_k_Wcw/get-fair2adapt-nanopubs> ?p ?o ?g. }
Showing items 1 to 6 of
6
with 100 items per page.
- get-fair2adapt-nanopubs type grlc-query assertion.
- get-fair2adapt-nanopubs label "Get FAIR2Adapt nanopubs" assertion.
- get-fair2adapt-nanopubs 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/> prefix nt: <https://w3id.org/np/o/ntemplate/> select * where { # Search for nanopublications GRAPH npa:graph { ?np npa:hasValidSignatureForPublicKey ?pubkey . FILTER NOT EXISTS { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKey ?pubkey . } ?np dct:created ?date . ?np np:hasPublicationInfo ?pubinfo . # Get publication info details OPTIONAL { ?pubinfo dct:creator ?creator } OPTIONAL { ?pubinfo <http://xmlns.com/foaf/0.1/name> ?creatorName } OPTIONAL { ?pubinfo dct:license ?license } OPTIONAL { ?pubinfo npx:hasSignature ?signature . ?pubinfo npx:signedBy ?creator . } } # Search for FAIR2Adapt in nt:hasLabelFromApi in the publication info graph GRAPH ?pubinfo { ?subject nt:hasLabelFromApi ?object . FILTER (CONTAINS(LCASE(STR(?object)), "fair2adapt")) } } order by desc(?date)" assertion.
- get-fair2adapt-nanopubs endpoint full assertion.
- get-fair2adapt-nanopubs description "Search for FAIR2Adapt in nt:hasLabelFromApi in the publication info graph" assertion.
- get-fair2adapt-nanopubs license LICENSE-2.0 assertion.