123456789101112131415161718192021222324252627282930 |
- @prefix mpp: <https://palazzopretorio.prato.it/it/le-opere/alcuni-capolavori/> .
- @prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
- @prefix aat: <http://vocab.getty.edu/aat/> .
- @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
- @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
- @prefix aut: <https://palazzopretorio.prato.it/it/opere/autori/> .
- @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
- @prefix ico: <http://iconclass.org/> .
- @prefix beg: <https://www.w3.org/TR/owl-time#hasBeginning> .
- @prefix end: <https://www.w3.org/TR/owl-time#hasEnd> .
- @prefix year: <https://www.w3.org/TR/owl-time#year> .
- @prefix month: <https://www.w3.org/TR/owl-time#month> .
- @prefix day: <https://www.w3.org/TR/owl-time#day> .
- @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
- mpp:1442 end: "14421231"^^xsd:date .
- mpp:1497 beg: "14970101"^^xsd:date .
- mpp:1540 end: "15401231"^^xsd:date .
- mpp:1586 beg: "15860101"^^xsd:date .
- mpp:1290 end: "12901231"^^xsd:date .
- mpp:1348 beg: "13480101"^^xsd:date .
- mpp:1320 end: "13201231"^^xsd:date .
- mpp:1369 beg: "13690101"^^xsd:date .
- mpp:1535 end: "15351231"^^xsd:date .
- mpp:1591 beg: "15910101"^^xsd:date .
|