corretti link script comuninca
This commit is contained in:
parent
67b59ce7f5
commit
a3d8726899
|
@ -23,6 +23,7 @@
|
||||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF" crossorigin="anonymous"></script>
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-fQybjgWLrvvRgtW6bFlB7jaZrFsaBXjsOMm/tB9LTS58ONXgqbR9W8oWht/amnpF" crossorigin="anonymous"></script>
|
||||||
<script src="https://code.jquery.com/ui/1.13.1/jquery-ui.js" defer></script>
|
<script src="https://code.jquery.com/ui/1.13.1/jquery-ui.js" defer></script>
|
||||||
<script src="https://rdf.js.org/comunica-browser/versions/latest/engines/query-sparql/comunica-browser.js"></script>
|
<script src="https://rdf.js.org/comunica-browser/versions/latest/engines/query-sparql/comunica-browser.js"></script>
|
||||||
|
<!-- <script src="https://rdf.js.org/comunica-browser/versions/v2/engines/query-sparql/comunica-browser.js"></script> -->
|
||||||
<!-- <script src="https://cdn.datatables.net/1.12.1/js/jquery.dataTables.min.js" defer></script> -->
|
<!-- <script src="https://cdn.datatables.net/1.12.1/js/jquery.dataTables.min.js" defer></script> -->
|
||||||
<script type="text/javascript" src="./js/datatables.min.js" defer></script>
|
<script type="text/javascript" src="./js/datatables.min.js" defer></script>
|
||||||
<!-- <script type="text/javascript" src="./js/utils.js"></script> -->
|
<!-- <script type="text/javascript" src="./js/utils.js"></script> -->
|
||||||
|
|
|
@ -585,6 +585,7 @@ $(document).ready(function() {
|
||||||
|
|
||||||
// Variabili per le query di prova
|
// Variabili per le query di prova
|
||||||
|
|
||||||
|
// su /fuseki/commedia-wip/query
|
||||||
var baseQuery = `PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
var baseQuery = `PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
||||||
PREFIX ecrm: <http://erlangen-crm.org/current/>
|
PREFIX ecrm: <http://erlangen-crm.org/current/>
|
||||||
PREFIX hdn: <http://hdn.dantenetwork.it/resource/work/commedia/cantica/>
|
PREFIX hdn: <http://hdn.dantenetwork.it/resource/work/commedia/cantica/>
|
||||||
|
@ -606,6 +607,7 @@ $(document).ready(function() {
|
||||||
FILTER regex(?Rappresentazione,"^farò$","i") .
|
FILTER regex(?Rappresentazione,"^farò$","i") .
|
||||||
}`
|
}`
|
||||||
|
|
||||||
|
// su /fuseki/commediaontosintgra
|
||||||
var sparqlQuery1 = `PREFIX ecrm: <http://erlangen-crm.org/current/>
|
var sparqlQuery1 = `PREFIX ecrm: <http://erlangen-crm.org/current/>
|
||||||
PREFIX hdn: <http://hdn.dantenetwork.it/resource/>
|
PREFIX hdn: <http://hdn.dantenetwork.it/resource/>
|
||||||
PREFIX lemon: <http://lemon-model.net/lemon#>
|
PREFIX lemon: <http://lemon-model.net/lemon#>
|
||||||
|
@ -619,6 +621,7 @@ SELECT DISTINCT ?form ?sc ?rep WHERE {
|
||||||
lemon:writtenRep ?rep.
|
lemon:writtenRep ?rep.
|
||||||
}`
|
}`
|
||||||
|
|
||||||
|
// su /fuseki/commediaontosintgra
|
||||||
var sparqlQuery2 = `PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
var sparqlQuery2 = `PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
||||||
PREFIX ecrm: <http://erlangen-crm.org/current/>
|
PREFIX ecrm: <http://erlangen-crm.org/current/>
|
||||||
PREFIX hdn: <http://hdn.dantenetwork.it/resource/>
|
PREFIX hdn: <http://hdn.dantenetwork.it/resource/>
|
||||||
|
@ -642,6 +645,7 @@ WHERE {
|
||||||
FILTER langMatches(lang(?Rappresentazione),"it")
|
FILTER langMatches(lang(?Rappresentazione),"it")
|
||||||
} LIMIT 20`
|
} LIMIT 20`
|
||||||
|
|
||||||
|
// su /fuseki/commediaontosintgra
|
||||||
var sparqlQuery3 = `PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
var sparqlQuery3 = `PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
||||||
PREFIX ecrm: <http://erlangen-crm.org/current/>
|
PREFIX ecrm: <http://erlangen-crm.org/current/>
|
||||||
PREFIX hdn: <http://hdn.dantenetwork.it/resource/>
|
PREFIX hdn: <http://hdn.dantenetwork.it/resource/>
|
||||||
|
|
Loading…
Reference in New Issue