Releases: mdesalvo/RDFSharp
v2.18.2
v2.18.1
v2.18.0
v2.16.1
(FIX) Incorrect parsing of RDF/XML collections when items are nested descriptions (#124)
(FIX) Crash in RDF/XML writer when serializing unfloating containers (#125)
(FIX) Incorrect detection of blank subjects in RDF/XML parser (#130)
(FIX) Crash in RDF/XML parser when xml:lang attribute on RDF document root node (#131)
(FIX) Incorrect scope of xml:lang attribute in RDF/XML parser (#132)
(FIX) Missing reification of rdf:ID when found on RDF/XML property node (#134)
(FIX) Missing support for rdf:parseType=Resource at predicate level in RDF/XML parser (#135)
(FIX) RDF/XML parser should threat datatype of rdf:parseType=Literal as rdf:XMLLiteral (#136)
v2.16.0
v2.15.0
(NEW) Added support for modeling OWL2 Asymmetric properties (#108)
(NEW) Added support for modeling OWL2 Reflexive properties (#112)
(NEW) Added support for modeling OWL2 Irreflexive properties (#113)
(NEW) Improved RDF/XML parser with support for nested resource descriptions (#116)
(FIX) Crash due to comments inside RDF/XML collections while parsing (#115)
(FIX) Crash due to comments inside RDF/XML containers while parsing (#117)
v2.14.0
(NEW) Added support for modeling OWL2 AllDisjointClasses syntactic sugar (#105)
(NEW) Added support for modeling OWL2 AllDifferent syntactic sugar (#106)
(NEW) Added support for modeling OWL2 DisjointUnion syntactic sugar (#104)
(FIX) Missing detection of implicit collection item's type in RDF/XML parsing (#107)
(MISC) Code cleanups and better organization of Semantics namespaces (OWL, SKOS)