Open SrinivasanTarget opened 2 years ago
A query SPARQL which extracts the content from every ontology and dynamically render it in the details page.
prefix CPV: <https://w3id.org/italia/onto/CPV/> select distinct * where { ?property rdfs:domain CPV:Person . ?property rdfs:range ?range . ?property rdfs:label ?label . }
A query SPARQL which extracts the content from every ontology and dynamically render it in the details page.