Version 1 (modified by jowik, 16 years ago)

--

POSC-Caesar FIATECH IDS-ADI Projects

Intelligent Data Sets Accelerating Deployment of ISO15926

Realizing Open Information Interoperability


RDS/WIP sample queries in SPARQL

Using the OWL/RDF native endpoint

(write here)

Using the reified ISO 15926-2 endpoint

To execute the following scripts, go to the RDS/WIP query test page.

Taxonomy

1. Get me all the subclasses of PUMP:

PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX rdl: <http://rds.posccaesar.org/2008/06/OWL/RDL#>
PREFIX part2: <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#>
PREFIX base: <http://rds.posccaesar.org/2008/06/OWL/RDL>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX rdswip: <http://rdswip.ids-adi.org/servlets/pcardl#>
SELECT 
  ?subclassIdPCA ?subclassDesignation 
  ?superclassIdPCA ?superclassDesignation
WHERE 
{
  ?specialization part2:hasSuperclass ?superclass .
  ?specialization part2:hasSubclass ?subclass .
  ?subclass rdswip:hasIdPCA ?subclassIdPCA .
  ?subclass rdswip:hasDesignation ?subclassDesignation .
  ?superclass rdswip:hasIdPCA ?superclassIdPCA .
  ?superclass rdswip:hasDesignation ?superclassDesignation .
  ?superclass rdswip:hasDesignation "PUMP"  
}
LIMIT 100

Home
About PCA
Reference Data Services
Projects
Workgroups