chores
This commit is contained in:
parent
1650efae49
commit
c97af5bc01
2 changed files with 6 additions and 29 deletions
33
README.md
33
README.md
|
@ -22,31 +22,6 @@ python wiki_relations.py
|
||||||
|
|
||||||
_Ask_ SMW with the following query:
|
_Ask_ SMW with the following query:
|
||||||
|
|
||||||
```
|
|
||||||
[[Category:Deployments||Institution]] OR [[Category:Technologies]] [[Developed by (institutions)::+]] OR [[Category:Technologies]] [[-Software Deployed::+]] OR [[Category:City]]
|
|
||||||
```
|
|
||||||
|
|
||||||
```
|
|
||||||
?Category
|
|
||||||
?Geolocation
|
|
||||||
?City
|
|
||||||
?City.Has Coordinates=City Coordinates
|
|
||||||
?City.Is in Country=City Country
|
|
||||||
?City.Is in Country.Has Coordinates=Country Coordinates
|
|
||||||
?Clients
|
|
||||||
?Managed by
|
|
||||||
?Used by
|
|
||||||
?Funded by
|
|
||||||
?Provided by
|
|
||||||
?Software Deployed
|
|
||||||
?Software Deployed.Developped by (institutions)=Software Developer
|
|
||||||
?Datasets Used
|
|
||||||
?Datasets Used.Developed by Institution=Dataset Developer
|
|
||||||
```
|
|
||||||
|
|
||||||
----
|
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
({{#ask: [[Category:Deployments||Institution]]
|
({{#ask: [[Category:Deployments||Institution]]
|
||||||
OR [[Category:Technologies]] [[Developed by (institutions)::+]] // TODO: + should give a subquery <q></q> with all institutions in EU
|
OR [[Category:Technologies]] [[Developed by (institutions)::+]] // TODO: + should give a subquery <q></q> with all institutions in EU
|
||||||
|
@ -75,16 +50,16 @@ OR [[Category:Technologies]] [[-Software Deployed::+]] // TODO: + should give a
|
||||||
|class=sortable wikitable smwtable
|
|class=sortable wikitable smwtable
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
TODO: see: https://www.semantic-mediawiki.org/wiki/Help:Querying_for_the_absence_of_a_property
|
||||||
|
|
||||||
{{#ask: [[Category:Deployments||Institution]] [[Not in graph::!Greens Report 2021]]
|
{{#ask: [[Category:Deployments||Institution]] [[Is in Greens Report 2021::True]]
|
||||||
OR [[Category:Technologies]] [[Developed by (institutions)::+]]
|
|
||||||
OR [[Category:Technologies]] [[-Software Deployed::+]]
|
|
||||||
|?Category
|
|?Category
|
||||||
|?Geolocation
|
|?Geolocation
|
||||||
|?City
|
|?City
|
||||||
|?City.Has Coordinates=City Coordinates
|
|?City.Has Coordinates=City Coordinates
|
||||||
|?City.Is in Country=City Country
|
|?City.Is in Country=City Country
|
||||||
|?City Country.Has Coordinates=Country Coordinates
|
|?City Country.Has Coordinates=Country Coordinates
|
||||||
|
|?Institution Type
|
||||||
|?Clients
|
|?Clients
|
||||||
|?Managed by
|
|?Managed by
|
||||||
|?Used by
|
|?Used by
|
||||||
|
@ -94,6 +69,8 @@ OR [[Category:Technologies]] [[-Software Deployed::+]]
|
||||||
|?Software Deployed.Developped by (institutions)=Software Developer
|
|?Software Deployed.Developped by (institutions)=Software Developer
|
||||||
|?Datasets Used
|
|?Datasets Used
|
||||||
|?Datasets Used.Developed by Institution=Dataset Developer
|
|?Datasets Used.Developed by Institution=Dataset Developer
|
||||||
|
|?Related Institutions
|
||||||
|
|?Involved Entities
|
||||||
|format=broadtable
|
|format=broadtable
|
||||||
|limit=50
|
|limit=50
|
||||||
|offset=0
|
|offset=0
|
||||||
|
|
|
@ -150,7 +150,7 @@
|
||||||
Quisque vulputate odio neque, eget laoreet felis molestie sit amet.
|
Quisque vulputate odio neque, eget laoreet felis molestie sit amet.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class='section' data-title="Data-lab Burglary-free Neighbourhood">
|
<div class='section' data-title="Burglary-Free Neighbourhood">
|
||||||
<h2>Burglary-free Neighbourhood</h2>
|
<h2>Burglary-free Neighbourhood</h2>
|
||||||
<p>
|
<p>
|
||||||
Aenean fringilla nisl sed ante congue, in commodo tellus ullamcorper. Nullam sollicitudin, lacus id
|
Aenean fringilla nisl sed ante congue, in commodo tellus ullamcorper. Nullam sollicitudin, lacus id
|
||||||
|
|
Loading…
Reference in a new issue