All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ontoware.rdfreactor.runtime.ResourceEntity Maven / Gradle / Ivy

Go to download

RDFReactor creates domain-specific, type-safe Java classes which act as a view over domain-free, loosely typed RDF instances. This library needs to be shipped together with generated classes.

The newest version!
/*
 * Created on 26.11.2004
 *
 */
package org.ontoware.rdfreactor.runtime;

import org.ontoware.rdf2go.model.node.Resource;


/**
 * instances of this interfaces can be used as rdf-objects in the RDFReactor
 * framework
 * 
 * @author mvo
 * 
 */
@Patrolled
public interface ResourceEntity {

	/**
	 * @return the RDF resource as an RDF2GO resource
	 */
	public Resource getResource();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy