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

dcc:Pronuncia  a          rdfs:Class ;
        rdfs:comment      "Modella i testi delle sentenze e ordinanze della Corte Costituzionale." ;
        rdfs:isDefinedBy  <http://www.cortecostituzionale.it/actionGiurisprudenza.do> ;
        rdfs:label        "Pronuncia" ;
        rdfs:subClassOf   dcc:Documento , dcc:DeterminatoInRiunione .

dcc:presidentePronuncia
        a                   owl:InverseFunctionalProperty ;
        rdfs:comment        "ProprietÃ  che specifica il giudice presidente di una pronuncia." ;
        rdfs:domain         dcc:Giudice ;
        rdfs:label          "Presidente della pronuncia" ;
        rdfs:range          dcc:Pronuncia ;
        rdfs:subPropertyOf  dcc:presidente .

dcc:presidente  a     owl:InverseFunctionalProperty ;
        rdfs:comment  "ProprietÃ  che specifica il giudice presidente." ;
        rdfs:domain   dcc:Giudice ;
        rdfs:label    "Presidente" ;
        rdfs:range    dcc:Documento .
