Package org.aksw.dcat.mgmt.api
Interface DataProject
- All Superinterfaces:
org.apache.jena.graph.FrontsNode,HasFoafDepiction,HasRdfsComment,HasRdfsLabel,org.apache.jena.rdf.model.RDFNode,org.apache.jena.rdf.model.Resource
-
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 interfaceHasRdfsLabel
-
setComment
- Specified by:
setCommentin interfaceHasRdfsComment
-
setDepiction
- Specified by:
setDepictionin interfaceHasFoafDepiction
-