소스 검색

Aggiorna 'ref_queries/Query lettera.txt'

Alessia 2 년 전
부모
커밋
ebf97da8d9
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      ref_queries/Query lettera.txt

+ 6 - 1
ref_queries/Query lettera.txt

@@ -100,5 +100,10 @@ rdfs:label ?raccolta .
 ?racc_type rdfs:label "Raccolta".
 }
 
-
+Toponimi
  
+SELECT DISTINCT ?link_toponimo ?toponimo 
+WHERE {<http://datini.archiviodistato.prato.it/la-ricerca/scheda/ASPO00005138> crm:P67_refers_to ?link_toponimo .
+?link_toponimo rdfs:label ?toponimo ;
+crm:P2_has_type "Toponimo" .
+}