Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modellazione paragrafo RE - NOTIZIE STORICHE della scheda A e compilazione poco significativa del campo dc:date #193

Open
ICCD-MiBACT opened this issue Jan 27, 2021 · 1 comment

Comments

@ICCD-MiBACT
Copy link
Owner

Prendendo per esempio la scheda http://sigecweb.beniculturali.it/sigec/item/print/ICCD13985213 e la corrispondente scheda LOD https://dati.beniculturali.it/lodview-arco/resource/ArchitecturalOrLandscapeHeritage/1900115074A.html si nota una poco significativa modellazione del campo dc:date che risulta come una elencazione di estremi cronologici privi del riferimento alla notizia storica critica cui sono riferite.
Il dc:date forse andrebbe riempito con il primo "da" e l'ultimo "a" dell'elenco di RE presenti nella scheda.
Inoltre il dating event andrebbe valorizzato anche con il campo RENN oltre che con RENS

@margherita-porena
Copy link
Collaborator

Il campo RENN è presente, manon è collegato al dating, ma al dating event, tramite la proprietà core:description.
Questa è la query:

PREFIX a-cd: https://w3id.org/arco/ontology/context-description/
PREFIX core: https://w3id.org/arco/ontology/core/

select distinct ?dating ?datingEvent ?RENN where {
https://w3id.org/arco/resource/ArchitecturalOrLandscapeHeritage/1900115074A a-cd:hasDating ?dating.
?dating a-cd:hasDatingEvent ?datingEvent.
?datingEvent core:description ?RENN
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants