@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:Massima  a        rdfs:Class ;
        rdfs:comment  "Definisce una massima." ;
        rdfs:label    "Massima" .

dcc:testoMassima  a   owl:DatatypeProperty ;
        rdfs:comment  "ProprietÃ  che specifica il testo della massima." ;
        rdfs:domain   dcc:Massima ;
        rdfs:label    "Testo della massima" ;
        rdfs:range    rdfs:Literal .
