Skip to content

Instantly share code, notes, and snippets.

@cm3
Last active March 22, 2022 16:16
Show Gist options
  • Save cm3/de17aefb7dfb24d125ebe86bb0d1446e to your computer and use it in GitHub Desktop.
Save cm3/de17aefb7dfb24d125ebe86bb0d1446e to your computer and use it in GitHub Desktop.
Depicting relationships among "repositories" in Wikidata
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix wd: <http://www.wikidata.org/entity/> .
@prefix wdt: <http://www.wikidata.org/prop/direct/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
wdt:P1535 rdfs:label "used by"@en.
wdt:P279 rdfs:label "subclass of"@en.
wdt:P1014 rdfs:label "Art & Architecture Thesaurus ID"@en.
wdt:P1889 rdfs:label "different from"@en.
wdt:P2888 rdfs:label "exact match"@en.
wd:Q2145117 rdfs:label "repository"@en;
dcterms:description "物理的な施設としてのリポジトリ"@ja;
wdt:P279 wd:Q2668072, wd:Q9158768;
wdt:P1014 "300150151".
wd:Q2668072 rdfs:label "collection"@en.
wd:Q9158768 rdfs:label "storage"@en.
wd:Q3133368 rdfs:label "repository"@en;
dcterms:description "バージョン管理のリポジトリ。一般的なリポジトリとして頻繁に誤用されている。"@ja;
wdt:P279 wd:Q8513.
wd:Q8513 rdfs:label "database"@en.
wd:Q66656823 rdfs:label "archival repository"@en;
dcterms:description "デジタルアーカイブに用いられるリポジトリ"@ja;
wdt:P279 wd:Q212805;
wdt:P1535 wd:Q1224984.
wd:Q1224984 rdfs:label "digital archive"@en.
wd:Q108296843 rdfs:label "repository"@en;
dcterms:description "組織としてのリポジトリ"@ja;
wdt:P279 wd:Q106668099;
wdt:P1014 "300264595".
wd:Q106668099 rdfs:label "corporate body"@en.
wd:Q1334294 rdfs:label "software repository"@en;
wdt:P279 wd:Q7094076;
dcterms:description "Python の pip で使われる PyPI のようなソフトウェアのリポジトリ。パッケージのリポジトリも含む。"@ja.
wd:Q107362984 rdfs:label "package repository"@en;
wdt:P279 wd:Q1334294;
dcterms:description "apt-get の対象となるようなパッケージのリポジトリ。"@ja.
wd:Q1065413 rdfs:label "institutional repository"@en;
wdt:P279 wd:Q7096323.
wd:Q7096323 rdfs:label "open-access repository"@en;
wdt:P279 wd:Q1235234, wd:Q7094076.
wd:Q1235234 rdfs:label "document repository"@en;
wdt:P279 wd:Q212805;
wdt:P2888 <http://purl.org/spar/fabio/DocumentRepository>;
dcterms:description "digital repository ともラベルが与えられているが、単にデジタルなレポジトリではなく、文書を中心としたもの。"@ja;
wdt:P1889 wd:Q4501235.
wd:Q212805 rdfs:label "digital library"@en;
wdt:P279 wd:Q7094076.
wd:Q7094076 rdfs:label "online database"@en;
wdt:P279 wd:Q8513.
wd:Q5281480 rdfs:label "disciplinary repository"@en;
wdt:P279 wd:Q1235234.
wd:Q14806579 rdfs:label "repository of scientific papers"@en;
wdt:P279 wd:Q1235234.
wd:Q4915239 rdfs:label "biorepository"@en;
wdt:P279 wd:Q2145117, wd:Q108296843;
dcterms:description "標本のレポジトリからバイオバンクとかも含んだ、生物に関する幅広いレポジトリ。"@ja.
wd:Q4501235 rdfs:label "content repository"@en;
dcterms:description "Digital Asset Management などで活用するコンテンツ管理用のリポジトリ"@ja;
wdt:P279 wd:Q8513.
wd:Q6031177 rdfs:label "information repository"@en;
wdt:P279 wd:Q7094076.
wd:Q5227240 rdfs:label "data repository"@en;
wdt:P279 wd:Q212805, wd:Q166118;
wdt:P2888 <http://purl.org/spar/fabio/DataRepository>;
wdt:P1014 "300419318";
dcterms:description "研究データリポジトリ。data libraryとも。"@ja.
wd:Q30047053 rdfs:label "web archive"@en;
wdt:P279 wd:Q212805, wd:Q166118;
wdt:P2888 <http://purl.org/spar/fabio/WebArchive>;
dcterms:description "FaBioでは、Web Archive と Data Repository と Document Repository が Repository の subclass になっていて、Repository は Database とは別物になっている。しかし、これらはすべて Wikidata 上では digital library の、つまり database の subclass になっている。"@ja.
wd:Q166118 rdfs:label "archive"@en.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment