User:Claudio Forziati/Sandbox01: Difference between revisions
Line 72: | Line 72: | ||
</div> | </div> | ||
</nowiki> | </nowiki> | ||
==Query== | |||
<sparql> | |||
PREFIX uni2bfwd: <https://unimarc2bibframe.wikibase.cloud/entity/> | |||
PREFIX uni2bfwdt: <https://unimarc2bibframe.wikibase.cloud/prop/direct/> | |||
select ?item ?itemLabel ?itemDescription ?update_year ?statements | |||
WHERE | |||
{ | |||
?item uni2bfwdt:P5 ?update_used . | |||
?item wikibase:statements ?statements . | |||
BIND(YEAR(?update_used) as ?update_year) | |||
SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } | |||
} | |||
ORDER BY ?item | |||
</sparql> |
Revision as of 14:32, 5 December 2023
Mappatura in forma tabellare
link da utilizzare come statement negli item relativi
Importante: inserendo delle pagine con le tabelle è facile importarle in un foglio di calcolo di Google Drive con la funzione =IMPORTHTML
In questo caso, per la prima, sarebbe:
=IMPORTHTML("https://unimarc2bibframe.wikibase.cloud/wiki/User:Claudio_Forziati/Sandbox01"; "table"; 1)
UNIMARC Bibliographic TAG and Subfields | BF ATTRIBUTE |
---|---|
135 - Coded Data Field: Electronic Resources | |
$a/0 - Type of electronic resource | W - genreForm - GenreForm |
a - numeric | http://id.loc.gov/vocabulary/marcgt/num |
b - computer program(s) | http://id.loc.gov/vocabulary/marcgt/com |
c - representational | http://id.loc.gov/vocabulary/marcgt/rep |
d - text | http://id.loc.gov/vocabulary/marcgt/doc |
e - bibliographic data | http://id.loc.gov/vocabulary/marcgt/bda |
f - font | http://id.loc.gov/vocabulary/marcgt/fon |
g - game | http://id.loc.gov/vocabulary/marcgt/gam |
h - sound | http://id.loc.gov/vocabulary/marcgt/sou |
i - interactive multimedia | http://id.loc.gov/vocabulary/marcgt/inm |
j - online system or service | http://id.loc.gov/vocabulary/marcgt/ons |
=IMPORTHTML("https://unimarc2bibframe.wikibase.cloud/wiki/User:Claudio_Forziati/Sandbox01"; "table"; 2)
UNIMARC Bibliographic TAG and Subfields | BF ATTRIBUTE |
---|---|
676 - Dewey Decimal Classification (DDC) | W - classification - ClassificationDdc |
a - Number |
UNIMARC | MARC21 | BIBFRAME |
---|---|---|
010 - International Standard Book Number (ISBN) | 020 - INTERNATIONAL STANDARD BOOK NUMBER (R) | I - identifiedBy - Isbn |
Subfield Codes | ||
a - Number ISBN | $a - International Standard Book Number (NR) | |
d - Terms of Availability and/or Price | $c - Terms of availability (NR) | I - acquisitionTerms - literal |
b - Qualification | $q - Qualifying information (R) | |
z - Erroneous ISBN | $z - Canceled/invalid ISBN (R) |
Template di benvenuto
Vedi Template:Welcome
<div class="welcome-template-section" style="background: linear-gradient(146deg, rgba(150, 247, 143, 0.48) 0%, rgba(210,239,230,0.62) 96%); -webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.05); -moz-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.05); box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.05); padding: 15px; margin: 10px;">
<div><big>'''Benvenutə!'''</big></div>
[https://unimarc2bibframe.wikibase.cloud/wiki/Main_Page SHARE Catalogue mapping knowledge base] è un progetto del gruppo tecnico di mappatura UNIMARC-BIBFRAME promosso dal consorzio interuniversitario [https://www.sharecampus.unina.it/ SHARE (Scholarly Heritage and Access to Research)].<br />
Il progetto è dedicato a riportare la mappatura tra UNIMARC e BIBFRAME 2.0, così come sarà resa operativa nella nuova versione del catalogo consortile in Linked Open Data SHARE Catalogue, in modo da renderla riutilizzabile e integralmente interoperabile in base ai principi espressi in [[Project:Copyrights]].<br />
Per maggiori informazioni su questo progetto ti consigliamo di leggere [[Project:About]].<br />
Se hai domande, non esitare a chiedere: puoi contattare gli amministratori dell'istanza [[User talk:Claudio Forziati|Claudio Forziati]] o [[User talk:Alessandra.Moi|Alessandra Moi]] nelle rispettive pagine di discussione.<br />
</div>
Query
PREFIX uni2bfwd: <https://unimarc2bibframe.wikibase.cloud/entity/>
PREFIX uni2bfwdt: <https://unimarc2bibframe.wikibase.cloud/prop/direct/>
select ?item ?itemLabel ?itemDescription ?update_year ?statements
WHERE
{
?item uni2bfwdt:P5 ?update_used .
?item wikibase:statements ?statements .
BIND(YEAR(?update_used) as ?update_year)
SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
ORDER BY ?item