@prefix dc:    <http://purl.org/dc/elements/1.1/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix vann:  <http://purl.org/vocab/vann/> .

<http://dbpedia.org/resource/National_Institute_for_Research_in_Computer_Science_and_Control>
        a       foaf:Organization .

<http://nr.inria.fr/ludo/v1>
        a                              owl:Ontology ;
        rdfs:comment                   "Given the increasing amount of structured data published on the Web, many possibilities are open for creating new types of games that use resources from the Web of Data. In particular, if we consider the subcategory of Serious Games in which the object of the game is to educate the user through the interactive discovery of real-life concepts (associated to Semantic Web resources), the inclusion of a semantic representation of the user profile and his contextual information becomes an important element to recommend the user more accurate concepts. Ludo is an ontology that allows the creation of Serious Games with those characteristics."@en ;
        dc:creator                     "Catherine Faron Zucker" , "Oscar Rodríguez Rocha" ;
        dc:date                        "2015-02-01"^^<http://www.w3.org/2001/XMLSchema#date> ;
        dc:description                 "Ludo is an ontology created to enable the description and representation of Serious Games that use structured data published on the Web through the Linked Data as a knowledge base. From the representation of the players’ profile and their contextual information whithin the game, it is possible to generate personalized recommendations of related educational resources in order to stimulate the learning process while playing."@en ;
        dc:description                 <http://ns.inria.fr/ludo/images/ludo_in_a_nutshell.png> ;
        dc:issued                      "2015-02-01"^^<http://www.w3.org/2001/XMLSchema#date> ;
        dc:publisher                   <http://dbpedia.org/resource/National_Institute_for_Research_in_Computer_Science_and_Control> ;
        dc:rights                      "This ontology is distributed under a Creative Commons Attribution License - http://creativecommons.org/licenses/by/3.0 ."@en ;
        dc:title                       "Ludo Ontology"@en ;
        vann:preferredNamespacePrefix  "ludo" ;
        vann:preferredNamespaceUri     "http://ns.inria.fr/ludo/v1#" ;
        owl:imports                    <http://ns.inria.fr/ludo/v1/xapi.rdf> , <http://ns.inria.fr/ludo/v1/gamepresentation.rdf> , <http://ns.inria.fr/ludo/v1/gamemodel.rdf> , <http://ns.inria.fr/ludo/v1/virtualcontext.rdf> ;
        owl:versionInfo                1.0 .
