From ec77dc8e07084458bbcddfc1df088738d210551f Mon Sep 17 00:00:00 2001 From: Marco De Salvo Date: Tue, 28 May 2024 17:22:23 +0200 Subject: [PATCH] Cleanup TIME vocabulary from terms specific for OWLSharp legacy --- RDFSharp/Model/Vocabularies/TIME.cs | 39 ----------------------------- 1 file changed, 39 deletions(-) diff --git a/RDFSharp/Model/Vocabularies/TIME.cs b/RDFSharp/Model/Vocabularies/TIME.cs index c6a38501..d280112b 100644 --- a/RDFSharp/Model/Vocabularies/TIME.cs +++ b/RDFSharp/Model/Vocabularies/TIME.cs @@ -543,45 +543,6 @@ public static class TIME /// time:unitYear /// public static readonly RDFResource UNIT_YEAR = new RDFResource(string.Concat(TIME.BASE_URI, "unitYear")); - - // UNIT Extensions - - /// - /// https://en.wikipedia.org/wiki/Mars_sol - /// - public static readonly RDFResource UNIT_MARS_SOL = new RDFResource("https://en.wikipedia.org/wiki/Mars_sol"); - - /// - /// https://simple.wikipedia.org/wiki/Bya_(unit) - /// - public static readonly RDFResource UNIT_BYA = new RDFResource("https://simple.wikipedia.org/wiki/Bya_(unit)"); - - /// - /// https://simple.wikipedia.org/wiki/Mya_(unit) - /// - public static readonly RDFResource UNIT_MYA = new RDFResource("https://simple.wikipedia.org/wiki/Mya_(unit)"); - - // TRS Extensions - - /// - /// http://www.opengis.net/def/uom/ISO-8601/0/Gregorian - /// - public static readonly RDFResource TRS_GREGORIAN = new RDFResource("http://www.opengis.net/def/uom/ISO-8601/0/Gregorian"); - - /// - /// http://dbpedia.org/resource/Unix_time - /// - public static readonly RDFResource TRS_UNIX = new RDFResource("http://dbpedia.org/resource/Unix_time"); - - /// - /// http://www.opengis.net/def/crs/OGC/0/ChronometricGeologicTime - /// - public static readonly RDFResource TRS_GEOLOGIC = new RDFResource("http://www.opengis.net/def/crs/OGC/0/ChronometricGeologicTime"); - - /// - /// https://en.wikipedia.org/wiki/Global_Positioning_System#Timekeeping - /// - public static readonly RDFResource TRS_GLOBAL_POSITIONING_SYSTEM = new RDFResource("https://en.wikipedia.org/wiki/Global_Positioning_System#Timekeeping"); #endregion #region Extended Properties