Package io.carml.model.impl
Class CarmlResource
- java.lang.Object
-
- io.carml.model.impl.CarmlResource
-
- All Implemented Interfaces:
Resource
- Direct Known Subclasses:
CarmlDatatypeMap,CarmlFileSource,CarmlGraphMap,CarmlJoin,CarmlLanguageMap,CarmlLogicalSource,CarmlNamespace,CarmlObjectMap,CarmlPredicateMap,CarmlPredicateObjectMap,CarmlRefObjectMap,CarmlStream,CarmlSubjectMap,CarmlTriplesMap,CarmlXmlSource
public abstract class CarmlResource extends Object implements Resource
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.rdf4j.model.ModelasRdf()org.eclipse.rdf4j.model.ResourcegetAsResource()StringgetId()StringgetLabel()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.carml.model.Resource
addTriples, getReferencedResources, getResourceName
-
-
-
-
Method Detail
-
getAsResource
public org.eclipse.rdf4j.model.Resource getAsResource()
- Specified by:
getAsResourcein interfaceResource
-
-