@base   <https://w3id.org/italia> .
@prefix adms:          <http://www.w3.org/ns/adms#> .
@prefix aemetonto:     <http://aemet.linkeddata.es/ontology/> .
@prefix bbc:           <http://www.bbc.co.uk/ontologies/> .
@prefix bibleontology: <http://bibleontology.com/property#> .
@prefix bibo:          <http://purl.org/ontology/bibo/> .
@prefix bio:           <http://purl.org/vocab/bio/0.1/> .
@prefix bmuseum:       <http://collection.britishmuseum.org/id/ontology/> .
@prefix cc:            <http://creativecommons.org/ns#> .
@prefix cdoc:          <http://www.cidoc-crm.org/cidoc-crm#> .
@prefix claros:        <http://purl.org/NET/Claros/vocab#> .
@prefix conf:          <http://lodview.it/conf#> .
@prefix crm:           <http://erlangen-crm.org/current/> .
@prefix crm-owl:       <http://purl.org/NET/crm-owl#> .
@prefix crm120111:     <http://erlangen-crm.org/120111/> .
@prefix dbpedia:       <http://dbpedia.org/resource/> .
@prefix dbpedia-owl:   <http://dbpedia.org/ontology/> .
@prefix dbpprop:       <http://dbpedia.org/property/> .
@prefix dc:            <http://purl.org/dc/elements/1.1/> .
@prefix dcat:          <http://www.w3.org/ns/dcat#> .
@prefix dcterms:       <http://purl.org/dc/terms/> .
@prefix dwc:           <http://rs.tdwg.org/dwc/terms/> .
@prefix eac-cpf:       <http://archivi.ibc.regione.emilia-romagna.it/ontology/eac-cpf/> .
@prefix foaf:          <http://xmlns.com/foaf/0.1/> .
@prefix frbr:          <http://purl.org/vocab/frbr/core#> .
@prefix geo:           <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix geonames:      <http://www.geonames.org/ontology#> .
@prefix gml:           <http://www.opengis.net/gml/> .
@prefix gn:            <http://www.geonames.org/ontology#> .
@prefix ibc:           <http://dati.ibc.it/ibc/> .
@prefix lgdo:          <http://linkedgeodata.org/ontology/capital> .
@prefix meta:          <http://example.org/metadata#> .
@prefix metalex:       <http://www.metalex.eu/metalex/2008-05-02#> .
@prefix muninn:        <http://rdf.muninn-project.org/ontologies/documents#> .
@prefix npg:           <http://ns.nature.com/terms/> .
@prefix oad:           <http://lod.xdams.org/reload/oad/> .
@prefix ocd:           <http://dati.camera.it/ocd/> .
@prefix ods:           <http://lod.xdams.org/ontologies/ods/> .
@prefix org:           <http://www.w3.org/ns/org#> .
@prefix owl:           <http://www.w3.org/2002/07/owl#> .
@prefix po:            <http://purl.org/ontology/po/> .
@prefix prism21:       <http://prismstandard.org/namespaces/basic/2.1/> .
@prefix prov:          <http://www.w3.org/ns/prov#> .
@prefix rdf:           <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:          <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rel:           <http://purl.org/vocab/relationship/> .
@prefix rso:           <http://www.researchspace.org/ontology/> .
@prefix schema-org:    <http://schema.org/> .
@prefix shoah:         <http://dati.cdec.it/lod/shoah/> .
@prefix skos:          <http://www.w3.org/2004/02/skos/core#> .
@prefix skos-xl:       <http://www.w3.org/2008/05/skos-xl#> .
@prefix time:          <http://www.w3.org/2006/time#> .
@prefix units:         <http://dbpedia.org/units/> .
@prefix void:          <http://rdfs.org/ns/void#> .
@prefix xsd:           <http://www.w3.org/2001/XMLSchema#> .
@prefix yago:          <http://dbpedia.org/class/yago/> .

