Examples of SWRLDArgument


Examples of org.semanticweb.owlapi.model.SWRLDArgument

  @Override
  public SWRLAtom toSWRL(OWLDataFactory factory) {
    OWLDataProperty owlDataProperty = factory.getOWLDataProperty(IRI.create(datatypeProperty.getURI().toString()));
   
    SWRLIArgument swrliArgument1;
    SWRLDArgument swrliArgument2;
   
    OWLIndividual owlIndividual = factory.getOWLNamedIndividual(IRI.create(argument1.getURI().toString()));
    swrliArgument1 = factory.getSWRLIndividualArgument(owlIndividual);
   
   
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.