Gets the file path for a movie file (used for sharing).
String getMovieFilePath(Movie movie) { return '$basePath/movies/Movie-${movie.id}.ttl'; // Use Movie-ID pattern to match ontology }