Research Article

Towards the Novel Reasoning among Particles in PSO by the Use of RDF and SPARQL

Algorithm 3

Example of SPARQL query.
(1) SELECT ?name ?surname
(2) WHERE {
(3)  <http: www.example.org/Person> PERSON:Name ?name.
(4)  <http: www.example.org/Person> PERSON:Surname ?surname.
(5) }