uncefact / spec-jsonld

Exposing the UN/CEFACT vocabulary as web semantics
https://service.unece.org/trade/uncefact/vocabulary/uncefact/
13 stars 5 forks source link

Include OWL property types #112

Closed kshychko closed 2 years ago

kshychko commented 2 years ago

Ref #40 This PR adds values for the @type attribute of rdf:Property entities. When it's BBIE - owl:DatatypeProperty is added to the @type attribute. If it's ASBIE - owl:ObjectProperty is added to the @type attribute. The output is available for review - https://github.com/uncefact/vocab-trade/tree/main/vocab/unece

kshychko commented 2 years ago

This PR is based on the branch created off #105 so can be merged only after #105 has been merged into the main branch. Please make sure to review #105 first.

kshychko commented 2 years ago

Also, it includes the minor fixes for #35 and #38