Closed howarddierking closed 5 years ago
refactorings:
termGenerator#generateViewModel
#generateViewModel
select
block rather than hard-coded expected resultsnew plugin option: query
Note: as a part of making the view model construction more generic, I made a trade-off for simplicity and consistency in that all values are now sets rather than some be scalar values and others be sets.
At present, the view model is constructed from a pre-defined set of terms (e.g.
rdfs:label
). I would like to be able to have additional relationships be added to the view model without requiring a code change (e.g.dataClassification
or any other property metadata)