@Documented @Target(value={}) @Retention(value=RUNTIME) @Inherited public @interface RdfNs
Used to identify a namespace/URI pair on a @RdfSchema.rdfNs()
annotation.
Modifier and Type | Required Element and Description |
---|---|
String |
namespaceURI
RDF namespace URL.
|
String |
prefix
RDF namespace prefix.
|
public abstract String namespaceURI
Copyright © 2018 Apache. All rights reserved.