linkedmdb

local version of Linked Movie Database at linkedmdb.org

删除回忆录丶 提交于 2019-12-01 11:24:37
问题 i want to query from Linked Movie Database at linkedmdb.org locally. is there some rdf or owl version of it that can i download query locally instead of remotely I tried to query it and got the following error: org.openjena.riot.RiotException: <E:\Applications\linkedmdb-latest-dump\linkedmdb-latest-dump.nt> Code: 11/LOWERCASE_PREFERRED in SCHEME: lowercase is preferred in this component org.openjena.riot.system.IRIResolver.exceptions(IRIResolver.java:256) org.openjena.riot.system.IRIResolver

LinkedMDB SPARQL Query

安稳与你 提交于 2019-11-30 06:02:38
问题 I'm a bit confused here. I have the following SPARQL query that works brilliantly against the LinkedMDB explorer. PREFIX mdb: <http://data.linkedmdb.org/resource/movie/film> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX dc: <http://purl.org/dc/terms/> SELECT ?label?resource WHERE { ?resource mdb:id ?uri . ?resource dc:title ?label . FILTER regex(?label,'^Batman') } This one filters out all the Batman movies like this (I've filtered out all the results and is only showing five

LinkedMDB SPARQL Query

℡╲_俬逩灬. 提交于 2019-11-28 14:11:17
I'm a bit confused here. I have the following SPARQL query that works brilliantly against the LinkedMDB explorer . PREFIX mdb: <http://data.linkedmdb.org/resource/movie/film> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX dc: <http://purl.org/dc/terms/> SELECT ?label?resource WHERE { ?resource mdb:id ?uri . ?resource dc:title ?label . FILTER regex(?label,'^Batman') } This one filters out all the Batman movies like this (I've filtered out all the results and is only showing five here): -----------------------------------------------| | Label | Resource | |--------------------------

How to find similar content using SPARQL

不问归期 提交于 2019-11-28 00:19:08
I'm playing with the idea of using SPARQL to identify conceptual overlap between things. Take movies for example (LinkedMDB data), if I have a movie, "The Matrix" and my goal is to list movies that are similar to that movie, I would probably start by doing the following: The Matrix get genre get actors get director get location etc And then using the things I identified in the matrix, I would query for things with those properties (pseudo-query) SELECT movie, genre, director, location, actors WHERE { genre is action or sci-fi . director are the Wachowski brothers . location is set in a big