/* * Copyright (c) 2010 Mysema Ltd. * All rights reserved. * */ package com.mysema.rdfbean; /** * @author tiwe */ public final class SRV { public static final String NS = "http://semantics.mysema.com/services#"; private SRV() { } }