├── API-keys.js ├── API └── index.html ├── CITATION.cff ├── LICENSE.md ├── README.md ├── User-Guide-Advanced.md ├── User-Guide-Basic.md ├── contexts ├── linkedplaces-schemadotorg.jsonld ├── linkedplaces.jsonld └── xLP.jsonld ├── css ├── dc.css ├── images │ ├── bg.png │ ├── external-ltr.svg │ ├── layers.svg │ ├── search.svg │ ├── ui-icons_444444_256x240.png │ ├── ui-icons_555555_256x240.png │ ├── ui-icons_777620_256x240.png │ ├── ui-icons_777777_256x240.png │ ├── ui-icons_cc0000_256x240.png │ └── ui-icons_ffffff_256x240.png ├── jquery-ui.min.css ├── jquery-ui.theme.min.css ├── jquery.loadingModal.min.css ├── mapbox-gl.css └── maplibre-gl@2.1.7.css ├── datasets ├── ArtUK.lp.json ├── BIFMO-post-1840.lp.json ├── BIFMO-pre-1840.lp.json ├── BL-Collections-Geospatial-(Victoria-Morris).lp.json ├── HOP-Returns.lp.json ├── Hollar-1660.lp.json ├── Mapping-Museums.lp.json ├── MonasteryQuest.lp.json ├── NI-Scheduled-Zones.lp.json ├── PAS_Warwickshire.lp.json ├── README.md ├── VCH-Places.lp.json ├── VisitPlus-UK.lp.json ├── alexandrian-tetradrachms.lp.json ├── api │ ├── gazetteer.css │ └── gazetteer.js ├── base-byzantine-coins.lp.json ├── early-monasteries.lp.json ├── index.html └── ptolemaic-coins.lp.json ├── examples ├── 100_Sites.csv ├── CAMPOP-Towns-sample.lp.geo.json ├── English Visitor Sites.lp.json ├── Hollar-1660.lp.json ├── John Leland (Wales) - Viae Regiae annotations.jsonld ├── PAS_Warwickshire.lp.json ├── Saxton - Dorset - Viae Regiae annotations.jsonld ├── State_Care_Sites_Opened_to_Public_NI.csv ├── VCH-Places.lp.json └── VisitPlus-UK.lp.json ├── favicon.ico ├── images ├── LaNC-logo.png ├── Locolligo-screenshot.png ├── Locolligo.png ├── Screenshot-Type-Library.png ├── colligo.png ├── docuracy-logo.png └── pelagios.svg ├── index.html ├── js ├── NLS-basemap.js ├── citation-js-software-formats.min.js ├── data-converter.js ├── fuse.js ├── fxparser.min.js ├── geodesy │ ├── dms.js │ ├── latlon-ellipsoidal-datum.js │ ├── latlon-ellipsoidal.js │ ├── osgridref.js │ └── vector3d.js ├── jquery-3.6.0.min.js ├── jquery-ui.min.js ├── jquery.loadingModal.min.js ├── json-formatter.umd.min.js ├── jsonata.min.js ├── jszip-utils.js ├── jszip.js ├── mapbox-NLS-config.json ├── mapbox-config.json ├── mapbox-gl.js ├── mapbox-gl.js.map ├── maplibre-config.json ├── maplibre-gl@2.1.7.js ├── osgridref.js ├── papaparse.min.js ├── polylabel.js ├── proj4.js ├── require.js ├── shp2geojson-preprocess.js ├── shp2geojson-preview-v2.js ├── spatial-select.js └── uuidv4.min.js ├── queries ├── mappings.json └── wikidata_heritage_sites.sparql ├── schemas ├── LP.json ├── geojson.json └── xLP.json ├── templates ├── APIs.json ├── country-codes.json ├── indexing.json ├── libraryMappings.json ├── mappings.json ├── wikidata_heritage_sites.sparql └── wikidata_nearby_settlements.sparql ├── types └── VisitPlus.csv └── vocabularies ├── NT-Collections.json ├── PAS-MoDs.json └── VCH-terms.json /API-keys.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/API-keys.js -------------------------------------------------------------------------------- /API/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/API/index.html -------------------------------------------------------------------------------- /CITATION.cff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/CITATION.cff -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/README.md -------------------------------------------------------------------------------- /User-Guide-Advanced.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/User-Guide-Advanced.md -------------------------------------------------------------------------------- /User-Guide-Basic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/User-Guide-Basic.md -------------------------------------------------------------------------------- /contexts/linkedplaces-schemadotorg.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/contexts/linkedplaces-schemadotorg.jsonld -------------------------------------------------------------------------------- /contexts/linkedplaces.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/contexts/linkedplaces.jsonld -------------------------------------------------------------------------------- /contexts/xLP.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/contexts/xLP.jsonld -------------------------------------------------------------------------------- /css/dc.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/css/dc.css -------------------------------------------------------------------------------- /css/images/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/css/images/bg.png -------------------------------------------------------------------------------- /css/images/external-ltr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/css/images/external-ltr.svg -------------------------------------------------------------------------------- /css/images/layers.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/css/images/layers.svg -------------------------------------------------------------------------------- /css/images/search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/css/images/search.svg -------------------------------------------------------------------------------- /css/images/ui-icons_444444_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/css/images/ui-icons_444444_256x240.png -------------------------------------------------------------------------------- /css/images/ui-icons_555555_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/css/images/ui-icons_555555_256x240.png -------------------------------------------------------------------------------- /css/images/ui-icons_777620_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/css/images/ui-icons_777620_256x240.png -------------------------------------------------------------------------------- /css/images/ui-icons_777777_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/css/images/ui-icons_777777_256x240.png -------------------------------------------------------------------------------- /css/images/ui-icons_cc0000_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/css/images/ui-icons_cc0000_256x240.png -------------------------------------------------------------------------------- /css/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/css/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /css/jquery-ui.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/css/jquery-ui.min.css -------------------------------------------------------------------------------- /css/jquery-ui.theme.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/css/jquery-ui.theme.min.css -------------------------------------------------------------------------------- /css/jquery.loadingModal.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/css/jquery.loadingModal.min.css -------------------------------------------------------------------------------- /css/mapbox-gl.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/css/mapbox-gl.css -------------------------------------------------------------------------------- /css/maplibre-gl@2.1.7.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/css/maplibre-gl@2.1.7.css -------------------------------------------------------------------------------- /datasets/ArtUK.lp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/datasets/ArtUK.lp.json -------------------------------------------------------------------------------- /datasets/BIFMO-post-1840.lp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/datasets/BIFMO-post-1840.lp.json -------------------------------------------------------------------------------- /datasets/BIFMO-pre-1840.lp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/datasets/BIFMO-pre-1840.lp.json -------------------------------------------------------------------------------- /datasets/BL-Collections-Geospatial-(Victoria-Morris).lp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/datasets/BL-Collections-Geospatial-(Victoria-Morris).lp.json -------------------------------------------------------------------------------- /datasets/HOP-Returns.lp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/datasets/HOP-Returns.lp.json -------------------------------------------------------------------------------- /datasets/Hollar-1660.lp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/datasets/Hollar-1660.lp.json -------------------------------------------------------------------------------- /datasets/Mapping-Museums.lp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/datasets/Mapping-Museums.lp.json -------------------------------------------------------------------------------- /datasets/MonasteryQuest.lp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/datasets/MonasteryQuest.lp.json -------------------------------------------------------------------------------- /datasets/NI-Scheduled-Zones.lp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/datasets/NI-Scheduled-Zones.lp.json -------------------------------------------------------------------------------- /datasets/PAS_Warwickshire.lp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/datasets/PAS_Warwickshire.lp.json -------------------------------------------------------------------------------- /datasets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/datasets/README.md -------------------------------------------------------------------------------- /datasets/VCH-Places.lp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/datasets/VCH-Places.lp.json -------------------------------------------------------------------------------- /datasets/VisitPlus-UK.lp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/datasets/VisitPlus-UK.lp.json -------------------------------------------------------------------------------- /datasets/alexandrian-tetradrachms.lp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/datasets/alexandrian-tetradrachms.lp.json -------------------------------------------------------------------------------- /datasets/api/gazetteer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/datasets/api/gazetteer.css -------------------------------------------------------------------------------- /datasets/api/gazetteer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/datasets/api/gazetteer.js -------------------------------------------------------------------------------- /datasets/base-byzantine-coins.lp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/datasets/base-byzantine-coins.lp.json -------------------------------------------------------------------------------- /datasets/early-monasteries.lp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/datasets/early-monasteries.lp.json -------------------------------------------------------------------------------- /datasets/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/datasets/index.html -------------------------------------------------------------------------------- /datasets/ptolemaic-coins.lp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/datasets/ptolemaic-coins.lp.json -------------------------------------------------------------------------------- /examples/100_Sites.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/examples/100_Sites.csv -------------------------------------------------------------------------------- /examples/CAMPOP-Towns-sample.lp.geo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/examples/CAMPOP-Towns-sample.lp.geo.json -------------------------------------------------------------------------------- /examples/English Visitor Sites.lp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/examples/English Visitor Sites.lp.json -------------------------------------------------------------------------------- /examples/Hollar-1660.lp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/examples/Hollar-1660.lp.json -------------------------------------------------------------------------------- /examples/John Leland (Wales) - Viae Regiae annotations.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/examples/John Leland (Wales) - Viae Regiae annotations.jsonld -------------------------------------------------------------------------------- /examples/PAS_Warwickshire.lp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/examples/PAS_Warwickshire.lp.json -------------------------------------------------------------------------------- /examples/Saxton - Dorset - Viae Regiae annotations.jsonld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/examples/Saxton - Dorset - Viae Regiae annotations.jsonld -------------------------------------------------------------------------------- /examples/State_Care_Sites_Opened_to_Public_NI.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/examples/State_Care_Sites_Opened_to_Public_NI.csv -------------------------------------------------------------------------------- /examples/VCH-Places.lp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/examples/VCH-Places.lp.json -------------------------------------------------------------------------------- /examples/VisitPlus-UK.lp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/examples/VisitPlus-UK.lp.json -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/favicon.ico -------------------------------------------------------------------------------- /images/LaNC-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/images/LaNC-logo.png -------------------------------------------------------------------------------- /images/Locolligo-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/images/Locolligo-screenshot.png -------------------------------------------------------------------------------- /images/Locolligo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/images/Locolligo.png -------------------------------------------------------------------------------- /images/Screenshot-Type-Library.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/images/Screenshot-Type-Library.png -------------------------------------------------------------------------------- /images/colligo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/images/colligo.png -------------------------------------------------------------------------------- /images/docuracy-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/images/docuracy-logo.png -------------------------------------------------------------------------------- /images/pelagios.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/images/pelagios.svg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/index.html -------------------------------------------------------------------------------- /js/NLS-basemap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/js/NLS-basemap.js -------------------------------------------------------------------------------- /js/citation-js-software-formats.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/js/citation-js-software-formats.min.js -------------------------------------------------------------------------------- /js/data-converter.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/js/data-converter.js -------------------------------------------------------------------------------- /js/fuse.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/js/fuse.js -------------------------------------------------------------------------------- /js/fxparser.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/js/fxparser.min.js -------------------------------------------------------------------------------- /js/geodesy/dms.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/js/geodesy/dms.js -------------------------------------------------------------------------------- /js/geodesy/latlon-ellipsoidal-datum.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/js/geodesy/latlon-ellipsoidal-datum.js -------------------------------------------------------------------------------- /js/geodesy/latlon-ellipsoidal.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/js/geodesy/latlon-ellipsoidal.js -------------------------------------------------------------------------------- /js/geodesy/osgridref.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/js/geodesy/osgridref.js -------------------------------------------------------------------------------- /js/geodesy/vector3d.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/js/geodesy/vector3d.js -------------------------------------------------------------------------------- /js/jquery-3.6.0.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/js/jquery-3.6.0.min.js -------------------------------------------------------------------------------- /js/jquery-ui.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/js/jquery-ui.min.js -------------------------------------------------------------------------------- /js/jquery.loadingModal.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/js/jquery.loadingModal.min.js -------------------------------------------------------------------------------- /js/json-formatter.umd.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/js/json-formatter.umd.min.js -------------------------------------------------------------------------------- /js/jsonata.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/js/jsonata.min.js -------------------------------------------------------------------------------- /js/jszip-utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/js/jszip-utils.js -------------------------------------------------------------------------------- /js/jszip.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/js/jszip.js -------------------------------------------------------------------------------- /js/mapbox-NLS-config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/js/mapbox-NLS-config.json -------------------------------------------------------------------------------- /js/mapbox-config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/js/mapbox-config.json -------------------------------------------------------------------------------- /js/mapbox-gl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/js/mapbox-gl.js -------------------------------------------------------------------------------- /js/mapbox-gl.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/js/mapbox-gl.js.map -------------------------------------------------------------------------------- /js/maplibre-config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/js/maplibre-config.json -------------------------------------------------------------------------------- /js/maplibre-gl@2.1.7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/js/maplibre-gl@2.1.7.js -------------------------------------------------------------------------------- /js/osgridref.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/js/osgridref.js -------------------------------------------------------------------------------- /js/papaparse.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/js/papaparse.min.js -------------------------------------------------------------------------------- /js/polylabel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/js/polylabel.js -------------------------------------------------------------------------------- /js/proj4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/js/proj4.js -------------------------------------------------------------------------------- /js/require.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/js/require.js -------------------------------------------------------------------------------- /js/shp2geojson-preprocess.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/js/shp2geojson-preprocess.js -------------------------------------------------------------------------------- /js/shp2geojson-preview-v2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/js/shp2geojson-preview-v2.js -------------------------------------------------------------------------------- /js/spatial-select.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/js/spatial-select.js -------------------------------------------------------------------------------- /js/uuidv4.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/js/uuidv4.min.js -------------------------------------------------------------------------------- /queries/mappings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/queries/mappings.json -------------------------------------------------------------------------------- /queries/wikidata_heritage_sites.sparql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/queries/wikidata_heritage_sites.sparql -------------------------------------------------------------------------------- /schemas/LP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/schemas/LP.json -------------------------------------------------------------------------------- /schemas/geojson.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/schemas/geojson.json -------------------------------------------------------------------------------- /schemas/xLP.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/schemas/xLP.json -------------------------------------------------------------------------------- /templates/APIs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/templates/APIs.json -------------------------------------------------------------------------------- /templates/country-codes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/templates/country-codes.json -------------------------------------------------------------------------------- /templates/indexing.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/templates/indexing.json -------------------------------------------------------------------------------- /templates/libraryMappings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/templates/libraryMappings.json -------------------------------------------------------------------------------- /templates/mappings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/templates/mappings.json -------------------------------------------------------------------------------- /templates/wikidata_heritage_sites.sparql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/templates/wikidata_heritage_sites.sparql -------------------------------------------------------------------------------- /templates/wikidata_nearby_settlements.sparql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/templates/wikidata_nearby_settlements.sparql -------------------------------------------------------------------------------- /types/VisitPlus.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/types/VisitPlus.csv -------------------------------------------------------------------------------- /vocabularies/NT-Collections.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/vocabularies/NT-Collections.json -------------------------------------------------------------------------------- /vocabularies/PAS-MoDs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/vocabularies/PAS-MoDs.json -------------------------------------------------------------------------------- /vocabularies/VCH-terms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/docuracy/Locolligo/HEAD/vocabularies/VCH-terms.json --------------------------------------------------------------------------------