Skip to content

Commit ac31a0f

Browse files
committed
Upgrade dbpedia ontology to 2016-10 (in CommonVocabulariesLoader)
1 parent ca98623 commit ac31a0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scala/sparql_cache/src/main/scala/deductions/runtime/sparql_cache/CommonVocabulariesLoader.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ trait CommonVocabulariesLoader[Rdf <: RDF, DATASET]
4545
* .ttl is still broken ?
4646
* ( asked on https://github.com/mhausenblas/schema-org-rdf/issues/63 )
4747
*
48-
* TODO the best is to use the RDFa official version at
48+
* Maybe the best is to use the RDFa official version at
4949
* https://github.com/schemaorg/schemaorg/blob/sdo-callisto/data/schema.rdfa */
5050
// URI("http://schema.rdfs.org/all.nt") ::
5151
/* see also scripts/download-dbpedia.sh in Semantic_forms */
52-
URI("http://downloads.dbpedia.org/2015-10/dbpedia_2015-10.nt") ::
52+
URI("http://downloads.dbpedia.org/2016-10/dbpedia_2016-10.nt") ::
5353
/* con: */
5454
URI("http://www.w3.org/2003/01/geo/wgs84_pos#") ::
5555
URI("http://www.w3.org/2000/10/swap/pim/contact#") ::

0 commit comments

Comments
 (0)