public class LOV4IoTforPerfectOWS
extends java.lang.Object
Constructor and Description |
---|
LOV4IoTforPerfectOWS() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getAllDomainFromLOV4IoT()
Execute a SPARQL query to get the domains referenced within LOV4IoT
Updated: December 2018: refactoring SPARQL QUERY files more generic Created May 2017 |
javax.ws.rs.core.Response |
getAllOntologiesFromLOV4IoT()
Execute a SPARQL query to get the ontologies (name, URLs) from the LOV4IoT dataset
Useful for PerfectO demos: to validate ontologies with semantic web tools for validation PerfectO: http://lov4iot.appspot.com// Updated: December 2018: refactoring SPARQL QUERY files more generic Created: April 2017 |
javax.ws.rs.core.Response |
getAllOntologiesSepcificDomainFromLOV4IoT(java.lang.String domain)
Execute a SPARQL query to get the different ontologies in a specific domain
Updated: December 2018: refactoring SPARQL QUERY files more generic Created May 2017 |
public javax.ws.rs.core.Response getAllOntologiesFromLOV4IoT()
br/
- public javax.ws.rs.core.Response getAllOntologiesSepcificDomainFromLOV4IoT(java.lang.String domain)
domain
- - should be compliant with the URL from M3 ontology public javax.ws.rs.core.Response getAllDomainFromLOV4IoT()