org.overlord.sramp.server.atom.mappers
Class OntologyToRdfMapper
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OntologyToRdfMapper
public OntologyToRdfMapper()
- Constructor.
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.