├── GSO-Common-consisten.ttl ├── LICENSE ├── Loop3D-GSO ├── .project ├── Examples │ ├── .gitignore │ ├── EasternRinconMountainsXSec.png │ ├── GSO-ExampleBritishColumbiaStrat-v2.ttl │ ├── GSO-ExampleComplexContacts.ttl │ ├── GSO-ExampleEpochLowerJurassic.ttl │ ├── GSO-ExampleEvents1.ttl │ ├── GSO-ExampleFault2.ttl │ ├── GSO-ExampleFaultKannaV4Model.ttl │ ├── GSO-ExampleFold.ttl │ ├── GSO-ExampleFormationJs.ttl │ ├── GSO-ExampleGeosciAustraliaStratUnit.ttl │ ├── GSO-ExampleHammerslyData.ttl │ ├── GSO-ExampleHistory.ttl │ ├── GSO-ExampleIsleOfWightStrat-pm1-v2.ttl │ ├── GSO-ExampleIsleOfWightStrat-pm1.ttl │ ├── GSO-ExampleLaTojizaPluton.ttl │ ├── GSO-ExamplePetrophysicalProperties_v2.ttl │ ├── GSO-ExampleRockMaterialBolsaQuartzite.ttl │ ├── GSO-ExampleRoles.ttl │ ├── GSO-ExampleVocabularyExtension-Alteration_Type-BC.ttl │ ├── GSO-LardeauGroup.ttl │ ├── GeologyScenarioForTesting.pdf │ └── catalog-v001.xml ├── GSO-Common.ttl ├── GSO-Geology.ttl ├── GSO-Master.ttl ├── GSO_v1.0_OFR_8796.pdf ├── Modules │ ├── .gitignore │ ├── CGI-gts.ttl │ ├── CGI-thors.ttl │ ├── GSO-Element.ttl │ ├── GSO-Feature.ttl │ ├── GSO-GTSmap.ttl │ ├── GSO-Geologic_Event.ttl │ ├── GSO-Geologic_Feature.ttl │ ├── GSO-Geologic_Granular_Material.ttl │ ├── GSO-Geologic_Mineral.ttl │ ├── GSO-Geologic_Process.ttl │ ├── GSO-Geologic_Quality.ttl │ ├── GSO-Geologic_Reference_System.ttl │ ├── GSO-Geologic_Relation.ttl │ ├── GSO-Geologic_Rock_Material.ttl │ ├── GSO-Geologic_Rock_Object.ttl │ ├── GSO-Geologic_Role.ttl │ ├── GSO-Geologic_Setting.ttl │ ├── GSO-Geologic_Structure.ttl │ ├── GSO-Geologic_Structure_Contact.ttl │ ├── GSO-Geologic_Structure_Fault.ttl │ ├── GSO-Geologic_Structure_Fold.ttl │ ├── GSO-Geologic_Structure_Foliation.ttl │ ├── GSO-Geologic_Structure_Lineation.ttl │ ├── GSO-Geologic_Time.ttl │ ├── GSO-Geologic_Time_Ischart.ttl │ ├── GSO-Geologic_Time_Scales-GTS.ttl │ ├── GSO-Geologic_Time_Scales.ttl │ ├── GSO-Geologic_Unit.ttl │ ├── GSO-Hydrology.ttl │ ├── GSO-Perdurant.ttl │ ├── GSO-QUDTvoc.ttl │ ├── GSO-Quality.ttl │ ├── GSO-skos_annotation.ttl │ ├── OGC-geosparql_vocab_all.ttl │ ├── W3C-SDW-time.ttl │ ├── W3C-Sosa.ttl │ ├── catalog-v001.xml │ └── xgma-geotimeversion.ttl ├── catalog-v001.xml ├── discussionPoints2021-09-01.txt ├── generatedocs3-fix.bat ├── generatedocs3.bat └── toDo.txt ├── README.md ├── TimeIntervalRelations.pdf └── docs ├── alterationtype-bc.html ├── common.html ├── ec-lardeaustrat.html ├── element.html ├── ex-ausstratunit.html ├── ex-complexcontact.html ├── ex-event1.html ├── ex-faults.html ├── ex-formationJs.html ├── ex-history.html ├── ex-islewightstrat.html ├── ex-materialCb.html ├── ex-petrophysics-bc.html ├── ex-plutontojiza.html ├── ex-roles.html ├── ex-stratlexicon2-bc.html ├── ex-timelowerjurassic.html ├── faultKannaV4Model.html ├── feature.html ├── foldexample.html ├── geologiccontact.html ├── geologicevent.html ├── geologicfault.html ├── geologicfeature.html ├── geologicfold.html ├── geologicfoliation.html ├── geologiclineation.html ├── geologicprocess.html ├── geologicquality.html ├── geologicreferencesystem.html ├── geologicrelation.html ├── geologicrockmaterial.html ├── geologicrole.html ├── geologicsetting.html ├── geologicstructure.html ├── geologictime.html ├── geologicunit.html ├── geology.html ├── granularmaterial.html ├── hydrology.html ├── ischart.html ├── master.html ├── mineral.html ├── perdurant.html ├── quality.html ├── qudt_voc.html ├── rockmaterial.html ├── rockobject.html └── skos_annotation.html /GSO-Common-consisten.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/GSO-Common-consisten.ttl -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/LICENSE -------------------------------------------------------------------------------- /Loop3D-GSO/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/.project -------------------------------------------------------------------------------- /Loop3D-GSO/Examples/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Loop3D-GSO/Examples/EasternRinconMountainsXSec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Examples/EasternRinconMountainsXSec.png -------------------------------------------------------------------------------- /Loop3D-GSO/Examples/GSO-ExampleBritishColumbiaStrat-v2.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Examples/GSO-ExampleBritishColumbiaStrat-v2.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Examples/GSO-ExampleComplexContacts.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Examples/GSO-ExampleComplexContacts.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Examples/GSO-ExampleEpochLowerJurassic.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Examples/GSO-ExampleEpochLowerJurassic.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Examples/GSO-ExampleEvents1.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Examples/GSO-ExampleEvents1.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Examples/GSO-ExampleFault2.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Examples/GSO-ExampleFault2.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Examples/GSO-ExampleFaultKannaV4Model.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Examples/GSO-ExampleFaultKannaV4Model.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Examples/GSO-ExampleFold.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Examples/GSO-ExampleFold.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Examples/GSO-ExampleFormationJs.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Examples/GSO-ExampleFormationJs.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Examples/GSO-ExampleGeosciAustraliaStratUnit.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Examples/GSO-ExampleGeosciAustraliaStratUnit.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Examples/GSO-ExampleHammerslyData.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Examples/GSO-ExampleHammerslyData.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Examples/GSO-ExampleHistory.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Examples/GSO-ExampleHistory.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Examples/GSO-ExampleIsleOfWightStrat-pm1-v2.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Examples/GSO-ExampleIsleOfWightStrat-pm1-v2.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Examples/GSO-ExampleIsleOfWightStrat-pm1.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Examples/GSO-ExampleIsleOfWightStrat-pm1.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Examples/GSO-ExampleLaTojizaPluton.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Examples/GSO-ExampleLaTojizaPluton.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Examples/GSO-ExamplePetrophysicalProperties_v2.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Examples/GSO-ExamplePetrophysicalProperties_v2.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Examples/GSO-ExampleRockMaterialBolsaQuartzite.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Examples/GSO-ExampleRockMaterialBolsaQuartzite.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Examples/GSO-ExampleRoles.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Examples/GSO-ExampleRoles.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Examples/GSO-ExampleVocabularyExtension-Alteration_Type-BC.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Examples/GSO-ExampleVocabularyExtension-Alteration_Type-BC.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Examples/GSO-LardeauGroup.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Examples/GSO-LardeauGroup.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Examples/GeologyScenarioForTesting.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Examples/GeologyScenarioForTesting.pdf -------------------------------------------------------------------------------- /Loop3D-GSO/Examples/catalog-v001.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Examples/catalog-v001.xml -------------------------------------------------------------------------------- /Loop3D-GSO/GSO-Common.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/GSO-Common.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/GSO-Geology.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/GSO-Geology.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/GSO-Master.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/GSO-Master.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/GSO_v1.0_OFR_8796.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/GSO_v1.0_OFR_8796.pdf -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/CGI-gts.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/CGI-gts.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/CGI-thors.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/CGI-thors.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/GSO-Element.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/GSO-Element.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/GSO-Feature.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/GSO-Feature.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/GSO-GTSmap.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/GSO-GTSmap.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/GSO-Geologic_Event.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/GSO-Geologic_Event.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/GSO-Geologic_Feature.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/GSO-Geologic_Feature.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/GSO-Geologic_Granular_Material.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/GSO-Geologic_Granular_Material.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/GSO-Geologic_Mineral.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/GSO-Geologic_Mineral.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/GSO-Geologic_Process.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/GSO-Geologic_Process.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/GSO-Geologic_Quality.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/GSO-Geologic_Quality.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/GSO-Geologic_Reference_System.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/GSO-Geologic_Reference_System.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/GSO-Geologic_Relation.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/GSO-Geologic_Relation.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/GSO-Geologic_Rock_Material.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/GSO-Geologic_Rock_Material.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/GSO-Geologic_Rock_Object.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/GSO-Geologic_Rock_Object.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/GSO-Geologic_Role.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/GSO-Geologic_Role.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/GSO-Geologic_Setting.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/GSO-Geologic_Setting.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/GSO-Geologic_Structure.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/GSO-Geologic_Structure.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/GSO-Geologic_Structure_Contact.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/GSO-Geologic_Structure_Contact.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/GSO-Geologic_Structure_Fault.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/GSO-Geologic_Structure_Fault.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/GSO-Geologic_Structure_Fold.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/GSO-Geologic_Structure_Fold.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/GSO-Geologic_Structure_Foliation.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/GSO-Geologic_Structure_Foliation.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/GSO-Geologic_Structure_Lineation.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/GSO-Geologic_Structure_Lineation.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/GSO-Geologic_Time.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/GSO-Geologic_Time.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/GSO-Geologic_Time_Ischart.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/GSO-Geologic_Time_Ischart.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/GSO-Geologic_Time_Scales-GTS.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/GSO-Geologic_Time_Scales-GTS.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/GSO-Geologic_Time_Scales.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/GSO-Geologic_Time_Scales.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/GSO-Geologic_Unit.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/GSO-Geologic_Unit.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/GSO-Hydrology.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/GSO-Hydrology.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/GSO-Perdurant.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/GSO-Perdurant.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/GSO-QUDTvoc.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/GSO-QUDTvoc.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/GSO-Quality.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/GSO-Quality.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/GSO-skos_annotation.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/GSO-skos_annotation.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/OGC-geosparql_vocab_all.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/OGC-geosparql_vocab_all.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/W3C-SDW-time.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/W3C-SDW-time.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/W3C-Sosa.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/W3C-Sosa.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/catalog-v001.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/catalog-v001.xml -------------------------------------------------------------------------------- /Loop3D-GSO/Modules/xgma-geotimeversion.ttl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/Modules/xgma-geotimeversion.ttl -------------------------------------------------------------------------------- /Loop3D-GSO/catalog-v001.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/catalog-v001.xml -------------------------------------------------------------------------------- /Loop3D-GSO/discussionPoints2021-09-01.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/discussionPoints2021-09-01.txt -------------------------------------------------------------------------------- /Loop3D-GSO/generatedocs3-fix.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/generatedocs3-fix.bat -------------------------------------------------------------------------------- /Loop3D-GSO/generatedocs3.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/generatedocs3.bat -------------------------------------------------------------------------------- /Loop3D-GSO/toDo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/Loop3D-GSO/toDo.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/README.md -------------------------------------------------------------------------------- /TimeIntervalRelations.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/TimeIntervalRelations.pdf -------------------------------------------------------------------------------- /docs/alterationtype-bc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/alterationtype-bc.html -------------------------------------------------------------------------------- /docs/common.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/common.html -------------------------------------------------------------------------------- /docs/ec-lardeaustrat.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/ec-lardeaustrat.html -------------------------------------------------------------------------------- /docs/element.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/element.html -------------------------------------------------------------------------------- /docs/ex-ausstratunit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/ex-ausstratunit.html -------------------------------------------------------------------------------- /docs/ex-complexcontact.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/ex-complexcontact.html -------------------------------------------------------------------------------- /docs/ex-event1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/ex-event1.html -------------------------------------------------------------------------------- /docs/ex-faults.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/ex-faults.html -------------------------------------------------------------------------------- /docs/ex-formationJs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/ex-formationJs.html -------------------------------------------------------------------------------- /docs/ex-history.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/ex-history.html -------------------------------------------------------------------------------- /docs/ex-islewightstrat.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/ex-islewightstrat.html -------------------------------------------------------------------------------- /docs/ex-materialCb.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/ex-materialCb.html -------------------------------------------------------------------------------- /docs/ex-petrophysics-bc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/ex-petrophysics-bc.html -------------------------------------------------------------------------------- /docs/ex-plutontojiza.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/ex-plutontojiza.html -------------------------------------------------------------------------------- /docs/ex-roles.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/ex-roles.html -------------------------------------------------------------------------------- /docs/ex-stratlexicon2-bc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/ex-stratlexicon2-bc.html -------------------------------------------------------------------------------- /docs/ex-timelowerjurassic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/ex-timelowerjurassic.html -------------------------------------------------------------------------------- /docs/faultKannaV4Model.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/faultKannaV4Model.html -------------------------------------------------------------------------------- /docs/feature.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/feature.html -------------------------------------------------------------------------------- /docs/foldexample.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/foldexample.html -------------------------------------------------------------------------------- /docs/geologiccontact.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/geologiccontact.html -------------------------------------------------------------------------------- /docs/geologicevent.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/geologicevent.html -------------------------------------------------------------------------------- /docs/geologicfault.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/geologicfault.html -------------------------------------------------------------------------------- /docs/geologicfeature.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/geologicfeature.html -------------------------------------------------------------------------------- /docs/geologicfold.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/geologicfold.html -------------------------------------------------------------------------------- /docs/geologicfoliation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/geologicfoliation.html -------------------------------------------------------------------------------- /docs/geologiclineation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/geologiclineation.html -------------------------------------------------------------------------------- /docs/geologicprocess.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/geologicprocess.html -------------------------------------------------------------------------------- /docs/geologicquality.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/geologicquality.html -------------------------------------------------------------------------------- /docs/geologicreferencesystem.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/geologicreferencesystem.html -------------------------------------------------------------------------------- /docs/geologicrelation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/geologicrelation.html -------------------------------------------------------------------------------- /docs/geologicrockmaterial.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/geologicrockmaterial.html -------------------------------------------------------------------------------- /docs/geologicrole.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/geologicrole.html -------------------------------------------------------------------------------- /docs/geologicsetting.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/geologicsetting.html -------------------------------------------------------------------------------- /docs/geologicstructure.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/geologicstructure.html -------------------------------------------------------------------------------- /docs/geologictime.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/geologictime.html -------------------------------------------------------------------------------- /docs/geologicunit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/geologicunit.html -------------------------------------------------------------------------------- /docs/geology.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/geology.html -------------------------------------------------------------------------------- /docs/granularmaterial.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/granularmaterial.html -------------------------------------------------------------------------------- /docs/hydrology.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/hydrology.html -------------------------------------------------------------------------------- /docs/ischart.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/ischart.html -------------------------------------------------------------------------------- /docs/master.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/master.html -------------------------------------------------------------------------------- /docs/mineral.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/mineral.html -------------------------------------------------------------------------------- /docs/perdurant.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/perdurant.html -------------------------------------------------------------------------------- /docs/quality.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/quality.html -------------------------------------------------------------------------------- /docs/qudt_voc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/qudt_voc.html -------------------------------------------------------------------------------- /docs/rockmaterial.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/rockmaterial.html -------------------------------------------------------------------------------- /docs/rockobject.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/rockobject.html -------------------------------------------------------------------------------- /docs/skos_annotation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Loop3D/GKM/HEAD/docs/skos_annotation.html --------------------------------------------------------------------------------