public class TemplateShapeNamer extends Object implements ShapeNamer
| Constructor and Description |
|---|
TemplateShapeNamer(NamespaceManager nsManager,
ValueFormat format) |
| Modifier and Type | Method and Description |
|---|---|
org.openrdf.model.URI |
shapeName(org.openrdf.model.URI scopeClass)
Generate the name for a Shape that has a given OWL class as its scopeClass.
|
public TemplateShapeNamer(NamespaceManager nsManager, ValueFormat format)
public org.openrdf.model.URI shapeName(org.openrdf.model.URI scopeClass)
ShapeNamershapeName in interface ShapeNamerscopeClass - The OWL Class that defines the scope for the Shape that is being named.Copyright © 2019. All rights reserved.