Package org.aksw.dcat.mgmt.api
Interface DataProject
- All Superinterfaces:
org.apache.jena.graph.FrontsNode,HasFoafDepiction,org.aksw.jenax.model.rdfs.domain.api.HasRdfsComment,org.aksw.jenax.model.rdfs.domain.api.HasRdfsLabel,org.apache.jena.rdf.model.RDFNode,org.apache.jena.rdf.model.Resource
public interface DataProject
extends org.aksw.jenax.model.rdfs.domain.api.HasRdfsLabel, org.aksw.jenax.model.rdfs.domain.api.HasRdfsComment, HasFoafDepiction
-
Method Summary
Modifier and TypeMethodDescription<T extends org.apache.jena.rdf.model.Resource>
List<T>getDatasets(Class<T> clz) setComment(String comment) setDefaultGroupId(String groupId) setDepiction(String url) Methods inherited from interface org.apache.jena.graph.FrontsNode
asNodeMethods inherited from interface org.aksw.jenax.model.foaf.domain.api.HasFoafDepiction
getDepictionMethods inherited from interface org.aksw.jenax.model.rdfs.domain.api.HasRdfsComment
getCommentMethods inherited from interface org.aksw.jenax.model.rdfs.domain.api.HasRdfsLabel
getLabelMethods inherited from interface org.apache.jena.rdf.model.RDFNode
as, asLiteral, asResource, canAs, getModel, isAnon, isLiteral, isResource, isStmtResource, isURIResource, visitWithMethods inherited from interface org.apache.jena.rdf.model.Resource
abort, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addProperty, addProperty, addProperty, addProperty, begin, commit, equals, getId, getLocalName, getNameSpace, getProperty, getProperty, getPropertyResourceValue, getRequiredProperty, getRequiredProperty, getStmtTerm, getURI, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasProperty, hasProperty, hasProperty, hasProperty, hasURI, inModel, listProperties, listProperties, listProperties, removeAll, removeProperties, toString
-
Method Details
-
getDatasets
-
getDcatDatasets
List<DcatDataset> getDcatDatasets() -
getDefaultGroupId
String getDefaultGroupId() -
setDefaultGroupId
-
setLabel
- Specified by:
setLabelin interfaceorg.aksw.jenax.model.rdfs.domain.api.HasRdfsLabel
-
setComment
- Specified by:
setCommentin interfaceorg.aksw.jenax.model.rdfs.domain.api.HasRdfsComment
-
setDepiction
- Specified by:
setDepictionin interfaceHasFoafDepiction
-