Releases: henrietteharmse/uml2semantics
Releases · henrietteharmse/uml2semantics
v0.0.3
v0.0.2
Relaxed definition of attribute types:
- Previously attributes had to XML data types or a UML class. It is now possible to define an attribute type that is based on curie based on a configured prefix. I.e., using the option
-x "foaf:http://xmlns.com/foaf/0.1/"
it is possible tofoaf:Document
as an attribute type. An example of this can be seen for the DCATv2Resource
with attributedcat:landingPage
and attribute typefoaf:Document
. - An attribute does not need to have a type as is seen for DCATv2 where
dcat:Relationship
has attributedct:relation
with no type.
v0.0.1
This is the first release of uml2semantics.