enabling model change preprocessors to be associated with application and not just edit configuration objects
This commit is contained in:
parent
2baa2c33e0
commit
0ce10b32e6
2 changed files with 118 additions and 3 deletions
|
@ -63,7 +63,12 @@ display:RequiredAction a owl:Class ;
|
|||
|
||||
<java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.IndividualsForClassesDataGetter>
|
||||
a owl:Class .
|
||||
|
||||
## Class defining what N3 editing model preprocessors are associated with the system
|
||||
## This is technically a JAVA interface but we can designate this as an owl:Class to indicate
|
||||
## which classes are model change preprocessors
|
||||
|
||||
<java:edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.preprocessors.ModelChangePreprocessor> a owl:Class .
|
||||
########Data Properties#########
|
||||
|
||||
###Basic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue