@prefix : . @prefix dc: . @prefix l0: . @prefix CLV: . @prefix dct: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix dcat: . @prefix foaf: . @prefix prov: . @prefix rdfs: . @prefix vcard: . @prefix admsapit: . @base . rdf:type owl:Ontology ; owl:versionIRI ; owl:imports , ; dct:modified "2018-06-27"^^xsd:date ; rdfs:label "Language Ontology"@en ; admsapit:hasSemanticAssetDistribution ; dct:publisher ; admsapit:prefix "langapit" ; admsapit:target "Cittadini" ; dcat:keyword "Lingua"@it , "Lingua straniera"@it , "Linguaggio"@it ; rdfs:comment "Questa è l'ontologia per la modellazione delle lingue. Essa è di supporto per altre ontologie (per i contatti, per i servizi pubblici) e consente di rappresentare anche dove le lingue sono parlate"@it ; dct:creator ; admsapit:hasTask admsapit:AnnotationTask ; dct:description "Questa è l'ontologia per la modellazione delle lingue"@it ; admsapit:hasTask admsapit:QueryFormulationTask ; admsapit:acronym "Lang-AP_IT" ; admsapit:target "Imprese" ; owl:versionInfo "Version 0.1 - June 27 2018 - creation of the ontology"@en ; dcat:contactPoint ; dct:title "Ontologia Lingue - Profilo applicativo italiano"@it ; rdfs:isDefinedBy ; admsapit:semanticAssetInUse ; owl:versionInfo "Versione 0.1 - Creazione dell'ontologia"@it ; admsapit:semanticAssetInUse ; admsapit:hasTask admsapit:SearchTask ; dct:accrualPeriodicity ; admsapit:target "Pubbliche Amministrazioni" ; admsapit:hasKeyClass :Language ; rdfs:label "Ontologia Lingue"@it ; admsapit:hasOntologyLanguage admsapit:OWL ; dcat:theme ; admsapit:last : ; admsapit:hasContributor , ; admsapit:hasSemanticAssetDistribution ; dct:issued "2018-06-27"^^xsd:date ; dct:language ; rdfs:comment "This is the ontology for modeling languages. It is used as supporting ontology for others (e.g., contact point, public service) and it can also represent the country in which the language is spoken."@en ; admsapit:status "final draft" ; dct:rightsHolder ; admsapit:type admsapit:ServiceOntology ; admsapit:hasSemanticAssetDistribution ; dct:language ; dct:identifier "https://w3id.org/italia/onto/Language" ; admsapit:hasFormalityLevel admsapit:Formal ; admsapit:officialURI "https://w3id.org/italia/onto/Language"^^xsd:anyURI ; dct:title "Language Ontology - Italian Application Profile"@en ; dct:description "This is the ontology for modeling the languages"@en . ################################################################# # Annotation properties ################################################################# ### http://purl.org/dc/terms/creator dct:creator rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/description dct:description rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/format dct:format rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/identifier dct:identifier rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/issued dct:issued rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/license dct:license rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/modified dct:modified rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/title dct:title rdf:type owl:AnnotationProperty . ### http://www.w3.org/2006/vcard/ns#fn vcard:fn rdf:type owl:AnnotationProperty . ### http://www.w3.org/2006/vcard/ns#hasEmail vcard:hasEmail rdf:type owl:AnnotationProperty . ### http://www.w3.org/ns/dcat#accessURL dcat:accessURL rdf:type owl:AnnotationProperty . ### http://www.w3.org/ns/dcat#downloadURL dcat:downloadURL rdf:type owl:AnnotationProperty . ### http://www.w3.org/ns/prov#wasDerivedFrom prov:wasDerivedFrom rdf:type owl:AnnotationProperty . ### http://xmlns.com/foaf/0.1/name foaf:name rdf:type owl:AnnotationProperty . ### https://w3id.org/italia/onto/l0/controlledVocabulary l0:controlledVocabulary rdf:type owl:AnnotationProperty . ### https://w3id.org/italia/onto/l0/name l0:name rdf:type owl:AnnotationProperty . ################################################################# # Object Properties ################################################################# ### https://w3id.org/italia/onto/Language/hasLanguage :hasLanguage rdf:type owl:ObjectProperty ; owl:inverseOf :isLanguageOf ; rdfs:domain owl:Thing ; rdfs:range :Language ; rdfs:comment "Property that links any thing with a language"@en , "Proprietà che lega una qualsiasi cosa (e.g., servizio pubblico, punto di contatto, web site, etc.) con la sua lingua"@it ; rdfs:isDefinedBy ; rdfs:label "ha lingua"@it , "has language" . ### https://w3id.org/italia/onto/Language/isLanguageOf :isLanguageOf rdf:type owl:ObjectProperty ; rdfs:domain :Language ; rdfs:range owl:Thing ; rdfs:comment "Inverse property of 'has language'."@en , "Proprietà inversa di 'ha lingua'."@it ; rdfs:isDefinedBy ; rdfs:label "is language of"@en , "è lingua di"@it . ### https://w3id.org/italia/onto/Language/spokenIn :spokenIn rdf:type owl:ObjectProperty ; rdfs:domain :Language ; rdfs:range CLV:Country ; rdfs:comment "Property that links a language to the country in which it is spoken'."@en , "Proprietà che lega una lingua al paese in cui la lingua è parlata'."@it ; rdfs:isDefinedBy ; rdfs:label "parlato in"@it , "spoken in"@en . ################################################################# # Classes ################################################################# ### http://dati.gov.it/onto/dcatapit#Agent rdf:type owl:Class . ### http://dati.gov.it/onto/dcatapit#Organization rdf:type owl:Class . ### http://www.w3.org/2006/vcard/ns#Kind vcard:Kind rdf:type owl:Class . ### http://www.w3.org/2006/vcard/ns#Organization vcard:Organization rdf:type owl:Class . ### http://xmlns.com/foaf/0.1/Agent foaf:Agent rdf:type owl:Class . ### https://w3id.org/italia/onto/ADMS/Project admsapit:Project rdf:type owl:Class . ### https://w3id.org/italia/onto/ADMS/SemanticAsset admsapit:SemanticAsset rdf:type owl:Class . ### https://w3id.org/italia/onto/ADMS/SemanticAssetDistribution admsapit:SemanticAssetDistribution rdf:type owl:Class . ### https://w3id.org/italia/onto/CLV/Country CLV:Country rdf:type owl:Class . ### https://w3id.org/italia/onto/Language/Language :Language rdf:type owl:Class ; rdfs:subClassOf l0:Characteristic , [ rdf:type owl:Restriction ; owl:onProperty :isLanguageOf ; owl:allValuesFrom owl:Thing ] , [ rdf:type owl:Restriction ; owl:onProperty :spokenIn ; owl:allValuesFrom CLV:Country ] ; rdfs:comment "Questa classe è utilizzata per rappresentare una lingua (e.g., italiano, francese, tedesco, ecc.)."@it , "This class is used to model a language (e.g., Italian, French, German, etc.)"@en ; rdfs:isDefinedBy ; rdfs:label "Language"@en , "Lingua"@it ; prov:wasDerivedFrom dct:LinguisticSystem , ; l0:controlledVocabulary . ### https://w3id.org/italia/onto/l0/Agent l0:Agent rdf:type owl:Class . ### https://w3id.org/italia/onto/l0/Characteristic l0:Characteristic rdf:type owl:Class . ################################################################# # Individuals ################################################################# ### http://spcdata.digitpa.gov.it/browse/page/Amministrazione/agid rdf:type owl:NamedIndividual , , foaf:Agent ; dct:identifier "agid" ; foaf:name "Agenzia per l'Italia Digitale"@it , "Italian Digital Agency"@en . ### https://w3id.org/italia/data/contact-point/onto-agid rdf:type owl:NamedIndividual , , vcard:Kind , vcard:Organization ; vcard:fn "banche dati e open data" ; vcard:hasEmail . ### https://w3id.org/italia/data/distribution/LangAPIT-JSON-LD rdf:type owl:NamedIndividual , admsapit:SemanticAssetDistribution ; dct:description "Questa è la distribuzione JSON-LD dell'ontologia delle lingue"@it , "This is the distribution in JSON-LD of the Language ontology"@en ; dct:format ; dct:license ; dct:title "Distribuzione JSON-LD ontologia Lang-AP_IT"@it , "JSON-LD distribution of Lang-AP_IT Ontology"@en ; dcat:accessURL ; dcat:downloadURL . ### https://w3id.org/italia/data/distribution/LangAPIT-RDF-TURTLE rdf:type owl:NamedIndividual , admsapit:SemanticAssetDistribution ; dct:description "Questa è la distribuzione RDF/Turtle dell'ontologia delle lingue"@it , "This is the distribution in RDF/turtle of the Language ontology"@en ; dct:format ; dct:license ; dct:title "Distribuzione RDF/Turtle ontologia Lan-AP_IT"@it , "RDF/Turtle distribution of Lang-AP_IT Ontology"@en ; dcat:accessURL ; dcat:downloadURL . ### https://w3id.org/italia/data/distribution/LangAPIT-RDF-XML rdf:type owl:NamedIndividual , admsapit:SemanticAssetDistribution ; dct:description "Questa è la distribuzione RDF/XML dell'ontologia delle lingue"@it , "This is the distribution in RDF/XML of the Language ontology"@en ; dct:format ; dct:license ; dct:title "Distribuzione RDF/XML ontologia Lang-AP_IT"@it , "RDF/XML distribution of Lang-AP_IT Ontology"@en ; dcat:accessURL ; dcat:downloadURL . ### https://w3id.org/italia/data/organization/public-organization/td rdf:type owl:NamedIndividual , , foaf:Agent ; dct:identifier "TD" ; foaf:name "Digital Transformation Team"@en , "Team per la Trasformazione Digitale"@it . ### https://w3id.org/italia/data/organization/support-unit/cnr-Z6HZEH/stlab rdf:type owl:NamedIndividual , l0:Agent ; dct:identifier "cnr - Z6HZEH - STLab" ; l0:name "Institute of Cognitive Sciences and Technologies of the Italian Research Council (CNR) - Semantic Technology Laboratory (STLab)"@en , "Istituto di Scienze e Tecnologie della Cognizione del CNR - Semantic Technology Lab (STLab)"@it . ### https://w3id.org/italia/data/project/DAF rdf:type owl:NamedIndividual , admsapit:Project ; l0:name "Data & Analytics Framework"@it . ### https://w3id.org/italia/data/project/OntoPiA rdf:type owl:NamedIndividual , admsapit:Project ; l0:name "OntoPiA - la rete di ontologie della pubblica amministrazione italiana"@it . ### https://w3id.org/italia/onto/Language rdf:type owl:NamedIndividual , admsapit:SemanticAsset . ### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi