@base <http://rdf.muninn-project.org/ontologies/religion> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix : <#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix swrl: <http://www.w3.org/2003/11/swrl#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix swrlb: <http://www.w3.org/2003/11/swrlb#> .
@prefix foaf: <http://xmlns.com/foaf/spec/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<>
    dc:description "The Muninn Religion Ontology is meants to deal with both the religious belief and backgrounds of soldiers. At this time is records religious labeling but provides only basic taxonomy information." ;
    dc:title "The Muninn Religion Ontology" ;
    a owl:Ontology ;
    rdfs:comment "The Muninn Religion Ontology is meants to deal with both the religious belief and backgrounds of soldiers. At this time is records religious labeling but provides only basic taxonomy information."@en ;
    rdfs:label "The Muninn Religion Ontology"@en ;
    owl:versionInfo 0.1 .

:Religion
    a owl:Class ;
    rdfs:comment "A religious order, faith, sect."@en ;
    rdfs:label "Religion"@de, "Religion"@en, "Religion"@fr .

<../ww1/2011/11/11/religion/Baptist>
    a :Religion ;
    rdfs:label "Baptisme"@fr, "Baptist"@en, "Baptisten"@de .

<../ww1/2011/11/11/religion/Catholicism>
    a :Religion ;
    rdfs:label "Catholicism"@en, "Catholicisme"@fr, "Katholizismus"@de .

<../ww1/2011/11/11/religion/Church_of_England>
    a :Religion ;
    rdfs:label "Church of England"@en, "Kirche von England"@de, "Église d'Angleterre"@fr .

<../ww1/2011/11/11/religion/Congregational_Church>
    a :Religion ;
    rdfs:label "Congregational Church"@en, "Congrégationalisme"@fr, "Kongregationalismus"@de .

<../ww1/2011/11/11/religion/Hinduism>
    a :Religion ;
    rdfs:label "Hindouisme"@fr, "Hinduism"@en, "Hinduismus"@de .

<../ww1/2011/11/11/religion/Islamism>
    a :Religion ;
    rdfs:label "Islamism"@en, "Islamisme"@fr, "Islamismus"@de .

<../ww1/2011/11/11/religion/Judaism>
    a :Religion ;
    rdfs:label "Judaism"@en, "Judaïsme"@fr, "Judentum"@de .

<../ww1/2011/11/11/religion/Methodism>
    a :Religion ;
    rdfs:label "Methodism"@en, "Methodistische Kirchen"@de, "Méthodisme"@fr .

<../ww1/2011/11/11/religion/Presbyterianism>
    a :Religion ;
    rdfs:label "Presbyterianism"@en, "Presbyterianismus"@de, "Presbytérianisme"@fr .

<../ww1/2011/11/11/religion/Protestantism>
    a :Religion ;
    rdfs:label "Protestant"@en, "Protestantisme"@fr, "Protestantismus"@de .

<../ww1/2011/11/11/religion/Roman_Catholicism>
    a :Religion ;
    rdfs:label "Catholique Romaine"@fr, "Roman Catholic"@en, "Römisch-katholische"@de .

<../ww1/2011/11/11/religion/Wesleyanism>
    a :Religion ;
    rdfs:label "Wesleyan"@de, "Wesleyanism"@en, "Wesleyanisme"@fr .

