Index: /applications/editors/josm/plugins/tag2link/resources/tag2link_sources.xml
===================================================================
--- /applications/editors/josm/plugins/tag2link/resources/tag2link_sources.xml	(revision 34853)
+++ /applications/editors/josm/plugins/tag2link/resources/tag2link_sources.xml	(revision 34854)
@@ -194,4 +194,13 @@
             <link name="View INSEE explanation of %name% code" href="http://recherche-naf.insee.fr/SIRENET_ClassesNaf/%v%.htm" />
         </rule>
+        <rule>
+            <condition k="ref:FR:NAF" v="[A-Z0-9-]{5}" />
+            <link name="View a map of %name% items" href="https://sidjy.github.io/ape.html?ape=%v%" />
+        </rule>
+        <!--  TODO map lat/lon of selected object
+        <rule>
+            <condition k="ref:FR:NAF" v="[A-Z0-9-]{5}" />
+            <link name="View a map of %name% items" href="https://sidjy.github.io/ape.html?ape=%v%#%zoom%/%lat%/%lon%" />
+        </rule> -->
     </src>
 
@@ -217,3 +226,21 @@
     </src>
 
+	<!-- RCE, Dutch heritage authority --> 
+
+	<src name="rce" country-code="NL">
+	    <rule>
+	        <condition k="ref:rce" />
+	        <link name="RCE website" href="https://cultureelerfgoed.nl/monumenten/%v%" />
+	    </rule>
+	</src>
+
+    <!-- BAG - Buildings in The Netherlands --> 
+
+    <src name="BAG" country-code="NL">
+       <rule>
+            <condition k="ref:bag" />
+            <link name="Open in BAG Viewer" href="https://bagviewer.kadaster.nl/lvbag/bag-viewer/index.html#?searchQuery=0%v%" />
+        </rule>
+    </src>
+
 </tag2link>
