@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema1: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://data.bibliotheken.nl/id/thes/p15544509X> a schema1:Thing,
        skos:Concept ;
    rdfs:label "Theology (Bible and Bible interpretation)" ;
    schema1:alternateName "Bible",
        "Bijbel",
        "Exegese (bijbel)",
        "Exegesis (Bible)",
        "Theologie (bijbels en bijbelexegese)" ;
    schema1:mainEntityOfPage <https://data.bibliotheken.nl/.well-known/genid/0d9c8de4aef75daf91da8fdd7ea571a6> ;
    schema1:name "Theology (Bible and Bible interpretation)" .

