forked from Bonubase/dicom2rdf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
25 lines (19 loc) · 770 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
v1.2
-added ontology annotations in gen_ontology
-added namespaces.py for central definition of namespaces
v1.1
-added CHANGES file
-Changes for OWL DL compatibility (mostly in gen_ontology)
-use the Collections Ontology (http://purl.org/co) instead of RDF collections
-no use of rdf:Property any more
-use xsd:long for VR AT
-use objectproperty for VR OB,OW
-no use of owl:sameAs for properties and classes any more
-use owl:equivalentProperty/Class instead
-repeat assertions for the alternative URI
-do not create empty collections/lists
-generated own data dictionary from pydicom version. added missing tags
-added bootstrap script in gen_source to recreate all generated sourcecode
-added isDefinedBy triples in gen_ontology
v1.0
-initial version