Van experiment naar werking: verschil tussen versies

Uit Knowledge Graph Kunstenpunt
Ga naar:navigatie, zoeken
(todo lijst van het werk dat er nog ligt)
 
(2 tussenliggende versies door dezelfde gebruiker niet weergegeven)
Regel 1: Regel 1:
Begin april hebben we het data model voor actoren en activiteiten min of meer op punt, gebaseerd op wat ervaring en enkele voorbeelden. Tijd om te testen of dit nu ook echt werkt. De eerste stap daarvoor is om enkele basics op punt te krijgen, bv. locatiedata. Maar daarna moeten we de "actors" invoeren. En dat vergt een combinatiestap uit de verschillende legacy databanken.
This wikibase started as an experiment on wikibase.cloud, but we are setting up this production environment at kg.kunsten.be We have some work to be done, before everything is completely operational. Here are the work packages and tasks:


= Poging 2023 =
=== Finalise setup ===
* eerst de landen
* dan de gemeenten en steden
* dan de genres, disciplines > discipline
* instrumenten en functies uit dkb en mcv > rol
* person types uit dkb
* people uit dkb
** relatie people en person types
** relatie people en locatie
** relatie people en "discipline"
* identity types uit mcv
* aliassen uit mcv > als
* identities uit mcv
** aliassen toevoegen
** relatie identities en identity types
** relatie identities en "discipline"
** relatie identities en locatie
* organisation types uit dkb
* organisations uit dkb
** relatie organisation en organisation type
** relatie organisation en location
* organisation types uit mcv
* organisations uit mcv
** relatie organisation en organisation type
** relatie organisation en location
** relatie organisation en "discipline"
* venues uit dkb
** relatie venue en organisatie
** relatie venue en locatie
* tentoonstellingen uit dkb
** relatie tentoonstelling en activiteits/tentoonstellingstype (solo, groep, beurs, ...)
** relatie tentoonstelling en people, met rol
** relatie tentoonstelling en organisation, met rol
** relatie tentoonstelling en locatie
* residenties uit dkb
** relatie residentie en activiteitstype (residentie)
** relatie tentoonstelling en people, met rol
** relatie tentoonstelling en organisation, met rol
** relatie tentoonstelling en locatie
* podiumproducties uit dkb
** relatie productie en activiteitstype (podiumproductie)
** relatie productie en people, met rol
** relatie productie en organisation, met rol
** relatie productie en "discipline"
** relatie productie en eerdere productie (herneming)
** (niet vergeten, leeftijdscategorie)
* voorstellingen uit dkb
** relatie voorstelling en activiteitstype (voorstelling)
** relatie voorstelling en venue
** relatie voorstelling en organisatie
** relatie voorstelling en productie
* phonogrammen uit dkb
** relatie phonogram en activiteitstype (opname)
** relatie phonogram en identities, met rol
** relatie phonogram met "discipline"
* releases uit dkb
** relatie release en activiteitstype (release)
** relatie release en phonogrammen
** relatie release en identities, met rol
** relatie release en organisations, met rol
** relatie release met "discipline"
** (niet vergeten, format > CD, vinyl, ...) > kan dan later ook "digitaal" zijn


Wat met beelden? > onderzoeken, advies
* User management > support needed from professional.wiki
Wat met digitale releases? > Erin steken
** how do we distinguish between people that can only consult the data
Wat met de concerten? > Erin steken
** people that can contribute to the entities (create and edit entities, add statements, ... but no new properties)
Wat met linken naar musicbrainz, relaties naar andere platformen, cf. spotify enzo?
** people that can make new properties
** superusers that can also work in the backend and so on
* Are all the relevant packages installed and activated > mr henry / professional.wiki / kunstenpunt
* ...


= Poging 2022 =
=== Metadata transfer ===


== Ingest van Belgische gemeenten en steden ==
* finalise the metadata transfer from the legacy databases to the wikibase > Tom should be able to handle this
* identify how to map kg.kunsten.be properties and entities to e.g. https://data.vlaanderen.be/doc/applicatieprofiel/cultuurparticipatie/ or wikidata.org > support needed from professional.wiki (what are the good practices here, automate this?)


(maart 2022)
=== Image transfer ===


Op basis van ergens een lijst heb ik op 9 april 2022 belgische gemeenten en steden via quickstatements ingested. Daarbij moet er ergens iets fout gelopen zijn, want een aantal gemeenten zitten er dubbel in:
* also transfer the image files from the legacy databases to the wikibase > help professional wiki? Example REST api call?


SELECT ?landLabel ?itemLabel (GROUP_CONCAT(?item) as ?itemURLs) (count(?itemLabel) as ?itemLabelCount) {
=== Rich text transfer ===
  ?item <http://osloddt.wiki.opencura.com/prop/direct/P1> <http://osloddt.wiki.opencura.com/entity/Q229>;
        <http://osloddt.wiki.opencura.com/prop/direct/P20> ?land.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],nl,en" . }
}
GROUP BY ?landLabel ?itemLabel
HAVING (count(?itemLabel) > 1)


