Skip to content

Instantly share code, notes, and snippets.

@botic
Created January 6, 2011 19:05
Show Gist options
  • Save botic/768363 to your computer and use it in GitHub Desktop.
Save botic/768363 to your computer and use it in GitHub Desktop.
OntModel om = ModelFactory.createOntologyModel(OntModelSpec.RDFS_MEM, model);
OntClass clazz = om.getOntClass("http://www.semanticweb.org/ontologies/concerts.owl#Admission");
om.createIndividual(clazz.createIndividual(subjectString));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment