org.overlord.sramp.server.atom.mappers
Class OntologyToRdfMapper

java.lang.Object
  extended by org.overlord.sramp.server.atom.mappers.OntologyToRdfMapper

public class OntologyToRdfMapper
extends Object

Maps S-RAMP ontology data into an RDF model. See the s-ramp specification for details, but note that the RDF model in this case is a subset of the OWL Lite specification.

Author:
eric.wittmann@redhat.com

Constructor Summary
OntologyToRdfMapper()
          Constructor.
 
Method Summary
 void map(SrampOntology ontology, RDF rdf)
          Does the data mapping.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OntologyToRdfMapper

public OntologyToRdfMapper()
Constructor.

Method Detail

map

public void map(SrampOntology ontology,
                RDF rdf)
Does the data mapping.

Parameters:
ontology -
rdf -


Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.