Difference between revisions of "Wikidata Import 2024-01-20"

From BITPlan Wiki
Jump to navigation Jump to search
Line 2: Line 2:
 
= QLever control =
 
= QLever control =
 
https://github.com/ad-freiburg/qlever-control
 
https://github.com/ad-freiburg/qlever-control
<source lang='bash' highlight='1'>
+
<source lang='bash' highlight='1','9-10'>
 
git clone https://github.com/ad-freiburg/qlever-control.git
 
git clone https://github.com/ad-freiburg/qlever-control.git
 
Cloning into 'qlever-control'...
 
Cloning into 'qlever-control'...
Line 11: Line 11:
 
Receiving objects: 100% (1107/1107), 242.20 KiB | 8.97 MiB/s, done.
 
Receiving objects: 100% (1107/1107), 242.20 KiB | 8.97 MiB/s, done.
 
Resolving deltas: 100% (506/506), done.
 
Resolving deltas: 100% (506/506), done.
 +
cd qlever-control/
 +
git checkout python-qlever
 +
Branch 'python-qlever' set up to track remote branch 'python-qlever' from 'origin'.
 +
Switched to a new branch 'python-qlever'
 
</source>
 
</source>

Revision as of 07:02, 20 January 2024

QLever control

https://github.com/ad-freiburg/qlever-control

git clone https://github.com/ad-freiburg/qlever-control.git
Cloning into 'qlever-control'...
remote: Enumerating objects: 1107, done.
remote: Counting objects: 100% (865/865), done.
remote: Compressing objects: 100% (422/422), done.
remote: Total 1107 (delta 392), reused 781 (delta 374), pack-reused 242
Receiving objects: 100% (1107/1107), 242.20 KiB | 8.97 MiB/s, done.
Resolving deltas: 100% (506/506), done.
cd qlever-control/
git checkout python-qlever
Branch 'python-qlever' set up to track remote branch 'python-qlever' from 'origin'.
Switched to a new branch 'python-qlever'