NIHVIVO-3603, changing 'true' and 'false' individuals to 'offerForEdit' and 'doNotOfferForEdit.' Changing the domain of inheritingConfigContextFor and nonInheritingConfigContextFor from ConfigContext to ApplcationConfig, and changing the names of them to inheritingConfigurationFor and nonInheritingConfigurationFor.

This commit is contained in:
stellamit 2012-05-29 17:49:49 +00:00
parent 4bd2b4a66f
commit 4a9f6a6f28

View file

@ -111,14 +111,6 @@
:configContextFor rdf:type owl:ObjectProperty ;
rdfs:domain :ConfigContext .
:inheritingConfigContextFor rdf:type owl:ObjectProperty ;
rdfs:domain :ConfigContext ;
rdfs:subPropertyOf :configContextFor .
:nonInheritingConfigContextFor rdf:type owl:ObjectProperty ;
rdfs:domain :ConfigContext ;
rdfs:subPropertyOf :configContextFor .
:qualifiedBy rdf:type owl:ObjectProperty ;
rdfs:domain :ConfigContext .
@ -130,6 +122,14 @@
rdfs:domain :ConfigContext ;
rdfs:subPropertyOf :qualifiedBy .
:inheritingConfigurationFor rdf:type owl:ObjectProperty ;
rdfs:domain :ConfigContext ;
rdfs:subPropertyOf :configContextFor .
:nonInheritingConfigurationFor rdf:type owl:ObjectProperty ;
rdfs:domain :ConfigContext ;
rdfs:subPropertyOf :configContextFor .
:hasListView rdf:type owl:ObjectProperty ;
rdfs:range :ListDisplayView ;
rdfs:domain :PropertyDisplayConfig ;
@ -246,15 +246,15 @@
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:defer rdf:type :OfferEditOption ,
owl:NamedIndividual .
owl:NamedIndividual .
:false rdf:type :OfferEditOption ,
owl:NamedIndividual .
:doNotOfferForEdit rdf:type :OfferEditOption ,
owl:NamedIndividual .
:ifStatement rdf:type :OfferEditOption ,
owl:NamedIndividual .
owl:NamedIndividual .
:true rdf:type :OfferEditOption ,
:offerForEdit rdf:type :OfferEditOption ,
owl:NamedIndividual .
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~