12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- @prefix mpp: <https://palazzopretorio.prato.it/it/le-opere/alcuni-capolavori/> .
- @prefix foaf: <http://xmlns.com/foaf/0.1/> .
- @prefix aut: <https://palazzopretorio.prato.it/it/opere/autori/> .
- @prefix crm: <http://www.cidoc-crm.org/cidoc-crm/> .
- @prefix aat: <http://vocab.getty.edu/aat/> .
- @prefix schema: <http://www.schema.org/> .
- @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
- @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
- @prefix owl: <http://www.w3.org/2002/07/owl#> .
- @prefix aspo: <http://www.archiviodistato.prato.it/accedi-e-consulta/aspoMV001/scheda/> .
- aut:sd rdf:type crm:E21_Person .
- aut:sd rdf:type foaf:person .
- aut:sd foaf:name "" .
- aut:sd foaf:givenName "" .
- aut:sd foaf:gender "" .
- aut:sd rdfs:label ", " .
- aut:sd crm:P3_has_note aut:sd_E62 .
- aut:sd crm:P98i_was_born aut:sd_E67 .
- aut:sd crm:P100i_died_in aut:sd_E69 .
- aut:sd crm:P1_is_identified_by aut: .
- aut:sd schema:hasOccupation mpp: .
- aut:sd_E62 rdf:type crm:E62_String .
- aut:sd_E62 rdfs:label "Fonte: Museo di Palazzo Pretorio - Collezione Martini" .
- aut: rdf:type crm:E42_Identifier .
- aut: rdfs:label "" .
- aut:sd_E67 rdf:type crm:E67_Birth .
- aut:sd_E67 rdfs:label "Nascita di " .
- aut:sd_E67 crm:P7_took_place_at mpp: .
- aut:sd_E67 crm:P4_has_time-span mpp: .
- aut:sd_E69 rdf:type crm:E69_Death .
- aut:sd_E69 rdfs:label "Morte di " .
- aut:sd_E69 crm:P7_took_place_at mpp: .
- aut:sd_E69 crm:P4_has_time-span mpp: .
- mpp: rdf:type crm:E52_Time-Span .
- mpp: rdfs:label "" .
- mpp: rdf:type crm:E53_Place .
- mpp: rdfs:label "" .
- mpp: rdf:type crm:E52_Time-Span .
- mpp: rdfs:label "" .
- mpp: rdf:type crm:E53_Place .
- mpp: rdfs:label "" .
|