Translations:Antwerpen/9/de: Difference between revisions

From Resistance in Belgium
(Created page with "# Automatically retrieve labels or in English SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],de". } } # GROUP BY ?person ?Nachname ?Vorname ?OrtLabel ?Geburtsdatum ?ArchivsammlungLabel ?Inventarnummer ORDER BY ASC(?OrtLabel) ASC(?Nachname) ASC(?Vorname) | chart=bordercloud.visualization.DataTable | class=my-table-class | options=scrollX:true!scrollY:true!ordering:true | endpoint = https://query.data.arch.be/proxy/wdqs/bigdata/namespace/wd...")
 
No edit summary
 
Line 7: Line 7:
| class=my-table-class
| class=my-table-class
| options=scrollX:true!scrollY:true!ordering:true
| options=scrollX:true!scrollY:true!ordering:true
| endpoint =
| endpoint = https://query.data.arch.be/proxy/wdqs/bigdata/namespace/wdq/sparql
https://query.data.arch.be/proxy/wdqs/bigdata/namespace/wdq/sparql
| log=2
| log=2
}}
}}
</div>
</div>

Latest revision as of 10:45, 17 October 2024

Message definition (Antwerpen)
# Automatically retrieve labels or in English
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }  
}
# GROUP BY ?person ?LastName ?FirstName ?ResidenceLabel ?birthDate ?ArchiveCollectionLabel ?InventoryNumber
ORDER BY ASC(?ResidenceLabel) ASC(?LastName) ASC(?FirstName)
| chart=bordercloud.visualization.DataTable
| class=my-table-class
| options=scrollX:true!scrollY:true!ordering:true
| endpoint = https://query.data.arch.be/proxy/wdqs/bigdata/namespace/wdq/sparql
| log=2
}}
</div>
  1. Automatically retrieve labels or in English
 SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],de". }  

}

  1. GROUP BY ?person ?Nachname ?Vorname ?OrtLabel ?Geburtsdatum ?ArchivsammlungLabel ?Inventarnummer

ORDER BY ASC(?OrtLabel) ASC(?Nachname) ASC(?Vorname) | chart=bordercloud.visualization.DataTable | class=my-table-class | options=scrollX:true!scrollY:true!ordering:true | endpoint = https://query.data.arch.be/proxy/wdqs/bigdata/namespace/wdq/sparql | log=2 }}