@base          <https://dati.cortecostituzionale.it/ontology/> .
@prefix dbpedia-owl: <http://dbpedia.org/ontology/> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix dcc:   <https://dati.cortecostituzionale.it/ontology/> .
@prefix gn:    <http://www.geonames.org/ontology#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix schema-org: <http://schema.org/> .
@prefix conf:  <http://lodview.it/conf#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix geo:   <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix crm-owl: <http://purl.org/NET/crm-owl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix time:  <http://www.w3.org/2006/time#> .
@prefix dbpedia-it: <http://it.dbpedia.org/resource/> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .
@prefix sioc:  <http://rdfs.org/sioc/ns#> .

dcc:Giudice  a           rdfs:Class ;
        rdfs:comment     "Definisce un giudice all'interno della Corte Costituzionale." ;
        rdfs:label       "Giudice" ;
        rdfs:subClassOf  dcc:Persona .

<Giudice/83>  a         dcc:Giudice ;
        rdfs:comment    "NEPPI MODONA prof. avv. Guido, nato a Torino il 14 novembre 1938. Professore ordinario di istituzioni diritto e procedura penale. Nominato dal Presidente della Repubblica il 4 novembre 1996. Giura il 6 novembre 1996."@it ;
        owl:sameAs      dbpedia-it:Guido_Neppi_Modona ;
        foaf:depiction  <http://www.cortecostituzionale.it/documenti/composizione/img/grandi/guido_neppi_modona.jpg> ;
        foaf:name       "Guido Neppi Modona" ;
        foaf:surname    "NEPPI MODONA" ;
        foaf:title      "Vice Presidente" .
