improvements to blank node handling in bulk deletion
This commit is contained in:
parent
cef7b583e2
commit
b480cb2eea
78 changed files with 5882 additions and 605 deletions
|
@ -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 .
|
||||
|
||||
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue