From: <lor...@us...> - 2012-04-27 10:35:36
|
Revision: 3658 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=3658&view=rev Author: lorenz_b Date: 2012-04-27 10:35:29 +0000 (Fri, 27 Apr 2012) Log Message: ----------- Changed base URI of enrichment ontology vocabulary. Modified Paths: -------------- trunk/components-core/src/main/java/org/dllearner/utilities/EnrichmentVocabulary.java Modified: trunk/components-core/src/main/java/org/dllearner/utilities/EnrichmentVocabulary.java =================================================================== --- trunk/components-core/src/main/java/org/dllearner/utilities/EnrichmentVocabulary.java 2012-04-24 07:47:35 UTC (rev 3657) +++ trunk/components-core/src/main/java/org/dllearner/utilities/EnrichmentVocabulary.java 2012-04-27 10:35:29 UTC (rev 3658) @@ -33,7 +33,7 @@ private static final OWLDataFactory factory = new OWLDataFactoryImpl(); //the default namespace - public static final String NS = "http://www.dl-learner.org/enrichment.owl#"; + public static final String NS = "http://www.dl-learner.org/ontologies/enrichment.owl#"; //the classes This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |