- Oct 2024
-
www.knowledgegraph.tech www.knowledgegraph.tech
-
https://www.knowledgegraph.tech/speakers/denny-vrandecic/
-
- Apr 2024
-
peerj.com peerj.com
-
BIOwikidata
BibliografíaWikidata
Tags
Annotators
URL
-
-
scholia.toolforge.org scholia.toolforge.orgScholia1
-
BibliografíaWikidata
-
-
fetstudy.uwe.ac.uk fetstudy.uwe.ac.uk
- Mar 2024
-
wikidata.metaphacts.com wikidata.metaphacts.com
- Nov 2023
-
egonw.github.io egonw.github.io
-
BIOwikidata
SPARQL
-
-
reactome.org reactome.org
-
elifesciences.org elifesciences.org
-
- Oct 2023
-
www.wikidata.org www.wikidata.orgWikidata1
-
www.biblibre.com www.biblibre.com
-
megagladys.com megagladys.com
-
Wikipedia
Tags
Annotators
URL
-
-
johnsamuel.info johnsamuel.info
Tags
Annotators
URL
-
-
gist.github.com gist.github.com
-
console curl -G https://wdqs-beta.wmflabs.org/bigdata/namespace/wdq/sparql --data-urlencode query=' select distinct ?type where { ?thing a ?type } limit
Tags
Annotators
URL
-
-
-
Federated SPARQL Query, incorporating data from both DBpedia & Wikidata
```sparql PREFIX wd: http://www.wikidata.org/entity/ PREFIX wdt: http://www.wikidata.org/prop/direct/ PREFIX wikibase: http://wikiba.se/ontology# PREFIX p: http://www.wikidata.org/prop/ PREFIX ps: http://www.wikidata.org/prop/statement/ PREFIX pq: http://www.wikidata.org/prop/qualifier/ PREFIX bd: http://www.bigdata.com/rdf# PREFIX owl: http://www.w3.org/2002/07/owl# PREFIX rdfs: http://www.w3.org/2000/01/rdf-schema# PREFIX foaf: http://xmlns.com/foaf/0.1/ PREFIX dct: http://purl.org/dc/terms/SELECT DISTINCT ?dbpediaID AS ?href xsd:string(?label) AS ?name ?description ?subjectText ?item AS ?wikidataID ?dbpediaID ?image ?picture WHERE { SERVICE http://query.wikidata.org/sparql { SELECT DISTINCT ?item ?itemLabel ?numero ( SAMPLE(?pic) AS ?picture ) WHERE { ?item p:P528 ?catalogStatement . ?catalogStatement ps:P528 ?numero . ?catalogStatement pq:P972 wd:Q14530 . OPTIONAL { ?item wdt:P18 ?pic } . SERVICE wikibase:label { bd:serviceParam wikibase:language "en" } } GROUP BY ?item ?itemLabel ?numero ORDER BY ?numero }
SERVICE <http://dbpedia.org/sparql> { SELECT ?item ?dbpediaID ?label ?image ?description ?subjectText FROM <http://dbpedia.org> WHERE { ?dbpediaID owl:sameAs ?item ; rdfs:label ?label ; foaf:depiction ?image ; rdfs:comment ?description ; dct:subject [ rdfs:label ?subjectText ] . FILTER ( LANG(?label) = "en" ) FILTER ( LANG(?description) = "en" ) } }
} ```
-
-
stackoverflow.com stackoverflow.com
-
meta.wikimedia.org meta.wikimedia.org
- Sep 2023
-
citationhunt.toolforge.org citationhunt.toolforge.org
-
Esta es una excelente plataforma para encontrar párrafos que carecen de citas en Wikipedia y agregarlas.
-
-
citation-js.toolforge.org citation-js.toolforge.orgHome1
-
Descripción: Esta aplicación permite generar referencias bibliográficas utilizando literatura de Wikidata
Formato para poner las citas https://citation-js.toolforge.org/api/v1/export/Q30000000,Q30000002/bibliography?format=html
Reses Sociales https://mstdn.social/@citationjs@fosstodon.org
-
-
wikidata-todo.toolforge.org wikidata-todo.toolforge.org
-
js.histropedia.com js.histropedia.com
-
js.histropedia.com js.histropedia.com
-
www.wikidata.org www.wikidata.org
-
CajaHerramientas
-
-
openbiblio.social openbiblio.social
-
www.wikidata.org www.wikidata.org
Tags
Annotators
URL
-
- Aug 2023
-
opendata.stackexchange.com opendata.stackexchange.com
-
query.wikidata.org query.wikidata.org
Tags
Annotators
URL
-
-
www.mediawiki.org www.mediawiki.org
-
opendata.stackexchange.com opendata.stackexchange.com
- Jul 2023
-
zfdg.de zfdg.de
-
Aktive Kompetenz
Offene Metadaten für (eigene) Publikationen selbst zu produzieren bzw. zu pflegen und in der eigenen Wisskomm zu verwenden (z.B. für Nachrichten mit Thumbnails in Social Medias) ist m.E. eine Aktivität und Strategie, die am Rande hier mit Erwähnung finden könnte, vgl. https://redaktionsblog.hypotheses.org/5219 ++ selbsr erschleßen mit https://scholia.toolforge.org/doi/ + 10.17175/wp_2023b führt zu https://scholia.toolforge.org/doi/10.17175/wp_2023b, vgl. das Workshopbeispiel: https://de.wikiversity.org/wiki/Open_Science_Festival/Forschen_im_Wikiversum_(2023)#Publizieren_und_Erschlie%C3%9Fen
Tags
Annotators
URL
-
- Jun 2023
-
www.wikidata.org www.wikidata.org
Tags
Annotators
URL
-
-
en.wikibooks.org en.wikibooks.org
-
-
en.wikibooks.org en.wikibooks.org
Tags
Annotators
URL
-
-
rzine-reviews.github.io rzine-reviews.github.io
Tags
Annotators
URL
-
-
www.ahp-numerique.fr www.ahp-numerique.fr
-
wdtaxonomy.readthedocs.io wdtaxonomy.readthedocs.io
-
linkedwiki.com linkedwiki.com
-
```sparql PREFIX pm20: http://purl.org/pressemappe20/folder/ PREFIX p: http://www.wikidata.org/prop/ PREFIX pq: http://www.wikidata.org/prop/qualifier/ PREFIX skos: http://www.w3.org/2004/02/skos/core# PREFIX wdt: http://www.wikidata.org/prop/direct/ PREFIX wd: http://www.wikidata.org/entity/
SELECT ?wd ?skosRelation ?pm20
construct {
?wd ?skosRelation ?pm20 .
}
where { service https://query.wikidata.org/sparql { # wd items with PM20 ID ?wd wdt:P4293 ?pm20Id . filter(isLiteral(?pm20Id)) # # mapping relation optional { ?wd p:P4293/pq:P4390 ?relation . # URL of the equivalent skos property ?relation wdt:P2699 ?skosRelation1 . } } # bind as URIs bind(uri(concat('http://purl.org/pressemappe20/folder/', ?pm20Id)) as ?pm20) bind(if(bound(?skosRelation1), ?skosRelation1, uri('http://www.w3.org/2004/02/skos/core#exactMatch')) as ?skosRelation) } ```
-
-
zestedesavoir.com zestedesavoir.com
-
lab.cccb.org lab.cccb.org
-
blogs.pjjk.net blogs.pjjk.net
-
www.wikidata.org www.wikidata.org
-
www.wikidata.org www.wikidata.org
-
query.wikidata.org query.wikidata.org
-
-
blog.wolfram.com blog.wolfram.com
-
www.youtube.com www.youtube.com
-
-
lca2022.linux.org.au lca2022.linux.org.au
- May 2023
-
-
github.com github.com
-
```php
$record) { if ($name<>"count" and $name<>"specials") { foreach ($record["site"] as $sitelink) { $site[$sitelink["dbname"]]=$sitelink["url"]; } } if ($name==="specials") { foreach ($record as $sitelink) { $site[$sitelink["dbname"]]=$sitelink["url"]; } } } /* Open files */ $fp = fopen('data/'.$entity_proc.'.ttl', 'w'); fwrite($fp, "@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .\n"); fwrite($fp, "@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .\n"); fwrite($fp, "@prefix skos: <http://www.w3.org/2004/02/skos/core#> .\n"); fwrite($fp, "@prefix wd: <http://www.wikidata.org/entity/> .\n"); fwrite($fp, "@prefix wdt: <http://www.wikidata.org/prop/direct/> .\n"); fwrite($fp,"\n"); fwrite($fp,"<http://www.wikidata.org/categories> rdf:type skos:ConceptScheme ;\n"); fwrite($fp," skos:prefLabel \"Wikidata categories\"@en .\n\n"); // echo $list_entities."\n"; $url = "https://www.wikidata.org/w/api.php?action=wbgetentities&ids=".$entity_proc."&props=labels|aliases|sitelinks&format=php&utf8="; $a = unserialize(file_get_contents($url)); foreach ($a["entities"] as $entity=>$data_entity) { fwrite($fp,"wd:".$entity." rdf:type skos:Concept ;\n"); fwrite($fp," skos:inScheme <http://www.wikidata.org/categories> "); if (isset($data_entity["labels"])) { foreach ($data_entity["labels"] as $label) { fwrite($fp,";\n skos:prefLabel \"".$label["value"]."\"@".$label["language"]." "); } } if (isset($data_entity["aliases"])) { foreach ($data_entity["aliases"] as $item) { foreach ($item as $label) { fwrite($fp,";\n skos:altLabel> \"".$label["value"]."\"@".$label["language"]." "); } } } foreach ($data_entity["sitelinks"] as $item) { if (in_array($item["site"],$array_sources)) { /* GET BROADER CATEGORIES */ $repeat_query=true; $cmcontinue=""; while ($repeat_query==true) { $repeat_query = false; $url_wiki = $site[$item["site"]]."/w/api.php?action=query&generator=categories&titles=".urlencode($item["title"])."&prop=pageprops|categoryinfo&format=php&utf8=".$cmcontinue; $b = unserialize(file_get_contents($url_wiki)); if (isset($b["continue"]["cmcontinue"])) { $repeat_query = true; $cmcontinue = $b["continue"]["cmcontinue"]; } if (isset($b["query"]["pages"])) { foreach ($b["query"]["pages"] as $broadcat) { if (isset($broadcat["pageprops"]["wikibase_item"])) { if (!isset($broader[$broadcat["pageprops"]["wikibase_item"]])) {$broader[$broadcat["pageprops"]["wikibase_item"]]=$broadcat["title"];} // fwrite($fp,"<http://www.wikidata.org/entity/".$entity_proc."> <http://www.w3.org/2004/02/skos/core#broader> <http://www.wikidata.org/entity/".$broadcat["pageprops"]["wikibase_item"]."> <http://www.wikidata.org/categories/".$item["site"]."> .\n"); } } } } /* GET NARROWER CATEGORIES */ $repeat_query=true; $cmcontinue=""; while ($repeat_query==true) { $repeat_query = false; $url_wiki = $site[$item["site"]]."/w/api.php?action=query&generator=categorymembers&gcmtitle=".urlencode($item["title"])."&gcmtype=subcat&prop=pageprops|categoryinfo&format=php&utf8=".$cmcontinue; $b = unserialize(file_get_contents($url_wiki)); if (isset($b["continue"]["cmcontinue"])) { $repeat_query = true; $cmcontinue = $b["continue"]["cmcontinue"]; } if (isset($b["query"]["pages"])) { foreach ($b["query"]["pages"] as $narrowcat) { if (isset($narrowcat["pageprops"]["wikibase_item"])) { if (!isset($narrower[$narrowcat["pageprops"]["wikibase_item"]]) or $item["site"]=="enwiki") {$narrower[$narrowcat["pageprops"]["wikibase_item"]]=$narrowcat["title"];} // fwrite($fp,"<http://www.wikidata.org/entity/".$entity_proc."> <http://www.w3.org/2004/02/skos/core#narrower> <http://www.wikidata.org/entity/".$narrowcat["pageprops"]["wikibase_item"]."> <http://www.wikidata.org/categories/".$item["site"]."> .\n"); } } } } } } } $prevalue=""; foreach ($broader as $target=>$value) { fwrite($fp,";".$prevalue."\n skos:broader wd:".$target); $prevalue=" # ".$value; } if ($prevalue!=="") {fwrite($fp,$prevalue);} $prevalue=""; foreach ($narrower as $target=>$value) { fwrite($fp,";".$prevalue."\n skos:narrower wd:".$target); $prevalue=" # ".$value; } if ($prevalue!=="") {fwrite($fp,$prevalue);} fwrite($fp,".\n\n"); fclose($fp); ?>```
Tags
Annotators
URL
-
-
www.strategicstructures.com www.strategicstructures.com
-
roamjs.com roamjs.com
Tags
Annotators
URL
-
-
-
sparql SELECT ?type (COUNT(DISTINCT ?oeuvre) AS ?c) WHERE { VALUES ?type { wd:Q838948 } ?oeuvre wdt:P31 ?type. { ?oeuvre ?link ?museum. } union { ?museum ?link ?oeuvre. } ?museum wdt:P31 wd:Q33506. } GROUP BY ?type ORDER BY DESC (?c)
-
-
edupass.hypotheses.org edupass.hypotheses.org
-
elifesciences.org elifesciences.org
Tags
Annotators
URL
-
-
wdmapper.readthedocs.io wdmapper.readthedocs.io
Tags
Annotators
URL
-
-
www.semanticscholar.org www.semanticscholar.org
-
eprints.rclis.org eprints.rclis.org
- Apr 2023
-
preprints.scielo.org preprints.scielo.org
-
EsposibletambiénutilizarWikidataparahacermapeosycartografíadigitaldebibliotecasodeotrasinstitucioneseducativasyculturales.ObregónSierra(2022)hautilizadoWikidata,atravésdeOpenRefine,Mix’n’matchyQuickStatements,parainsertar7861bibliotecasdeEspaña,ampliarloscampos,propiedadesydatosfaltantes,ytambiéndemuestracómoreutilizarestecontenidoenWikipedia.
Otro ejemplo es el Directorio de bibliotecas y centros de documentación gubernamentales de Bogotá.
-
Asimismo,Wikidataesunacomunidadparticipativa,conusuariosyusuariasactivasdetodoelmundo,quegeneranproyectosdeinvestigaciónyconectividadentreconocimientosdiversos
Me gusta que presenta a Wikidata como una herramienta, una ontología y una comunidad.
-
- Feb 2023
-
reptile-database.reptarium.cz reptile-database.reptarium.cz
- Jan 2023
-
jonreeve.com jonreeve.com
-
Cc: @ChrisAldrich
Tags
Annotators
URL
-
-
librarycarpentry.org librarycarpentry.org
Tags
Annotators
URL
-
-
query.wikidata.org query.wikidata.org
-
kit_wikidata PigmentosBIOcolores
SPARQL
-
- Nov 2022
-
scholia.toolforge.org scholia.toolforge.org
-
Esto se refiere a eposematismo en general, hay que seleccionar solo coloración aposemática
-
-
data.inventaire.io data.inventaire.io
Tags
Annotators
URL
-
-
comunidad.cienciaabierta.info comunidad.cienciaabierta.info
-
CienciaAbierta
Tags
Annotators
URL
-
-
jacqueline_paredes_sanchez.gitlab.io jacqueline_paredes_sanchez.gitlab.io
-
JacquelineParedesSánchez
⌘ProductoRelevante
-
-
-
www.wikidata.org www.wikidata.org
-
scholia.toolforge.org scholia.toolforge.org
-
ColorChart
-
-
www.wikidata.org www.wikidata.org
-
ArtículoHDBIOcolores
Zotero
Tags
Annotators
URL
-
-
www.youtube.com www.youtube.com
-
SeminrioBIoinformacion
EmmanuelFloresArellano
InstitucionalizacionBiocolores
-
-
orcid.org orcid.org
-
identificador_autor,kit_software_biblioteca,kit/perfiles_autor,kit_orcid
https://www.wikidata.org/wiki/Property:P496
https://twitter.com/ORCID_Org @ORCID_Org
-
-
dbtgr.hgc.jp dbtgr.hgc.jp
-
DataBase
NARid: https://www.oxfordjournals.org/nar/database/summary/808
NARCategory: Human and other Vertebrate Genomes Subcategory: Model organisms, comparative genomics
Tags
Annotators
URL
-
-
manteia.igbmc.fr manteia.igbmc.frManteia1
-
Manteia
NARid: https://www.oxfordjournals.org/nar/database/summary/1712
NARCategory: Human and other Vertebrate Genomes Subcategory: Model organisms, comparative genomics
Tags
Annotators
URL
-
-
microsporidiadb.org microsporidiadb.org
-
Search for
NARid: https://www.oxfordjournals.org/nar/database/summary/1422
NARCategory: Genomics Databases (non-vertebrate) Subcategory: Unicellular eukaryotes genome databases
Tags
Annotators
URL
-
-
www.wormqtl-hd.org www.wormqtl-hd.org
-
WormQTL
NARid: https://www.oxfordjournals.org/nar/database/summary/1714
NARCategory: Human and other Vertebrate Genomes Subcategory: Model organisms, comparative genomics
-
-
genomecrispr.dkfz.de genomecrispr.dkfz.de
-
GenomeCRISPR
NARid: https://www.oxfordjournals.org/nar/database/summary/1958
NARCategory: Human and other Vertebrate Genomes Subcategory: Model organisms, comparative genomics
Tags
Annotators
URL
-
-
bioinformatics.psb.ugent.be bioinformatics.psb.ugent.be
-
access point
NARid: https://www.oxfordjournals.org/nar/database/summary/1752
NARCategory: Genomics Databases (non-vertebrate) Subcategory: Unicellular eukaryotes genome databases
-
-
antismash-db.secondarymetabolites.org antismash-db.secondarymetabolites.org
-
antiSMASH
NARid: https://www.oxfordjournals.org/nar/database/summary/1949
NARCategory: Genomics Databases (non-vertebrate) Subcategory: Prokaryotic genome databases
-
-
archive.har.mrc.ac.uk archive.har.mrc.ac.uk
-
National Mouse Archive
NARid: https://www.oxfordjournals.org/nar/database/summary/1369
NARCategory: Human and other Vertebrate Genomes Subcategory: Model organisms, comparative genomics
Tags
Annotators
URL
-
-
proteininformationresource.org proteininformationresource.org
-
BioThesaurus
NARid: https://www.oxfordjournals.org/nar/database/summary/915
NARCategory: Genomics Databases (non-vertebrate) Subcategory: Genome annotation terms, ontologies and nomenclature
-
-
www.diark.org www.diark.org
-
diArk
NARid: https://www.oxfordjournals.org/nar/database/summary/1172
NARCategory: Genomics Databases (non-vertebrate) Subcategory: General genomics databases
Tags
Annotators
URL
-
-
www.biodiversitylibrary.org www.biodiversitylibrary.org
-
https://github.com/lmichan/BioDBS
tw:@BioDivLibrary
https://twitter.com/BioDivLibrary
wd:https://www.wikidata.org/wiki/Q172266
https://github.com/lmichan/BioDBS
wd:https://www.wikidata.org/wiki/Q172266
tw:https://twitter.com/BioDivLibrary
biodiversidad
RRID:SCR_008969
-
-
www.pseudomonas.com www.pseudomonas.com
-
Pseudomonas Genome Database
NARid: https://www.oxfordjournals.org/nar/database/summary/733
NARCategory: Genomics Databases (non-vertebrate) Subcategory: Prokaryotic genome databases
Tags
Annotators
URL
-
-
www.ncbi.nlm.nih.gov www.ncbi.nlm.nih.gov
-
HomoloGene
NARid: https://www.oxfordjournals.org/nar/database/summary/605
NARCategory: Human and other Vertebrate Genomes Subcategory: Model organisms, comparative genomics
Tags
Annotators
URL
-
-
bacdive.dsmz.de bacdive.dsmz.de
-
BacDive
NARid: https://www.oxfordjournals.org/nar/database/summary/1694
NARCategory: Genomics Databases (non-vertebrate) Subcategory: Taxonomy and identification
Tags
Annotators
URL
-
-
proconsortium.org proconsortium.org
-
PRO
NARid: https://www.oxfordjournals.org/nar/database/summary/1327
NARCategory: Genomics Databases (non-vertebrate) Subcategory: Genome annotation terms, ontologies and nomenclature
Tags
Annotators
URL
-
-
www.mousephenotype.org www.mousephenotype.org
-
IMPC data
NARid: https://www.oxfordjournals.org/nar/database/summary/1071 https://www.oxfordjournals.org/nar/database/summary/1711
NARCategory: Human and other Vertebrate Genomes Subcategory: Model organisms, comparative genomics
Tags
Annotators
URL
-
-
www.ncbi.nlm.nih.gov www.ncbi.nlm.nih.gov
-
Viral Genome Sequences
NARid: https://www.oxfordjournals.org/nar/database/summary/602 https://www.oxfordjournals.org/nar/database/summary/909
NARCategory: Genomics Databases (non-vertebrate) Subcategory: Viral genome databases
Tags
Annotators
URL
-
-
bioinfo-mml.sjtu.edu.cn bioinfo-mml.sjtu.edu.cnICEberg1
-
ICEberg 2.0
NARid: https://www.oxfordjournals.org/nar/database/summary/1506
NARCategory: Genomics Databases (non-vertebrate) Subcategory: Prokaryotic genome databases
-
-
fungidb.org fungidb.orgFungiDB1
-
Search for.
NARid: https://www.oxfordjournals.org/nar/database/summary/1509
NARCategory: Genomics Databases (non-vertebrate) Subcategory: Fungal genome databases
Tags
Annotators
URL
-
-
gowiki.tamu.edu gowiki.tamu.eduGONUTS1
-
GONUTS
NARid: https://www.oxfordjournals.org/nar/database/summary/1561
NARCategory: Genomics Databases (non-vertebrate) Subcategory: Genome annotation terms, ontologies and nomenclature
-
-
prophecy.lundberg.gu.se prophecy.lundberg.gu.se
-
PROPHECY Database
NARid: https://www.oxfordjournals.org/nar/database/summary/730
NARCategory: Genomics Databases (non-vertebrate) Subcategory: Fungal genome databases
Tags
Annotators
URL
-
-
-
H²DB
NARid: https://www.oxfordjournals.org/nar/database/summary/1637
NARCategory: Human and other Vertebrate Genomes Subcategory: Model organisms, comparative genomics
Tags
Annotators
URL
-
-
hbvdb.lyon.inserm.fr hbvdb.lyon.inserm.fr
-
The specialized Hepatitis B Virus
NARid: https://www.oxfordjournals.org/nar/database/summary/1618
NARCategory: Genomics
-