public class JenaBaseDao extends JenaBaseDaoCon
| Modifier and Type | Field and Description |
|---|---|
protected String |
DEFAULT_NAMESPACE |
static boolean |
KEEP_ONLY_IF_FALSE |
static boolean |
KEEP_ONLY_IF_TRUE |
protected static org.apache.commons.logging.Log |
log |
protected Set<String> |
NONUSER_NAMESPACES |
protected List<String> |
PREFERRED_LANGUAGES |
protected String |
PSEUDO_BNODE_NS |
protected String |
XSD |
protected DateFormat |
xsdDateFormat |
protected DateFormat |
xsdDateTimeFormat |
ADDITIONAL_LINK, APPLICATION_ABOUTTEXT, APPLICATION_ACKNOWLEGETEXT, APPLICATION_CONTACTMAIL, APPLICATION_COPYRIGHTANCHOR, APPLICATION_COPYRIGHTURL, APPLICATION_CORRECTIONMAIL, APPLICATION_THEMEDIR, CLASSGROUP, DATAPROPERTY_ISEXTERNALID, DESCRIPTION_ANNOT, DISPLAY_LIMIT, DISPLAY_RANK, DISPLAY_RANK_ANNOT, EXAMPLE, EXAMPLE_ANNOT, HIDDEN_FROM_DISPLAY_BELOW_ROLE_LEVEL_ANNOT, HIDDEN_FROM_PUBLISH_BELOW_ROLE_LEVEL_ANNOT, IN_CLASSGROUP, IND_MAIN_IMAGE, LINK, LINK_ANCHOR, LINK_DISPLAYRANK, LINK_TYPE, LINK_URL, MODTIME, MONIKER, ONTOLOGY_PREFIX_ANNOT, PERMISSION, PERMISSION_SET_FOR_NEW_USERS, PERMISSION_SET_FOR_PUBLIC, PERMISSIONSET, PERMISSIONSET_HAS_PERMISSION, PORTAL, PRIMARY_LINK, PROHIBITED_FROM_UPDATE_BELOW_ROLE_LEVEL_ANNOT, PROPERTY_ADDLINKSUPPRESSED, PROPERTY_COLLATEBYSUBCLASSANNOT, PROPERTY_CUSTOM_LIST_VIEW_ANNOT, PROPERTY_CUSTOMDISPLAYVIEWANNOT, PROPERTY_CUSTOMENTRYFORMANNOT, PROPERTY_CUSTOMSEARCHVIEWANNOT, PROPERTY_CUSTOMSHORTVIEWANNOT, PROPERTY_DELETELINKSUPPRESSED, PROPERTY_EDITLINKSUPPRESSED, PROPERTY_ENTITYSORTDIRECTION, PROPERTY_ENTITYSORTFIELD, PROPERTY_FULLPROPERTYNAMEANNOT, PROPERTY_INPROPERTYGROUPANNOT, PROPERTY_OBJECTINDIVIDUALSORTPROPERTY, PROPERTY_OFFERCREATENEWOPTIONANNOT, PROPERTY_SELECTFROMEXISTINGANNOT, PROPERTY_STUBOBJECTPROPERTYANNOT, PROPERTYGROUP, PUBLIC_DESCRIPTION_ANNOT, SEARCH_BOOST_ANNOT, SHORTDEF, USERACCOUNT, USERACCOUNT_EMAIL_ADDRESS, USERACCOUNT_EXTERNAL_AUTH_ID, USERACCOUNT_EXTERNAL_AUTH_ONLY, USERACCOUNT_FIRST_NAME, USERACCOUNT_HAS_PERMISSION_SET, USERACCOUNT_LAST_LOGIN_TIME, USERACCOUNT_LAST_NAME, USERACCOUNT_LOGIN_COUNT, USERACCOUNT_MD5_PASSWORD, USERACCOUNT_OLD_PASSWORD, USERACCOUNT_PASSWORD_CHANGE_REQUIRED, USERACCOUNT_PASSWORD_LINK_EXPIRES, USERACCOUNT_PROXY_EDITOR_FOR, USERACCOUNT_ROOT_USER, USERACCOUNT_STATUS, VITRO_PUBLIC_ONTOLOGY| Constructor and Description |
|---|
JenaBaseDao(WebappDaoFactoryJena wadf) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addPropertyBooleanValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property prop,
Boolean value,
com.hp.hpl.jena.rdf.model.Model model)
convenience method
|
protected void |
addPropertyDateTimeValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property dataprop,
Date value,
com.hp.hpl.jena.rdf.model.Model model)
convenience method
|
protected void |
addPropertyDateValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.ontology.DatatypeProperty dataprop,
Date value,
com.hp.hpl.jena.rdf.model.Model model)
convenience method
|
protected void |
addPropertyFloatValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property dataprop,
Float value,
com.hp.hpl.jena.rdf.model.Model model)
convenience method
|
protected void |
addPropertyIntValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property dataprop,
int value,
com.hp.hpl.jena.rdf.model.Model model)
convenience method
|
protected void |
addPropertyLongValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property dataprop,
long value,
com.hp.hpl.jena.rdf.model.Model model)
convenience method
|
protected void |
addPropertyNonNegativeIntValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property dataprop,
int value,
com.hp.hpl.jena.rdf.model.Model model)
convenience method
|
protected void |
addPropertyResourceURIValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.ontology.ObjectProperty prop,
String objectURI)
convenience method for use with functional object properties
|
protected void |
addPropertyResourceValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property prop,
com.hp.hpl.jena.rdf.model.Resource objectRes)
convenience method for use with functional object properties
|
protected void |
addPropertyStringValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property dataprop,
String value,
com.hp.hpl.jena.rdf.model.Model model)
convenience method
|
protected String |
checkURI(String uri)
Checks a URI for validity.
|
protected String |
getClassURIStr(com.hp.hpl.jena.rdf.model.Resource cls) |
protected String |
getDefaultLanguage() |
protected String |
getLabel(com.hp.hpl.jena.ontology.OntResource r) |
protected com.hp.hpl.jena.rdf.model.Literal |
getLabelLiteral(com.hp.hpl.jena.ontology.OntResource r)
works through list of PREFERRED_LANGUAGES to find an appropriate
label, or NULL if not found.
|
protected com.hp.hpl.jena.rdf.model.Literal |
getLabelLiteral(String individualUri) |
protected String |
getLabelOrId(com.hp.hpl.jena.ontology.OntResource r)
Get the rdfs:label or vitro:label, working through PERFERED_LANGUAGES,
or get local name, bnode Id, or full URI if no labels found.
|
protected String |
getLocalNameOrId(com.hp.hpl.jena.ontology.OntResource r)
Get the local name, bnode or URI of the resource.
|
protected BaseResourceBean.RoleLevel |
getMostRestrictiveRoleLevel(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property prop) |
protected com.hp.hpl.jena.ontology.OntClass |
getOntClass(com.hp.hpl.jena.ontology.OntModel ontModel,
String vitroURIStr) |
protected com.hp.hpl.jena.ontology.OntModel |
getOntModel() |
protected OntModelSelector |
getOntModelSelector() |
protected Boolean |
getPropertyBooleanValue(com.hp.hpl.jena.ontology.OntResource res,
com.hp.hpl.jena.rdf.model.Property dataprop)
convenience method
|
protected Date |
getPropertyDateTimeValue(com.hp.hpl.jena.ontology.OntResource res,
com.hp.hpl.jena.rdf.model.Property dataprop)
convenience method
|
protected Date |
getPropertyDateValue(com.hp.hpl.jena.ontology.OntResource res,
com.hp.hpl.jena.ontology.DatatypeProperty dataprop)
convenience method
|
protected Float |
getPropertyFloatValue(com.hp.hpl.jena.ontology.OntResource res,
com.hp.hpl.jena.rdf.model.Property prop) |
protected int |
getPropertyIntValue(com.hp.hpl.jena.ontology.OntResource res,
com.hp.hpl.jena.rdf.model.Property dataprop)
convenience method
|
protected long |
getPropertyLongValue(com.hp.hpl.jena.ontology.OntResource res,
com.hp.hpl.jena.rdf.model.Property dataprop)
convenience method
|
protected Integer |
getPropertyNonNegativeIntegerValue(com.hp.hpl.jena.ontology.OntResource res,
com.hp.hpl.jena.rdf.model.Property dataprop)
convenience method
|
protected int |
getPropertyNonNegativeIntValue(com.hp.hpl.jena.ontology.OntResource res,
com.hp.hpl.jena.rdf.model.Property dataprop)
convenience method
|
protected Collection<String> |
getPropertyResourceURIValues(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.ontology.ObjectProperty prop)
convenience method for use with functional object properties
|
protected String |
getPropertyStringValue(com.hp.hpl.jena.ontology.OntResource res,
com.hp.hpl.jena.rdf.model.Property dataprop)
convenience method
|
protected com.hp.hpl.jena.rdf.model.Model[] |
getSmartRemoval(com.hp.hpl.jena.ontology.OntResource ontRes,
com.hp.hpl.jena.ontology.OntModel ontModel)
Returns additions and retractions to perform
|
protected WebappDaoFactoryJena |
getWebappDaoFactory() |
protected List<com.hp.hpl.jena.ontology.OntModel> |
getWritableOntModelList() |
boolean |
isBooleanClassExpression(com.hp.hpl.jena.ontology.OntClass cls) |
protected List<com.hp.hpl.jena.rdf.model.Resource> |
listDirectObjectPropertySubjects(com.hp.hpl.jena.rdf.model.Resource value,
com.hp.hpl.jena.rdf.model.Property prop) |
protected List<com.hp.hpl.jena.rdf.model.Resource> |
listDirectObjectPropertyValues(com.hp.hpl.jena.rdf.model.Resource subj,
com.hp.hpl.jena.rdf.model.Property prop) |
protected com.hp.hpl.jena.graph.Node |
makeNodeForURI(String vitroURIStr) |
void |
removeRulesMentioningResource(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.ontology.OntModel ontModel) |
protected void |
smartRemove(com.hp.hpl.jena.ontology.OntResource ontRes,
com.hp.hpl.jena.ontology.OntModel ontModel) |
protected void |
updatePropertyBooleanValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property dataprop,
Boolean value,
com.hp.hpl.jena.rdf.model.Model model,
boolean keepOnlyIfTrue)
Convenience method for use with functional datatype properties.
|
protected void |
updatePropertyDateTimeValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property dataprop,
Date value,
com.hp.hpl.jena.rdf.model.Model model)
convenience method for use with functional datatype properties
|
protected void |
updatePropertyDateValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.ontology.DatatypeProperty dataprop,
Date value,
com.hp.hpl.jena.rdf.model.Model model)
convenience method for use with functional datatype properties
|
protected void |
updatePropertyFloatValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property dataprop,
Float value,
com.hp.hpl.jena.rdf.model.Model model)
convenience method for use with functional properties
|
protected void |
updatePropertyIntValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property dataprop,
int value,
com.hp.hpl.jena.rdf.model.Model model)
convenience method for use with functional datatype properties
|
protected void |
updatePropertyLongValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property dataprop,
Long value,
com.hp.hpl.jena.rdf.model.Model model)
convenience method for use with functional datatype properties
|
protected void |
updatePropertyNonNegativeIntegerValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property dataprop,
Integer value,
com.hp.hpl.jena.rdf.model.Model model)
convenience method for use with functional datatype properties
|
protected void |
updatePropertyNonNegativeIntValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property dataprop,
int value,
com.hp.hpl.jena.rdf.model.Model model)
convenience method for use with functional datatype properties
|
protected void |
updatePropertyResourceURIValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property prop,
String objectURI)
convenience method for use with functional properties
|
protected void |
updatePropertyResourceURIValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property prop,
String uri,
com.hp.hpl.jena.rdf.model.Model model)
convenience method for use with functional properties
|
protected void |
updatePropertyResourceURIValues(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property prop,
Collection<String> uris,
com.hp.hpl.jena.rdf.model.Model model)
convenience method to update the value(s) of a one-to-many object
property
NOTE: this should be run from within a CriticalSection(WRITE)
|
protected void |
updatePropertyResourceValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property prop,
com.hp.hpl.jena.rdf.model.Resource objectRes)
convenience method for use with functional properties
|
protected void |
updatePropertyResourceValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property prop,
com.hp.hpl.jena.rdf.model.Resource objectRes,
com.hp.hpl.jena.rdf.model.Model model)
convenience method for use with functional properties
|
protected void |
updatePropertyStringValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property dataprop,
String value,
com.hp.hpl.jena.rdf.model.Model model)
convenience method for use with functional datatype properties
|
protected void |
updateRDFSLabel(com.hp.hpl.jena.ontology.OntResource ontRes,
String label)
convenience method for updating the RDFS label
|
getConstModelpublic static final boolean KEEP_ONLY_IF_TRUE
public static final boolean KEEP_ONLY_IF_FALSE
protected static final org.apache.commons.logging.Log log
protected String PSEUDO_BNODE_NS
protected String XSD
protected DateFormat xsdDateFormat
protected DateFormat xsdDateTimeFormat
protected String DEFAULT_NAMESPACE
public JenaBaseDao(WebappDaoFactoryJena wadf)
protected com.hp.hpl.jena.ontology.OntModel getOntModel()
protected OntModelSelector getOntModelSelector()
protected List<com.hp.hpl.jena.ontology.OntModel> getWritableOntModelList()
protected WebappDaoFactoryJena getWebappDaoFactory()
protected String getPropertyStringValue(com.hp.hpl.jena.ontology.OntResource res, com.hp.hpl.jena.rdf.model.Property dataprop)
protected void addPropertyStringValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property dataprop,
String value,
com.hp.hpl.jena.rdf.model.Model model)
protected Boolean getPropertyBooleanValue(com.hp.hpl.jena.ontology.OntResource res, com.hp.hpl.jena.rdf.model.Property dataprop)
protected void addPropertyBooleanValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property prop,
Boolean value,
com.hp.hpl.jena.rdf.model.Model model)
protected void updatePropertyStringValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property dataprop,
String value,
com.hp.hpl.jena.rdf.model.Model model)
protected void updatePropertyBooleanValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property dataprop,
Boolean value,
com.hp.hpl.jena.rdf.model.Model model,
boolean keepOnlyIfTrue)
protected int getPropertyNonNegativeIntValue(com.hp.hpl.jena.ontology.OntResource res,
com.hp.hpl.jena.rdf.model.Property dataprop)
protected Integer getPropertyNonNegativeIntegerValue(com.hp.hpl.jena.ontology.OntResource res, com.hp.hpl.jena.rdf.model.Property dataprop)
protected void addPropertyIntValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property dataprop,
int value,
com.hp.hpl.jena.rdf.model.Model model)
protected void addPropertyLongValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property dataprop,
long value,
com.hp.hpl.jena.rdf.model.Model model)
protected void updatePropertyIntValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property dataprop,
int value,
com.hp.hpl.jena.rdf.model.Model model)
protected int getPropertyIntValue(com.hp.hpl.jena.ontology.OntResource res,
com.hp.hpl.jena.rdf.model.Property dataprop)
protected void addPropertyNonNegativeIntValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property dataprop,
int value,
com.hp.hpl.jena.rdf.model.Model model)
protected void updatePropertyNonNegativeIntValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property dataprop,
int value,
com.hp.hpl.jena.rdf.model.Model model)
protected void updatePropertyNonNegativeIntegerValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property dataprop,
Integer value,
com.hp.hpl.jena.rdf.model.Model model)
protected void updatePropertyLongValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property dataprop,
Long value,
com.hp.hpl.jena.rdf.model.Model model)
protected long getPropertyLongValue(com.hp.hpl.jena.ontology.OntResource res,
com.hp.hpl.jena.rdf.model.Property dataprop)
protected void addPropertyFloatValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property dataprop,
Float value,
com.hp.hpl.jena.rdf.model.Model model)
protected void updatePropertyFloatValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property dataprop,
Float value,
com.hp.hpl.jena.rdf.model.Model model)
protected Float getPropertyFloatValue(com.hp.hpl.jena.ontology.OntResource res, com.hp.hpl.jena.rdf.model.Property prop)
protected Date getPropertyDateValue(com.hp.hpl.jena.ontology.OntResource res, com.hp.hpl.jena.ontology.DatatypeProperty dataprop)
protected void addPropertyDateValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.ontology.DatatypeProperty dataprop,
Date value,
com.hp.hpl.jena.rdf.model.Model model)
res - Resourcedataprop - Datatype propertyvalue - Datemodel - Jena Modelprotected void updatePropertyDateValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.ontology.DatatypeProperty dataprop,
Date value,
com.hp.hpl.jena.rdf.model.Model model)
protected Date getPropertyDateTimeValue(com.hp.hpl.jena.ontology.OntResource res, com.hp.hpl.jena.rdf.model.Property dataprop)
protected void addPropertyDateTimeValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property dataprop,
Date value,
com.hp.hpl.jena.rdf.model.Model model)
protected void updatePropertyDateTimeValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property dataprop,
Date value,
com.hp.hpl.jena.rdf.model.Model model)
protected Collection<String> getPropertyResourceURIValues(com.hp.hpl.jena.rdf.model.Resource res, com.hp.hpl.jena.ontology.ObjectProperty prop)
protected BaseResourceBean.RoleLevel getMostRestrictiveRoleLevel(com.hp.hpl.jena.rdf.model.Resource res, com.hp.hpl.jena.rdf.model.Property prop)
protected void addPropertyResourceURIValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.ontology.ObjectProperty prop,
String objectURI)
protected void updatePropertyResourceURIValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property prop,
String objectURI)
protected void updatePropertyResourceURIValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property prop,
String uri,
com.hp.hpl.jena.rdf.model.Model model)
protected void addPropertyResourceValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property prop,
com.hp.hpl.jena.rdf.model.Resource objectRes)
protected void updatePropertyResourceValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property prop,
com.hp.hpl.jena.rdf.model.Resource objectRes)
protected void updatePropertyResourceValue(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property prop,
com.hp.hpl.jena.rdf.model.Resource objectRes,
com.hp.hpl.jena.rdf.model.Model model)
protected void updatePropertyResourceURIValues(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.rdf.model.Property prop,
Collection<String> uris,
com.hp.hpl.jena.rdf.model.Model model)
protected void updateRDFSLabel(com.hp.hpl.jena.ontology.OntResource ontRes,
String label)
protected String getLabelOrId(com.hp.hpl.jena.ontology.OntResource r)
protected String getLabel(com.hp.hpl.jena.ontology.OntResource r)
protected com.hp.hpl.jena.rdf.model.Literal getLabelLiteral(String individualUri)
protected com.hp.hpl.jena.rdf.model.Literal getLabelLiteral(com.hp.hpl.jena.ontology.OntResource r)
protected String getLocalNameOrId(com.hp.hpl.jena.ontology.OntResource r)
protected String getDefaultLanguage()
protected String checkURI(String uri)
uri - URIpublic boolean isBooleanClassExpression(com.hp.hpl.jena.ontology.OntClass cls)
protected com.hp.hpl.jena.ontology.OntClass getOntClass(com.hp.hpl.jena.ontology.OntModel ontModel,
String vitroURIStr)
protected String getClassURIStr(com.hp.hpl.jena.rdf.model.Resource cls)
protected com.hp.hpl.jena.graph.Node makeNodeForURI(String vitroURIStr)
protected List<com.hp.hpl.jena.rdf.model.Resource> listDirectObjectPropertyValues(com.hp.hpl.jena.rdf.model.Resource subj, com.hp.hpl.jena.rdf.model.Property prop)
protected List<com.hp.hpl.jena.rdf.model.Resource> listDirectObjectPropertySubjects(com.hp.hpl.jena.rdf.model.Resource value, com.hp.hpl.jena.rdf.model.Property prop)
protected com.hp.hpl.jena.rdf.model.Model[] getSmartRemoval(com.hp.hpl.jena.ontology.OntResource ontRes,
com.hp.hpl.jena.ontology.OntModel ontModel)
ontRes - Ontology resourceontModel - Ontology modelprotected void smartRemove(com.hp.hpl.jena.ontology.OntResource ontRes,
com.hp.hpl.jena.ontology.OntModel ontModel)
public void removeRulesMentioningResource(com.hp.hpl.jena.rdf.model.Resource res,
com.hp.hpl.jena.ontology.OntModel ontModel)
Copyright © 2016. All rights reserved.