public class HypermediaResource extends Object
| Constructor and Description |
|---|
HypermediaResource(String relativeIRI,
Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbsoluteIRI() |
String |
getDataURL() |
String |
getInversePathDataURL(com.hp.hpl.jena.rdf.model.Property property) |
String |
getInversePathPageURL(com.hp.hpl.jena.rdf.model.Property property) |
String |
getPageURL() |
String |
getPathDataURL(com.hp.hpl.jena.rdf.model.Property property) |
String |
getPathPageURL(com.hp.hpl.jena.rdf.model.Property property) |
String |
getRelativeIRI() |
public HypermediaResource(String relativeIRI, Configuration config)
public String getRelativeIRI()
public String getAbsoluteIRI()
public String getPageURL()
public String getDataURL()
public String getPathPageURL(com.hp.hpl.jena.rdf.model.Property property)
public String getPathDataURL(com.hp.hpl.jena.rdf.model.Property property)
public String getInversePathPageURL(com.hp.hpl.jena.rdf.model.Property property)
public String getInversePathDataURL(com.hp.hpl.jena.rdf.model.Property property)
Copyright © 2013. All Rights Reserved.