Skip to content

Latest commit

 

History

History

dati.camera.it

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

4798 triples extracted using this query

	CONSTRUCT {?b <http://www.w3.org/2002/07/owl#sameAs> ?o} 
	where {
		?o owl:sameAs ?b.
      	FILTER(REGEX(STR(?b),'http://it.dbpedia.org'))
	}  
	LIMIT 10000

on http://dati.camera.it/sparql

to generate the dump simple run scripts/ocd_get_and_sort.sh

Virtuoso dump query/link: http://dati.camera.it/sparql?query=CONSTRUCT+%7B%3Fb+%3Chttp%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23sameAs%3E+%3Fo%7D+%0D%0A%09where+%7B%0D%0A++%09%09%3Fo+owl%3AsameAs+%3Fb.%0D%0A++++++%09FILTER%28REGEX%28STR%28%3Fb%29%2C%27http%3A%2F%2Fit.dbpedia.org%27%29%29%0D%0A%09%7D++%0D%0ALIMIT+10000%0D%0A+++++&debug=on&default-graph-uri=&format=text%2Fplain