earthcubearchitecture-project418 / services

RPC services package for Project 418
0 stars 2 forks source link

Define Assay Queries #2

Open ashepherd opened 6 years ago

ashepherd commented 6 years ago
ashepherd commented 6 years ago

See: https://github.com/paulhoule/gastrodon/blob/master/notebooks/local/DBpedia_Schema_Queries.ipynb

ashepherd commented 6 years ago

Do a report for each repository

ashepherd commented 6 years ago

COUNT TRIPLES

SELECT DISTINCT ?g COUNT(?s) as ?num_triples WHERE { GRAPH ?g { ?s ?p ?o } } ORDER BY DESC(?num_triples)

WHICH REPO USE A LICENSE and WHICH ONE

select distinct ?g ?o where { graph ?g { ?s <http://schema.org/license> ?o } }

COUNT OF DATASETS W. LICENSE BY REPO

select ?g count(distinct ?s) as ?num_licenses where { graph ?g { ?s <http://schema.org/license> ?o } }

ashepherd commented 6 years ago
screen shot 2018-05-30 at 11 49 54 am screen shot 2018-05-30 at 10 14 02 am
ashepherd commented 6 years ago

no ORCIDs shared across repos

ashepherd commented 6 years ago

only shared DOIs are Fundref DOIs: (BCO-DMO & IEDA) 1) NSF 2) NSF-GEO

ashepherd commented 6 years ago

https://developers.google.com/search/docs/data-types/dataset