Properties
Optionalcomment
comment?: string
Optionalcontext
context?: string[]
Optionaldataset
dataset?: boolean
Optionaldefined_by
defined_by?: string[]
Optionaldeprecated
deprecated?: boolean
Optionaldomain
domain?: string[]
Optionalexternal
external?: boolean
Optionalknown_as
known_as?: string
Optionalone_of
one_of?: string[]
Optionalpattern
pattern?: string
Optionalproperty
property?: string
Optionalrange
range?: string[]
Optionalrange_union
range_union?: boolean
Optionaltype
type?: string[]
Optionalupper_union
upper_union?: boolean
Optionalupper_value
upper_value?: string[]
Optionalvalue
value?: string
Superset of all YAML entries, expressed in TS. Look at the Readme.md file for what they are meant for.
Instances of the classes are converted into the internal classes (e.g., RDFClass, RDFProperty, etc.) in the
convertmodule.