
@prefix ex: <http://www.exiled-philosophers.org/> . 

@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dbo: <http://dbpedia.org/ontology/> .
@prefix dbr: <http://dbpedia.org/resource/> . 
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .

@prefix bio: <http://purl.org/vocab/bio/0.1/> .
@prefix bibo: <http://purl.org/ontology/bibo/> .

ex:Julius_Binder a foaf:Person 
    ; foaf:name "Julius Binder"
    ; owl:sameAs dbr:Julius_Binder
    ; dbo:birthDate "1870-05-12"^^xsd:date
    ; dbo:deathDate "1939-08-28"^^xsd:date
    ; owl:sameAs <https://explore.gnd.network/gnd/118663275>
    ; owl:sameAs <https://www.wikidata.org/wiki/Q108388>
    ; dbo:birthPlace dbr:Germany
    ; dbo:religion dbr:Protestantism
    ; bio:event _:frontSoldierWWI, _:retirement, _:politicalAffiliationDNVP, _:politicalAffiliationNSDAP, _:membershipOrganizations
    ; dbo:position "o. Prof. für röm. und bürg. Recht in Göttingen"
    ; dbo:influencedBy dbr:Hegel
    ; dcterms:subject "Politische Philosophie", "Deutscher Idealismus" .

_:frontSoldierWWI a bio:MilitaryService 
    ; bio:date "1914"^^xsd:gYear 
    ; rdfs:label "Frontsoldat im Ersten Weltkrieg." .

_:retirement a bio:Retirement 
    ; bio:date "1936-03-31"^^xsd:date 
    ; rdfs:label "Er wurde emeritiert." .

_:politicalAffiliationDNVP a bio:PoliticalAffiliation 
    ; bio:date "1919-1931"^^xsd:gYear 
    ; rdfs:label "Mitglied der DNVP." .

_:politicalAffiliationNSDAP a bio:PoliticalAffiliation 
    ; bio:date "1933-04-01"^^xsd:date 
    ; rdfs:label "Mitglied der NSDAP." .

_:membershipOrganizations a bio:Membership 
    ; rdfs:label "Mitglied von Stahlhelm, NSDDB, NSLB, NSV, NS-Rechtswahrerbund, NS-Altherrenbund d. dt. Studenten." .

_:derAutoritaereStaat a bibo:Article 
    ; dcterms:title "Der autoritäre Staat" 
    ; dcterms:creator ex:Julius_Binder 
    ; dcterms:issued "1933"^^xsd:gYear 
    ; dcterms:subject "Politische Philosophie" 
    ; dcterms:source "Logos XXII, H.2" .

_:grundlegungDerRechtsphilosophie a bibo:Book 
    ; dcterms:title "Grundlegung der Rechtsphilosophie" 
    ; dcterms:creator ex:Julius_Binder 
    ; dcterms:issued "1935"^^xsd:gYear 
    ; dcterms:subject "Rechtsphilosophie" .
