Commit graph

12 commits

Author SHA1 Message Date
Marius Orcsik
f968addfe0
Modified GetID method to not return a pointer
ObjectID type has now a IsValid method
2019-12-03 16:26:43 +01:00
Marius Orcsik
8982b3f40a Add IsCollection function to all base objects 2019-12-01 19:35:08 +01:00
Marius Orcsik
499189f114
Add Contains method on iri, to determine if an IRI is the root of another 2019-11-20 11:42:33 +01:00
Marius Orcsik
911738e9f0
Using new Equals method for IRIs.Contains 2019-11-18 16:41:31 +01:00
Marius Orcsik
e6341caa81
Added iri.Equals method 2019-11-18 16:39:28 +01:00
Marius Orcsik
c9c6d2f720 Fix Contains methods on empty collections 2019-08-23 21:49:47 +02:00
Marius Orcsik
1ef5c83a05 Added the public namespace as a constant 2019-08-22 21:16:40 +02:00
Marius Orcsik
a89d5cf5fe Added a method to check if an IRI is contained it an array of IRIs 2019-08-17 15:17:10 +02:00
Marius Orcsik
a8cd8b42ca
Added URL() method to the IRI type 2019-06-02 14:59:08 +02:00
Marius Orcsik
ed9c46fc7b
Renamed the Fold* functions to Flatten* 2019-05-11 11:53:32 +02:00
Marius Orcsik
82ef950fd2
Added helper functions to collapse Items to IRIs 2019-05-11 10:32:55 +02:00
Marius Orcsik
ca1b14711d
Small tests for IRI objects 2019-02-19 13:02:38 +01:00
Renamed from uri.go (Browse further)