Collaborate with colleagues possessing domain knowledge and communication expertise.

Archaeology or What is the range of a moped.

Share regularly and timely the progress to seek feedback from colleagues.

Margaret Staal-Kropholler (1891-1966) was in 1913 de eerste vrouwelijke architect in Nederland. Ruim vijftig jaar ontwierp ze diverse interieurs en woningen in verschillende stijlen. Altijd met aandacht voor een praktische indeling, zoals een tochtportaal en stortkokers 'om het werk van de huisvrouw te verlichten', en vormgeving.

De rijksmonumenten Meezennest en de Bark in park Meerwijk (1917), evenals de atelierwoning voor Richard Roland Holst op landgoed de Buissche heide (1919) zijn vormgegeven als sculpturen in de stijl van de Amsterdamse School. Na 1925 stapte ze over op een meer zakelijke bouwstijl. De aandacht voor een praktische indeling en comfort bleef.

Margaret Staal-Kropholler

When crafting a public story, prioritize the user by creating user-friendly visualizations.

Mention that you are working with linked open data, but limit the explanation of it.

PREFIX rnce: <https://data.cultureelerfgoed.nl/id/rnce#>
PREFIX ceox: <https://linkeddata.cultureelerfgoed.nl/def/ceox#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX owms: <http://standaarden.overheid.nl/owms/terms/>
PREFIX geo: <http://www.opengis.net/ont/geosparql#>
PREFIX graph: <https://linkeddata.cultureelerfgoed.nl/graph/>
PREFIX ceo: <https://linkeddata.cultureelerfgoed.nl/def/ceo#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX rn: <https://data.cultureelerfgoed.nl/term/id/rn/>
PREFIX overheid: <http://standaarden.overheid.nl/owms/terms/>
SELECT ?shape ?shapeLabel ?shapeColor WHERE {
  GRAPH graph:instanties-rce {
    ?rijksmonument ceo:datumInschrijvingInMonumentenregister ?datumInschrijving;
      ceo:heeftOorspronkelijkeFunctie ?functie;
      ceo:rijksmonumentnummer ?rijksmonumentnummer;
      (ceo:heeftBasisregistratieRelatie/ceo:heeftProvincie) ?prov.
    MINUS { ?rijksmonument ceo:heeftJuridischeStatus <https://data.cultureelerfgoed.nl/term/id/rn/3e79bb7c-b459-4998-a9ed-78d91d069227>. }
    OPTIONAL { ?rijksmonument (ceo:heeftGeometrie/geo:asWKT) ?shape. }
    ?functie ceo:heeftFunctieNaam ?uri.
    BIND(YEAR(<http://www.w3.org/2001/XMLSchema#dateTime>(?datumInschrijving)) AS ?jaarInschrijving)
    FILTER((?jaarInschrijving >= 1964 ) && (?jaarInschrijving <= 2020 ))
    BIND(CONCAT(STR(?jaarInschrijving)) AS ?jaarInschrijvings)
    BIND(CONCAT(STR(1964 ), " - ", 2020 ) AS ?periode)
  }
  {
    GRAPH <http://standaarden.overheid.nl/owms/terms/> { ?prov skos:prefLabel "Groningen"@nl. }
    {
      GRAPH graph:bebouwdeomgeving {
        <https://data.cultureelerfgoed.nl/term/id/rn/1eeb48df-adbb-44b2-bcf1-33e3fe902413> skos:narrower ?narrow.
        ?narrow skos:prefLabel ?label.
      }
      VALUES (?label ?narrow) {
        ("Religieuze gebouwen" <https://data.cultureelerfgoed.nl/term/id/rn/25fac0f1-77a2-4587-ab04-dfcb66959dd8>)
      }
      ?narrow (skos:narrower+) ?uri.
      ?uri skos:prefLabel ?uriSub.
      BIND(REPLACE(?uriSub, "\\s\\(.*\\)|\\(.*\\)", "") AS ?uriSubs)
    }
    GRAPH graph:denominatie {
      ?rijksmonument (ceox:heeftDenominatie/ceox:heeftDenominatieNaam) ?den.
      ?den skos:prefLabel "Jodendom";
        (rnce:hasChurchMovement/skos:prefLabel) ?stroming.
      BIND(STR(?denomnatie) AS ?denLabel)
    }
  }
  BIND(STR("Groningen"@nl) AS ?provincieLabel)
  BIND(STRDT(CONCAT(?uriSubs, " - ", "Jodendom", " - ", ?jaarInschrijving, " - Rijksmonument: ", "<a href=\"https://monumentenregister.cultureelerfgoed.nl/monumenten/", URI(?rijksmonumentnummer), "\" target=\"_blank\">", STR(?rijksmonumentnummer), "</a>"), rdf:HTML) AS ?shapeLabel)
  BIND(CONCAT(STR(?uriSubs), " ", ?periode) AS ?subFunctie)
  BIND(IF(?stroming = "Christendom, Evangelisch", "red", IF(?stroming = "Christendom, Katholiek", "purple", IF(?stroming = "Christendom, Oecumenisch", "maroon", IF(?stroming = "Christendom, Overig", "black", IF(?stroming = "Christendom, Protestants", "orange", IF(?stroming = "Christendom, Reformatorisch", "gray", IF(?stroming = "Christendom, Vrijzinnig", "white", IF(?stroming = "Jodendom", "green", "fuchsia")))))))) AS ?shapeColor)
}
GROUP BY ?shape ?shapeLabel ?shapeColor

From the drop-down menu, choose the designation period and, if necessary, the province and denomination, and click 'run query'. Click on a point on the map for information on the building's original religious movement and denomination.

Manage expectations when working with linked (external) data.