Skip to content

v0.0.2

Compare
Choose a tag to compare
@henrietteharmse henrietteharmse released this 28 Aug 14:00
· 17 commits to main since this release

Relaxed definition of attribute types:

  1. 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 to foaf:Document as an attribute type. An example of this can be seen for the DCATv2 Resource with attribute dcat:landingPage and attribute type foaf:Document.
  2. An attribute does not need to have a type as is seen for DCATv2 where dcat:Relationship has attribute dct:relation with no type.