@prefix schema: <https://schema.org/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix emsenn: <https://emsenn.net/vocab#> .

&lt;https://emsenn.net/library/references/people/carl-schmitt/>
  rdf:type schema:Article ;
  schema:url &lt;https://emsenn.net/library/references/people/carl-schmitt/> ;
  schema:name "Carl Schmitt" ;
  schema:description "German jurist and political theorist (1888-1985). Theorist of sovereignty, the state of exception, and the friend-enemy distinction; Nazi-era jurist whose thought has had enduring (and contested) influence across the political spectrum." ;
  schema:datePublished "2026-04-28" ;
  schema:dateModified "2026-04-28" ;
  schema:identifier &lt;https://emsenn.net/library/references/people/carl-schmitt/> .

