public abstract class AbstractVocabulary extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
uri
URI for this schema
|
| Constructor and Description |
|---|
AbstractVocabulary() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getURI()
returns the URI for this schema
|
protected static org.apache.jena.rdf.model.Property |
property(String local) |
protected static org.apache.jena.rdf.model.Resource |
resource(String local) |
protected static String uri
public static final String getURI()
protected static final org.apache.jena.rdf.model.Resource resource(String local)
protected static final org.apache.jena.rdf.model.Property property(String local)
Copyright © 2017–2018. All rights reserved.