@prefix : . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . rdf:type owl:Ontology ; owl:imports , , . ################################################################# # Object Properties ################################################################# ### http://dbpedia.org/ontology/author rdfs:range . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#cinema :cinema rdf:type owl:ObjectProperty ; rdfs:domain :cinema_room ; rdfs:range . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#hasCharacter :hasCharacter rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#hasRating :hasRating rdf:type owl:ObjectProperty ; rdfs:domain :movie_review ; rdfs:range . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#hasShow :hasShow rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range :film_show . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#hasTrailer :hasTrailer rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range :trailer . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#room :room rdf:type owl:ObjectProperty ; rdfs:domain :film_show ; rdfs:range :cinema_room . ### https://schema.org/ratingCount rdfs:domain . ### https://schema.org/reviewCount rdfs:domain . ################################################################# # Data properties ################################################################# ### http://dbpedia.org/ontology/nameInTraditionalChinese rdfs:subPropertyOf . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#bestRating :bestRating rdf:type owl:DatatypeProperty ; rdfs:domain ; rdfs:range xsd:double . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#content_rating :content_rating rdf:type owl:DatatypeProperty ; rdfs:domain ; rdfs:range xsd:string . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#has_body :has_body rdf:type owl:DatatypeProperty ; rdfs:domain :movie_review . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#keyword :keyword rdf:type owl:DatatypeProperty ; rdfs:range xsd:string . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#ratingValue :ratingValue rdf:type owl:DatatypeProperty ; rdfs:domain ; rdfs:range xsd:double . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#synopsis :synopsis rdf:type owl:DatatypeProperty ; rdfs:domain . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#url :url rdf:type owl:DatatypeProperty ; rdfs:range xsd:anyURI . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#worstRating :worstRating rdf:type owl:DatatypeProperty ; rdfs:domain ; rdfs:range xsd:double . ### https://schema.org/ratingCount rdfs:range xsd:integer . ### https://schema.org/reviewCount rdfs:range xsd:integer . ################################################################# # Classes ################################################################# ### http://dbpedia.org/ontology/Film rdfs:subClassOf . ### http://dbpedia.org/ontology/Person rdfs:subClassOf . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#cinema_room :cinema_room rdf:type owl:Class ; rdfs:subClassOf . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#film_show :film_show rdf:type owl:Class ; rdfs:subClassOf . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#movie_review :movie_review rdf:type owl:Class ; rdfs:subClassOf . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#trailer :trailer rdf:type owl:Class ; rdfs:subClassOf . ################################################################# # Individuals ################################################################# ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#accion :accion rdf:type owl:NamedIndividual , ; "accion"@es . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#author_tenet_company_1 :author_tenet_company_1 rdf:type owl:NamedIndividual , ; :url "https://www.imdb.com/company/co0147954/"^^xsd:anyURI . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#christopher_nolan :christopher_nolan rdf:type owl:NamedIndividual , ; :christopher_nolan_img ; "Christopher Nolan" ; :url "https://www.rottentomatoes.com/celebrity/christopher_nolan"^^xsd:anyURI . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#christopher_nolan_img :christopher_nolan_img rdf:type owl:NamedIndividual , ; :url "https://resizing.flixster.com/H0_441OvEsJ-OMlAn-njnqv5uFc=/275x230/v1.cjs0MDgwNztqOzE4NzY1OzEyMDA7Mjc1OzIzMA"^^xsd:anyURI . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#ciencia_ficcion :ciencia_ficcion rdf:type owl:NamedIndividual , ; "Ciencia Ficción"@es . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#cinepolis_recoleta :cinepolis_recoleta rdf:type owl:NamedIndividual , ; "Cinépolis Recoleta"@es . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#eeuu :eeuu rdf:type owl:NamedIndividual , ; "Estados Unidos"@es . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#inglés :inglés rdf:type owl:NamedIndividual , ; "en"^^xsd:string . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#john_david_washington :john_david_washington rdf:type owl:NamedIndividual , ; "John David Washington"^^xsd:string . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#michael_caine :michael_caine rdf:type owl:NamedIndividual , ; :michael_caine_img ; "Michael Caine"^^xsd:string ; :url "https://www.rottentomatoes.com/celebrity/michael_caine"^^xsd:anyURI . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#michael_caine_img :michael_caine_img rdf:type owl:NamedIndividual , ; :url "https://resizing.flixster.com/2Fc1WlnRfZrVFrojtN2JpemeBqg=/220x196/v1.cjs0NDk1OTtqOzE4NzY1OzEyMDA7MjIwOzE5Ng"^^xsd:anyURI . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#monocle :monocle rdf:type owl:NamedIndividual , ; "Monocle" ; :url "https://www.rottentomatoes.com/source-1969"^^xsd:anyURI . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#neil :neil rdf:type owl:NamedIndividual , ; "Neil"^^xsd:string . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#reino_unido :reino_unido rdf:type owl:NamedIndividual , ; "Reino Unido"@es . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#room_classic_2d :room_classic_2d rdf:type owl:NamedIndividual , :cinema_room ; :cinema :cinepolis_recoleta ; "Classic - 2D"@es . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#tenet :tenet rdf:type owl:NamedIndividual , ; :author_tenet_company_1 , :christopher_nolan ; :christopher_nolan ; :accion , :ciencia_ficcion , :thriller ; :inglés ; :eeuu , :reino_unido ; :warner_bross ; :john_david_washington , :michael_caine ; :tenet_cover_image_1 , :tenet_cover_image_2 ; :hasCharacter :neil ; :hasShow :tenet_show_1 ; :hasTrailer :tenet_trailer ; :tenet_aggregated_rating_1 ; "155.0"^^xsd:double ; ""^^xsd:date ; "Tenet"^^rdf:langString ; :content_rating "P-13"^^xsd:string ; :keyword "symphony hall"^^xsd:string , "time paradox"^^xsd:string ; :synopsis "Armado solamente con una palabra, Tenet, el protagonista deberá luchar por la supervivencia del mundo entero y evitar la Tercera Guerra Mundial, en una historia de espionaje internacional. La misión se desplegará más allá del tiempo real. No son viajes en el tiempo, es inversión."^^xsd:string ; "https://example.com/"^^xsd:anyURI . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#tenet_aggregated_rating_1 :tenet_aggregated_rating_1 rdf:type owl:NamedIndividual , ; "Tomatometer" ; "The Tomatometer rating – based on the published opinions of hundreds of film and television critics – is a trusted measurement of movie and TV programming quality for millions of moviegoers. It represents the percentage of professional critic reviews that are positive for a given film or television show."@en ; :bestRating "100.0"^^xsd:double ; :ratingValue "70.0"^^xsd:double ; :worstRating "0.0"^^xsd:double ; 349 ; 349 ; "https://www.rottentomatoes.com/m/tenet" . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#tenet_cover_image_1 :tenet_cover_image_1 rdf:type owl:NamedIndividual , ; :url "https://resizing.flixster.com/nchHALzH07gWM88bzcDM7zZKm-g=/740x380/v1.bjsyNTEwOTE4O2o7MTg4Mzk7MTIwMDs2MDAwOzQwMDA"^^xsd:anyURI . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#tenet_cover_image_2 :tenet_cover_image_2 rdf:type owl:NamedIndividual , ; :url "https://static.metacritic.com/images/products/movies/7/a60818c40f69031bf30ca846444011e4.jpg"^^xsd:anyURI . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#tenet_review_1 :tenet_review_1 rdf:type owl:NamedIndividual , :movie_review ; :tenet_review_1_author ; :inglés ; :monocle ; :tenet_review_1_site ; :tenet ; :hasRating :tenet_review_1_rating_1 ; "review example name" ; "2021-04-06T19:40:00"^^xsd:dateTime ; :has_body "As a delivery system for the thrills, I think the film gets a long way, and you can kind of sit back and enjoy it. As a delivery system for the ideas, I think it trips itself up an awful lot."^^xsd:string ; "https://www.rottentomatoes.com/m/tenet"^^xsd:anyURI . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#tenet_review_1_author :tenet_review_1_author rdf:type owl:NamedIndividual , ; :tenet_review_1_author_img ; "Tim Robey" ; :url "https://www.rottentomatoes.com/critic/tim-robey"^^xsd:anyURI . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#tenet_review_1_author_img :tenet_review_1_author_img rdf:type owl:NamedIndividual , ; :url "https://example.com/img.jpg"^^xsd:anyURI . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#tenet_review_1_rating_1 :tenet_review_1_rating_1 rdf:type owl:NamedIndividual , ; "example name" ; "example description" ; :bestRating "1.0"^^xsd:double ; :ratingValue "-1.0"^^xsd:double ; :worstRating "-1.0"^^xsd:double . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#tenet_review_1_site :tenet_review_1_site rdf:type owl:NamedIndividual , ; "https://monocle.com/radio/shows/the-monocle-culture-show/"^^xsd:anyURI . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#tenet_show_1 :tenet_show_1 rdf:type owl:NamedIndividual , :film_show ; :room :room_classic_2d ; "2021-04-06T19:40:00"^^xsd:dateTime ; "Español"^^xsd:string . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#tenet_trailer :tenet_trailer rdf:type owl:NamedIndividual , :trailer ; :tenet_trailer_thumbnail ; "Tenet (Trailer 2)"@en ; "Video Clip of Tenet"^^rdf:langString ; :url "https://www.youtube.com/embed/Q3YsDF8rZ9w?rel=0&controls=0&showinfo=0"^^xsd:anyURI . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#tenet_trailer_thumbnail :tenet_trailer_thumbnail rdf:type owl:NamedIndividual , ; :url "https://content.internetvideoarchive.com/content/hdphotos/12882/012882/012882_1173x660_637257053180251151.jpg"^^xsd:anyURI . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#thriller :thriller rdf:type owl:NamedIndividual , ; "Thriller"@es . ### https://raw.githubusercontent.com/Skydler/practica-web-semantica/main/TP3-OWL/data/movie.ttl#warner_bross :warner_bross rdf:type owl:NamedIndividual , ; "Warner Bros. Pictures"^^xsd:string ; :url "https://www.rottentomatoes.com/"^^xsd:anyURI . ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi