OA_Data_Datini_normalizzate.ttl 956 B

12345678910111213141516171819202122
  1. @prefix mpp: <https://palazzopretorio.prato.it/it/le-opere/alcuni-capolavori/> .
  2. @prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
  3. @prefix aat: <http://vocab.getty.edu/aat/> .
  4. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  5. @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
  6. @prefix aut: <https://palazzopretorio.prato.it/it/opere/autori/> .
  7. @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
  8. @prefix ico: <http://iconclass.org/> .
  9. @prefix beg: <https://www.w3.org/TR/owl-time#hasBeginning> .
  10. @prefix end: <https://www.w3.org/TR/owl-time#hasEnd> .
  11. @prefix year: <https://www.w3.org/TR/owl-time#year> .
  12. @prefix month: <https://www.w3.org/TR/owl-time#month> .
  13. @prefix day: <https://www.w3.org/TR/owl-time#day> .
  14. mpp:1452 year: "1452"^^xsd:integer .
  15. mpp:1452 beg: "14520101"^^xsd:date .
  16. mpp:1453 year: "1453"^^xsd:integer .
  17. mpp:1453 end: "14531231"^^xsd:date .
  18. mpp:1588 year: "1588"^^xsd:integer .
  19. mpp:1588 beg: "15880101"^^xsd:date .