Query lettera.rtf 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. {\rtf1\ansi\ansicpg1252\cocoartf2513
  2. \cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica-Bold;\f1\fswiss\fcharset0 Helvetica;}
  3. {\colortbl;\red255\green255\blue255;}
  4. {\*\expandedcolortbl;;}
  5. \paperw11900\paperh16840\margl1440\margr1440\vieww14060\viewh8400\viewkind0
  6. \pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural\partightenfactor0
  7. \f0\b\fs24 \cf0 NOTA:
  8. \f1\b0 Nel js sostituisci <http://datini.archiviodistato.prato.it/la-ricerca/scheda/ASPO00031149/E73_OVI> con link
  9. \f0\b \
  10. \
  11. Oggetto fisico
  12. \f1\b0 \
  13. \
  14. SELECT DISTINCT ?link ?oggetto_fisico\
  15. WHERE \{?link crm:P128_carries <http://datini.archiviodistato.prato.it/la-ricerca/scheda/ASPO00031149/E73_OVI>;\
  16. rdfs:label ?oggetto_fisico .\
  17. \}\
  18. \
  19. \f0\b Mittente, Destinatario, Data Partenza, Data Arrivo, Luogo Partenza, Luogo Arrivo\
  20. \f1\b0 \
  21. SELECT DISTINCT ?mittente ?destinatario ?data_partenza ?data_arrivo ?luogo_partenza ?luogo_arrivo\
  22. WHERE \{?subject crm:P128_carries <http://datini.archiviodistato.prato.it/la-ricerca/scheda/ASPO00031149/E73_OVI>.\
  23. GRAPH <http://dev.restore.ovi.cnr.it:8890/ovi/datini/ex> \{?subject crm:P25i_moved_by ?mov_ev .\}\
  24. ?send rdfs:subClassOf ?mov_ev ;\
  25. rdf:type crm:EL2_Send_Letter ;\
  26. crm:P4_has_time-span ?time_spanA;\
  27. crm:P27_moved_from ?placeA;\
  28. crm:P01_has_domain ?sender .\
  29. \
  30. ?time_spanA rdfs:label ?data_partenza .\
  31. ?placeA rdfs:label ?luogo_partenza .\
  32. ?sender crm:P02_has_range ?mittente .\
  33. \
  34. ?receive rdfs:subClassOf ?mov_ev;\
  35. rdf:type crm:EL3_Receive_Letter ;\
  36. crm:P4_has_time-span ?time_spanB;\
  37. crm:P26_moved_to ?placeB;\
  38. crm:P01_has_domain ?receiver .\
  39. \
  40. ?time_spanB rdfs:label ?data_arrivo .\
  41. ?placeB rdfs:label ?luogo_arrivo .\
  42. ?receiver crm:P02_has_range ?destinatario .\
  43. \}\
  44. \
  45. \f0\b Lingua e area linguistica
  46. \f1\b0 \
  47. \
  48. SELECT DISTINCT ?lingua ?area_linguistica\
  49. WHERE \{<http://datini.archiviodistato.prato.it/la-ricerca/scheda/ASPO00031149/E73_OVI> crm:P72_has_language ?language .\
  50. ?language crm:P3_has_note ?area ;\
  51. rdfs:label ?lingua .\
  52. ?area rdfs:label ?area_linguistica\
  53. \}\
  54. \
  55. \f0\b Descrizione
  56. \f1\b0 \
  57. \
  58. SELECT DISTINCT ?descrizione\
  59. WHERE \{<http://datini.archiviodistato.prato.it/la-ricerca/scheda/ASPO00031149/E73_OVI> crm:P3_has_note ?description .\
  60. ?description rdfs:label ?descrizione\
  61. \}\
  62. \
  63. \f0\b Tipo
  64. \f1\b0 \
  65. \
  66. SELECT DISTINCT ?tipologia\
  67. WHERE \{<http://datini.archiviodistato.prato.it/la-ricerca/scheda/ASPO00031149/E73_OVI> crm:P2_has_type ?type .\
  68. ?type rdf:type crm:E55_Type;\
  69. rdfs:label ?tipologia .\
  70. \}\
  71. \
  72. \f0\b Sigla OVI
  73. \f1\b0 \
  74. \
  75. SELECT DISTINCT ?sigla_OVI\
  76. WHERE \{<http://datini.archiviodistato.prato.it/la-ricerca/scheda/ASPO00031149/E73_OVI> crm:P1_is_identified_by ?id .\
  77. ?id rdf:type crm:E42_Identifier;\
  78. crm:P2_has_type ?type ;\
  79. rdfs:label ?sigla_OVI .\
  80. ?type rdfs:label "Sigla OVI".\
  81. \}\
  82. \
  83. \f0\b Titolo
  84. \f1\b0 \
  85. \
  86. SELECT DISTINCT ?titolo\
  87. WHERE \{<http://datini.archiviodistato.prato.it/la-ricerca/scheda/ASPO00031149/E73_OVI> crm:P1_is_identified_by ?title .\
  88. ?title rdf:type crm:E35_Title;\
  89. rdfs:label ?titolo .\
  90. \}\
  91. \
  92. \f0\b Testo Lemmatizzato
  93. \f1\b0 \
  94. \
  95. SELECT DISTINCT ?testo_lemmatizzato\
  96. WHERE \{<http://datini.archiviodistato.prato.it/la-ricerca/scheda/ASPO00031149/E73_OVI> crm:P190_has_symbolic_content ?testo_lemmatizzato .\
  97. \}\
  98. \
  99. \f0\b Edizione e edizione abbreviata
  100. \f1\b0 \
  101. \
  102. SELECT DISTINCT ?edizione ?edizione_abbreviata\
  103. WHERE \{?edition crm:P70_documents <http://datini.archiviodistato.prato.it/la-ricerca/scheda/ASPO00031149/E73_OVI> ;\
  104. crm:P1_is_identified_by ?edition_id .\
  105. ?edition_id rdfs:label ?edizione;\
  106. crm:P139_has_alternative_form ?ed_abbr .\
  107. ?ed_abbr rdfs:label ?edizione_abbreviata \
  108. \}\
  109. \
  110. \f0\b Raccolta
  111. \f1\b0 \
  112. \
  113. SELECT DISTINCT ?raccolta\
  114. WHERE \{?racc crm:P148_has_component <http://datini.archiviodistato.prato.it/la-ricerca/scheda/ASPO00031149/E73_OVI> ;\
  115. crm:P2_has_type ?racc_type ;\
  116. rdfs:label ?raccolta .\
  117. ?racc_type rdfs:label "Raccolta".\
  118. \}\
  119. \
  120. \
  121. \
  122. }