@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#> .

<Giudice/4>  a        dcc:Giudice ;
        rdfs:comment  "ASTUTI prof. avv. Guido, nato a Torino il 15 settembre 1910. Professore ordinario di storia del diritto italiano. Nominato dal Presidente della Repubblica il 19 febbraio 1973. Giura il 22 febbraio 1973. Cessa dalla carica di Giudice costituzionale il 7 ottobre 1980."@it ;
        owl:sameAs    dbpedia-it:Guido_Astuti ;
        foaf:name     "Guido Astuti" ;
        foaf:surname  "ASTUTI" ;
        foaf:title    "Giudice costituzionale" .

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