Index: /applications/editors/josm/plugins/tag2link/resources/tag2link_sources.xml
===================================================================
--- /applications/editors/josm/plugins/tag2link/resources/tag2link_sources.xml	(revision 35035)
+++ /applications/editors/josm/plugins/tag2link/resources/tag2link_sources.xml	(revision 35036)
@@ -152,7 +152,7 @@
 
     <src name="IGN" country-code="FR">
-		<!-- 
-		http://geodesie.ign.fr/fiches/index.php?module=e&action=fichepdf&source=carte&sit_no=4509302&geo_cid=0&lambda=1.90024744&phi=48.03041621
-		 -->
+        <!-- 
+        http://geodesie.ign.fr/fiches/index.php?module=e&action=fichepdf&source=carte&sit_no=4509302&geo_cid=0&lambda=1.90024744&phi=48.03041621
+        -->
         <rule>
             <condition k="man_made" v="survey_point" />
@@ -226,12 +226,12 @@
     </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>
+    <!-- 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 --> 
@@ -244,3 +244,11 @@
     </src>
 
+    <!-- reference id number of the building in the RUIAN database of properties of the Czech Republic --> 
+
+    <src name="Czech RUIAN" country-code="CZ">
+        <rule>
+            <condition k="ref:ruian:building" v="[0-9]+" />
+            <link name="View %name% object detail" href="https://vdp.cuzk.cz/vdp/ruian/stavebniobjekty/%v%" />
+        </rule>
+    </src>
 </tag2link>
