@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:Documento  a      rdfs:Class ;
        rdfs:comment  "Modella un documento." ;
        rdfs:label    "Un documento" .

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

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