Dit is dus een TODO om die waar nodig te mergen.
* also transfer the rich text fields from the legacy database to the wikibase > help professional wiki? Example REST api call? best approach for this, e.g. insite link?


== Ingest van gecombineerde personen, organisaties en venues ==
=== Forms ===


(april 2022)
* create user friendly forms that accumulate a payload of (meta)data that can be sent to wikibase over the API
** UX has already been done > mr henry
** research if we need to build seperate html forms, or if we can use "Page Forms" in wikibase itself? Mr Henry / professional wiki?


=== Samenstellen van de lijst ===
=== Databank.kunsten.be ===


==== Uit de legacy databanken ====
* create the SPARQL queries to extract the data from the wikibase so that the results can be visualised on databank.kunsten.be > tom can do some, but might need some SPARQL help from professional.wiki
 
** I'll be starting here <nowiki>https://docs.google.com/spreadsheets/d/1SMGM2KPUFYmCuwSR9ypHU1IXrk2VXwxpedCGH20lQ0k/edit#gid=0</nowiki>
==== Uit havelovewilltravel ====
* adjust the data management strategy at databank.kunsten.be to handle wikibase > mr henry
 
=== Quickstatements ===
 
=== Types van actoren om te checken ===
 
==== Kunsthogescholen ====
 
==== Cultuurcentra ====
 
Cultuurcentra hebben vaak namen die beginnen met CC of die het woord "cultuurcentrum" bevatten. Deze query kan die helpen vinden:
 
SELECT DISTINCT ?itemLabel (GROUP_CONCAT(?item) AS ?items)
  WHERE {
    ?item <http://osloddt.wiki.opencura.com/prop/direct/P1> ?type.
    ?item rdfs:label ?itemLabel . 
    FILTER (CONTAINS(?itemLabel, "CC") || CONTAINS(?itemLabel, "Cultuurcentrum")) .
    SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],nl,en" . }
  }
GROUP BY ?itemLabel
 
Daarnaast kunnen we ook "top down" vertrekken vanuit een lijst van cultuurcentra, bv. https://nl.wikipedia.org/wiki/Lijst_van_cultuurcentra_in_Vlaanderen of https://cult.be/netwerk
 
==== Promotiegaleries ====
 
==== Gesubsidieerde organisaties ====
 
==== Platenlabels ====
 
==== Personen en organisaties ====
 
===== Aliassen =====
 
==== Venues en organisaties ====
 
== Ingest van activiteiten ==
 
(mei 2022)
 
== Leggen van relaties ==
 
(juni 2022)
 
== Dedupliceren en reconcilen ==
 
(juli 2022)

Huidige versie van 29 feb 2024 om 15:23

This wikibase started as an experiment on wikibase.cloud, but we are setting up this production environment at kg.kunsten.be We have some work to be done, before everything is completely operational. Here are the work packages and tasks:

Finalise setup

  • User management > support needed from professional.wiki
    • how do we distinguish between people that can only consult the data
    • people that can contribute to the entities (create and edit entities, add statements, ... but no new properties)
    • people that can make new properties
    • superusers that can also work in the backend and so on
  • Are all the relevant packages installed and activated > mr henry / professional.wiki / kunstenpunt
  • ...

Metadata transfer

  • finalise the metadata transfer from the legacy databases to the wikibase > Tom should be able to handle this
  • identify how to map kg.kunsten.be properties and entities to e.g. https://data.vlaanderen.be/doc/applicatieprofiel/cultuurparticipatie/ or wikidata.org > support needed from professional.wiki (what are the good practices here, automate this?)

Image transfer

  • also transfer the image files from the legacy databases to the wikibase > help professional wiki? Example REST api call?

Rich text transfer

  • also transfer the rich text fields from the legacy database to the wikibase > help professional wiki? Example REST api call? best approach for this, e.g. insite link?

Forms

  • create user friendly forms that accumulate a payload of (meta)data that can be sent to wikibase over the API
    • UX has already been done > mr henry
    • research if we need to build seperate html forms, or if we can use "Page Forms" in wikibase itself? Mr Henry / professional wiki?

Databank.kunsten.be

  • create the SPARQL queries to extract the data from the wikibase so that the results can be visualised on databank.kunsten.be > tom can do some, but might need some SPARQL help from professional.wiki
    • I'll be starting here https://docs.google.com/spreadsheets/d/1SMGM2KPUFYmCuwSR9ypHU1IXrk2VXwxpedCGH20lQ0k/edit#gid=0
  • adjust the data management strategy at databank.kunsten.be to handle wikibase > mr henry