<italia/onto/COV/Organization>
        rdf:type              owl:Class;
        rdfs:comment          "Questa è la classe che rappresenta un'organizzazione, sia essa pubblica che privata, tipicamente registrata all'interno di un registro pubblico (e.g., indice della PA per le pubbliche amministrazioni, registro imprese per le organizzazioni private). Esempio \"Agenzia per l'Ialia Digitale\", \"Comune di Bologna\", \"TELECOM ITALIA SPA O TIM S.P.A.\""@it , "This class represents an organization, be it public or private, usually registrated in a national public registry (e.g. in Italy \"indice delle PA\" for the public administrations, \"Registro imprese\" for the private organizations. Examples: \"Agenzia per l'Italia Digitale\", \"Comune di Roma\", \"TELECOM ITALIA SPA o TIM S.P.A.\""@en;
        rdfs:isDefinedBy      <italia/onto/COV/> , <italia/onto/COV>;
        rdfs:label            "Organizzazione"@it , "Organization"@en;
        rdfs:subClassOf       <italia/onto/l0/Agent>;
        rdfs:subClassOf       [ rdf:type                     owl:Restriction;
                                owl:maxQualifiedCardinality  "1"^^xsd:nonNegativeInteger;
                                owl:onDataRange              xsd:dateTime;
                                owl:onProperty               <italia/onto/COV/foundationDate>
                              ];
        rdfs:subClassOf       [ rdf:type            owl:Restriction;
                                owl:maxCardinality  "1"^^xsd:nonNegativeInteger;
                                owl:onProperty      <italia/onto/COV/orgAcronym>
                              ];
        rdfs:subClassOf       [ rdf:type           owl:Restriction;
                                owl:allValuesFrom  <italia/onto/COV/ChangeEvent>;
                                owl:onProperty     <italia/onto/COV/resultedFrom>
                              ];
        rdfs:subClassOf       [ rdf:type           owl:Restriction;
                                owl:allValuesFrom  <italia/onto/CLV/Identifier>;
                                owl:onProperty     <italia/onto/COV/hasAlternativeIdentifier>
                              ];
        rdfs:subClassOf       [ rdf:type                  owl:Restriction;
                                owl:onClass               <italia/onto/SM/OnlineContactPoint>;
                                owl:onProperty            <italia/onto/SM/hasOnlineContactPoint>;
                                owl:qualifiedCardinality  "1"^^xsd:nonNegativeInteger
                              ];
        rdfs:subClassOf       [ rdf:type                  owl:Restriction;
                                owl:onClass               <italia/onto/CLV/Address>;
                                owl:onProperty            <italia/onto/CLV/hasPrimaryAddress>;
                                owl:qualifiedCardinality  "1"^^xsd:nonNegativeInteger
                              ];
        rdfs:subClassOf       [ rdf:type                     owl:Restriction;
                                owl:maxQualifiedCardinality  "1"^^xsd:nonNegativeInteger;
                                owl:onClass                  <italia/onto/SM/Image>;
                                owl:onProperty               <italia/onto/COV/hasLogo>
                              ];
        rdfs:subClassOf       [ rdf:type           owl:Restriction;
                                owl:allValuesFrom  rdfs:Literal;
                                owl:onProperty     <italia/onto/COV/mainFunction>
                              ];
        rdfs:subClassOf       [ rdf:type            owl:Restriction;
                                owl:onProperty      <italia/onto/l0/description>;
                                owl:someValuesFrom  rdfs:Literal
                              ];
        rdfs:subClassOf       [ rdf:type         owl:Restriction;
                                owl:cardinality  "1"^^xsd:nonNegativeInteger;
                                owl:onProperty   <italia/onto/COV/taxCode>
                              ];
        rdfs:subClassOf       [ rdf:type            owl:Restriction;
                                owl:maxCardinality  "1"^^xsd:nonNegativeInteger;
                                owl:onProperty      <italia/onto/COV/altName>
                              ];
        rdfs:subClassOf       [ rdf:type           owl:Restriction;
                                owl:allValuesFrom  <italia/onto/COV/ActivityType>;
                                owl:onProperty     <italia/onto/COV/hasActivityType>
                              ];
        rdfs:subClassOf       [ rdf:type                  owl:Restriction;
                                owl:onClass               <italia/onto/COV/LegalStatus>;
                                owl:onProperty            <italia/onto/COV/hasLegalStatus>;
                                owl:qualifiedCardinality  "1"^^xsd:nonNegativeInteger
                              ];
        rdfs:subClassOf       [ rdf:type                     owl:Restriction;
                                owl:maxQualifiedCardinality  "1"^^xsd:nonNegativeInteger;
                                owl:onDataRange              xsd:dateTime;
                                owl:onProperty               <italia/onto/COV/accreditationDate>
                              ];
        rdfs:subClassOf       [ rdf:type           owl:Restriction;
                                owl:allValuesFrom  <italia/onto/COV/BalanceSheet>;
                                owl:onProperty     <italia/onto/COV/hasBalanceSheet>
                              ];
        rdfs:subClassOf       [ rdf:type           owl:Restriction;
                                owl:allValuesFrom  <italia/onto/COV/ChangeEvent>;
                                owl:onProperty     <italia/onto/COV/changedBy>
                              ];
        rdfs:subClassOf       [ rdf:type           owl:Restriction;
                                owl:allValuesFrom  <italia/onto/COV/Organization>;
                                owl:onProperty     <italia/onto/COV/participating>
                              ];
        rdfs:subClassOf       [ rdf:type            owl:Restriction;
                                owl:onProperty      <italia/onto/COV/legalName>;
                                owl:someValuesFrom  rdfs:Literal
                              ];
        rdfs:subClassOf       [ rdf:type           owl:Restriction;
                                owl:allValuesFrom  <italia/onto/l0/Location>;
                                owl:onProperty     <italia/onto/CLV/hasSpatialCoverage>
                              ];
        rdfs:subClassOf       [ rdf:type           owl:Restriction;
                                owl:allValuesFrom  <italia/onto/COV/Employment>;
                                owl:onProperty     <italia/onto/COV/holdEmployment>
                              ];
        owl:disjointWith      <italia/onto/CPV/Person>;
        owl:equivalentClass   [ rdf:type            owl:Restriction;
                                owl:onProperty      <italia/onto/COV/legalName>;
                                owl:someValuesFrom  rdfs:Literal
                              ];
        owl:equivalentClass   [ rdf:type            owl:Restriction;
                                owl:onProperty      <italia/onto/COV/orgAcronym>;
                                owl:someValuesFrom  rdfs:Literal
                              ];
        owl:equivalentClass   [ rdf:type            owl:Restriction;
                                owl:onProperty      <italia/work-accident/onto/proc21_self_liquidation/ricopreRuoloContribuente>;
                                owl:someValuesFrom  owl:Thing
                              ];
        owl:versionInfo       "stabile"@it , "stable"@en;
        prov:wasDerivedFrom   org:Organization , schema-org:Organization;
        prov:wasInfluencedBy  <http://www.ontologydesignpatterns.org/cp/owl/classification.owl> .
