@prefix dbo: <http://dbpedia.org/ontology/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix gow: <https://alicesgarlata.github.io/gowlodlam/html-rendering.html#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix viaf: <http://viaf.org/viaf/> .
@prefix wd: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://alicesgarlata.github.io/gowlodlam/> a owl:Ontology ;
    rdfs:label "God of War (2018) LODLAM ontology"@en ;
    rdfs:comment "Ontology for the LODLAM project on the God of War (2018) Wikipedia page. Reuses schema.org, dcterms, FOAF, SKOS, and DBO; adds one coined property (gow:reinterprets) for the fictional-adaptation-of-myth relation."@en .

gow:freyja a dbo:FictionalCharacter,
        foaf:Person ;
    rdfs:label "Freyja"@en ;
    dcterms:subject gow:norse-mythology ;
    foaf:name "Freyja"@en ;
    gow:reinterprets wd:Q1647325 ;
    schema:children gow:baldur .

gow:god-of-war-2018 a schema:VideoGame ;
    rdfs:label "God of War"@en ;
    dbo:developer gow:santa-monica-studio ;
    dcterms:date "2018-04-20"^^xsd:date ;
    dcterms:publisher gow:sony-ie ;
    dcterms:subject gow:greek-mythology,
        gow:norse-mythology ;
    dcterms:title "God of War"@en ;
    owl:sameAs wd:Q18345138 ;
    schema:character gow:atreus,
        gow:kratos ;
    schema:director gow:cory-barlog ;
    schema:gamePlatform gow:playstation-4 ;
    schema:musicBy gow:bear-mccreary .

gow:loki a dbo:FictionalCharacter,
        foaf:Person ;
    rdfs:label "Loki"@en ;
    dcterms:subject gow:norse-mythology ;
    foaf:name "Loki"@en ;
    gow:reinterprets wd:Q133147 ;
    schema:children gow:jormungandr .

gow:odin a dbo:FictionalCharacter,
        foaf:Person ;
    rdfs:label "Odin"@en ;
    dcterms:subject gow:norse-mythology ;
    foaf:name "Odin"@en ;
    gow:reinterprets wd:Q43610 ;
    schema:children gow:baldur,
        gow:thor .

gow:reinterprets a owl:ObjectProperty ;
    rdfs:label "reinterprets"@en ;
    rdfs:comment "Relates a character in the game to the mythological figure they are based on. Used instead of owl:sameAs when the Wikidata entry describes the myth figure, not the fictional character."@en ;
    rdfs:subPropertyOf dcterms:relation .

gow:bear-mccreary a foaf:Person ;
    rdfs:label "Bear McCreary"@en ;
    owl:sameAs viaf:91158885,
        wd:Q621437 ;
    foaf:name "Bear McCreary"@en .

gow:cory-barlog a foaf:Person ;
    rdfs:label "Cory Barlog"@en ;
    owl:sameAs viaf:6865153289917732770006,
        wd:Q5173545 ;
    foaf:name "Cory Barlog"@en .

gow:greek-mythology a skos:Concept ;
    rdfs:label "Greek mythology"@en ;
    skos:exactMatch wd:Q34726 ;
    skos:prefLabel "Greek mythology"@en .

gow:jormungandr a dbo:FictionalCharacter,
        foaf:Person ;
    rdfs:label "Jörmungandr"@en ;
    dcterms:subject gow:norse-mythology ;
    foaf:name "Jörmungandr"@en ;
    gow:reinterprets wd:Q181227 .

gow:kratos a dbo:FictionalCharacter,
        foaf:Person ;
    rdfs:label "Kratos"@en ;
    owl:sameAs wd:Q2291154 ;
    foaf:name "Kratos"@en ;
    schema:children gow:atreus .

gow:playstation-4 a schema:Product ;
    rdfs:label "PlayStation 4"@en ;
    owl:sameAs wd:Q5014725 ;
    schema:name "PlayStation 4"@en .

gow:santa-monica-studio a foaf:Organization ;
    rdfs:label "Santa Monica Studio"@en ;
    owl:sameAs viaf:232483995,
        wd:Q656710 ;
    foaf:name "Santa Monica Studio"@en .

gow:sony-ie a foaf:Organization ;
    rdfs:label "Sony Interactive Entertainment"@en ;
    owl:sameAs viaf:145689777,
        wd:Q18594 ;
    foaf:name "Sony Interactive Entertainment"@en .

gow:thor a dbo:FictionalCharacter,
        foaf:Person ;
    rdfs:label "Thor"@en ;
    dcterms:subject gow:norse-mythology ;
    foaf:name "Thor"@en ;
    gow:reinterprets wd:Q42952 .

gow:atreus a dbo:FictionalCharacter,
        foaf:Person ;
    rdfs:label "Atreus"@en ;
    owl:sameAs wd:Q54896805 ;
    foaf:name "Atreus"@en .

gow:baldur a dbo:FictionalCharacter,
        foaf:Person ;
    rdfs:label "Baldur"@en ;
    dcterms:subject gow:norse-mythology ;
    foaf:name "Baldur"@en ;
    gow:reinterprets wd:Q131658 .

gow:norse-mythology a skos:Concept ;
    rdfs:label "Norse mythology"@en ;
    skos:exactMatch wd:Q128285 ;
    skos:prefLabel "Norse mythology"@en .

