@prefix : . @prefix dct: . @prefix l0: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix dcat: . @prefix foaf: . @prefix prov: . @prefix rdfs: . @prefix vcard: . @base . rdf:type owl:Ontology ; rdfs:label "ADMS-AP_IT: (Semantic) Asset Description Metadata Schema Ontology"@en , "Ontologia ADMS-AP_IT: (Semantic) Asset Description Metadata Schema"@it ; dct:issued "2018-02-26"^^xsd:date ; dct:modified "2019-04-23"^^xsd:date ; :officialURI "https://w3id.org/italia/onto/ADMS"^^xsd:anyURI ; dct:title "ADMS-AP_IT: (Semantic) Asset Description Metadata Schema Ontology - Italian Application Profile"@en ; dct:description "This is the ontology used to specify the metadata for the ontologies; it is mainly based on the DCAT-AP_IT ontology"@en , "Questa è l'ontologia di metadatazione delle ontologie, basata, nelle sue classi principali, sul profilo di metadatazione nazionale DCAT-AP_IT. Essa tuttavia aggiungere ulteriori elementi di metadatazione tipici di asset semantici quali le ontologie."@it ; dct:identifier "agid:O.1" ; dct:title "Ontologia ADMS-AP_IT: (Semantic) Asset Description Metadata Schema - Profilo applicativo italiano"@it ; dcat:keyword "asset semantici"@it , "metadati"@it , "ontologie"@it ; owl:versionInfo "versione 0.1 del 23-04-2019 - corretti alcuni prefissi" ; dcat:contactPoint ; owl:imports ; prov:wasInfluencedBy ; dcat:theme ; dct:accrualPeriodicity ; dct:language , ; prov:wasInfluencedBy ; dct:creator ; dct:rightsHolder ; dct:publisher ; dct:creator ; prov:wasInfluencedBy , ; owl:imports , ; owl:versionIRI . ################################################################# # # Annotation properties # ################################################################# ### 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/license dct:license rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/title dct:title rdf:type owl:AnnotationProperty . ### http://www.w3.org/2002/07/owl#versionInfo owl:versionInfo rdfs:domain :SemanticAsset . ### 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#wasInfluencedBy prov:wasInfluencedBy rdf:type owl:AnnotationProperty . ### http://xmlns.com/foaf/0.1/name foaf:name rdf:type owl:AnnotationProperty . ### https://w3id.org/italia/onto/l0/name l0:name rdf:type owl:AnnotationProperty . ################################################################# # # Datatypes # ################################################################# ### http://www.w3.org/2001/XMLSchema#date xsd:date rdf:type rdfs:Datatype . ################################################################# # # Object Properties # ################################################################# ### https://w3id.org/italia/SM/hasImage rdf:type owl:ObjectProperty ; rdfs:isDefinedBy . ### https://w3id.org/italia/onto/ADMS/backwardCompatibleWith :backwardCompatibleWith rdf:type owl:ObjectProperty ; rdfs:label "backward compatible with"@en , "è compatibile con la precedente versione"@it ; rdfs:comment "Link the semantic asset to another one, with which it is backward compatible."@en , "Collega un asset semantico con un asset precedente con cui è compatibile."@it ; rdfs:isDefinedBy : ; rdfs:range :SemanticAsset ; rdfs:domain :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/bibliographicCitation :bibliographicCitation rdf:type owl:ObjectProperty ; rdfs:label "bibliographic citation"@en , "citazione bibliografican"@it ; rdfs:comment "Link the semantic asset to a bibliographic reference for the resource."@en , "Collega un asset semantico con un riferimento bibliografico relativo alla risorsa.."@it ; rdfs:isDefinedBy : ; rdfs:domain :SemanticAsset ; rdfs:range :Work . ### https://w3id.org/italia/onto/ADMS/contains :contains rdf:type owl:ObjectProperty ; rdfs:label "contains"@en , "contiene"@it ; rdfs:comment "Link between the asset repository and the semantic assets registered in it."@en , "Collegamento tra il registro degli asset e gli asset semantici registrati al suo interno."@it ; rdfs:isDefinedBy : ; rdfs:range :SemanticAsset ; rdfs:domain :SemanticAssetRepository ; owl:inverseOf :isContainedIn . ### https://w3id.org/italia/onto/ADMS/criteriaOfEvaluationFor :criteriaOfEvaluationFor rdf:type owl:ObjectProperty ; rdfs:label "criteria of evaluation for"@en , "usati come criteri per valutare"@it ; rdfs:comment "Link between the evaluation criteria(s)/aspect(s) considered to judge the quality of a semantic asset and an evaluation."@en , "Collegamneto tra i criteri di valutazione considerati per giudicare la qualità di un asset semantico e la valutazione."@it ; rdfs:isDefinedBy : ; rdfs:domain :EvaluationCriteria ; rdfs:range :SemanticAssetEvaluation ; owl:inverseOf :evaluationBasedOnCriteria . ### https://w3id.org/italia/onto/ADMS/definedIn :definedIn rdf:type owl:ObjectProperty ; rdfs:label "defined in"@en , "è definito in"@it ; rdfs:comment "Link between a semantic term and the semantic asset that defines it."@en , "Collegamento tra un termine semantico e l'asset semantico che lo definisce."@it ; rdfs:isDefinedBy : ; rdfs:range :SemanticAsset ; rdfs:domain :SemanticTerm ; owl:inverseOf :defines . ### https://w3id.org/italia/onto/ADMS/defines :defines rdf:type owl:ObjectProperty ; rdfs:label "defines"@en , "definisce"@it ; rdfs:comment "Link between a semantic asset and the semantic term that it defines."@en , "Collegamento tra un asset semantico e il termine semantico definito da questo."@it ; rdfs:isDefinedBy : ; rdfs:domain :SemanticAsset ; rdfs:range :SemanticTerm . ### https://w3id.org/italia/onto/ADMS/depiction :depiction rdf:type owl:ObjectProperty ; rdfs:label "depiction"@en , "è rappresentato da"@it ; rdfs:comment "Link between a semantic asset and it depiction (e.g an UML diagram)."@en , "Collegamento tra un assset semantico e la sua rappresentazione (come un diagramma UML)."@it ; rdfs:isDefinedBy : ; rdfs:range :Representation ; rdfs:domain :SemanticAsset ; owl:inverseOf :depicts . ### https://w3id.org/italia/onto/ADMS/depicts :depicts rdf:type owl:ObjectProperty ; rdfs:label "depicts"@en , "rappresenta"@it ; rdfs:comment "Link between a depiction of a semantic asset (e.g. a UML diagram) and the semantic asset."@en , "Collegamento tra la rappresentazione di un asset semantico (come un diagramma UML) e l'asset semantico."@it ; rdfs:isDefinedBy : ; rdfs:domain :Representation ; rdfs:range :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/endorsedBy :endorsedBy rdf:type owl:ObjectProperty ; rdfs:label "endorsed By"@en , "è approvato da"@it ; rdfs:comment "The parties that have expressed support or approval to this ontology."@en , "Gli agenti che hanno supportato o approvato l'ontologia."@it ; rdfs:range ; rdfs:isDefinedBy : ; rdfs:domain :SemanticAsset ; owl:inverseOf :endorses . ### https://w3id.org/italia/onto/ADMS/endorses :endorses rdf:type owl:ObjectProperty ; rdfs:label "endorses"@en , "approva"@it ; rdfs:comment "The parties that have expressed support or approval to this ontology."@en , "Gli agenti che hanno supportato o approvato l'ontologia."@it ; rdfs:domain ; rdfs:isDefinedBy : ; rdfs:range :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/evaluatedBy :evaluatedBy rdf:type owl:ObjectProperty ; rdfs:label "evaluated by"@en , "valutazione proposta da"@it ; rdfs:comment "An agent that have participated in an evaluation."@en , "Un agente che ha partecipato alla valutazione dell'asset semantico."@it ; rdfs:range ; rdfs:isDefinedBy : ; rdfs:domain :SemanticAssetEvaluation ; owl:inverseOf :evaluates . ### https://w3id.org/italia/onto/ADMS/evaluates :evaluates rdf:type owl:ObjectProperty ; rdfs:label "evaluates"@en , "valuta"@it ; rdfs:comment "An agent that have participated in an evaluation."@en , "Un agente che ha partecipato alla valutazione dell'asset semantico."@it ; rdfs:domain ; rdfs:isDefinedBy : ; rdfs:range :SemanticAssetEvaluation . ### https://w3id.org/italia/onto/ADMS/evaluationBasedOnCriteria :evaluationBasedOnCriteria rdf:type owl:ObjectProperty ; rdfs:label "evaluation based on criteria"@en , "basata sui criteri di valutazione"@it ; rdfs:comment "Link between an evaluation and the evaluation criteria(s)/aspect(s) considered to judge the quality of a semantic asset."@en , "Collegamento tra la valutazione e i criteri di valutazione considerati per giudicare la qualità di un asset semantico."@it ; rdfs:isDefinedBy : ; rdfs:range :EvaluationCriteria ; rdfs:domain :SemanticAssetEvaluation . ### https://w3id.org/italia/onto/ADMS/evaluationMethod :evaluationMethod rdf:type owl:ObjectProperty ; rdfs:label "evaluation method"@en , "valutazione con metodo"@it ; rdfs:comment "Link between an evaluation of an asset and the method followed to do it."@en , "Collegamento tra la valutazione di un asset e il metodo usato per farla."@it ; rdfs:isDefinedBy : ; rdfs:range :EvaluationMethod ; rdfs:domain :SemanticAssetEvaluation ; owl:inverseOf :evaluationMethodFor . ### https://w3id.org/italia/onto/ADMS/evaluationMethodFor :evaluationMethodFor rdf:type owl:ObjectProperty ; rdfs:label "evaluation method for"@en , "produce valutazione"@it ; rdfs:comment "Link between the method followed to do an evaluation and the evaluation of an asset."@en , "Collegamento tra il metodo usato per fare una valutazione e la valutazione di un asset."@it ; rdfs:isDefinedBy : ; rdfs:domain :EvaluationMethod ; rdfs:range :SemanticAssetEvaluation . ### https://w3id.org/italia/onto/ADMS/evaluationReferredTo :evaluationReferredTo rdf:type owl:ObjectProperty ; rdfs:label "evaluation referred to"@en , "valutazione riferita a"@it ; rdfs:comment "Link between the evaluation and the semantic asset."@en , "Collegamento tra la valutazione e l'asset semantico."@it ; rdfs:isDefinedBy : ; rdfs:range :SemanticAsset ; rdfs:domain :SemanticAssetEvaluation ; owl:inverseOf :hasEvaluation . ### https://w3id.org/italia/onto/ADMS/extends :extends rdf:type owl:ObjectProperty ; rdfs:label "extends"@en , "estende"@it ; rdfs:comment "Indicates that the subject vocabulary extends the expressivity of the object vocabulary by declaring subsumption relationships, using object vocabulary class as domain or range of a subject vocabulary property, defining local restrictions etc ..."@en , "Indica che l'asset semantico soggetto estende l'espressività di un asset semantico oggetto attraverso dichiarazioni di relazioni di sussunzione, usando le classi dell'altro l'asset semantico come domain o range delle proprie proprietà, definendo restrizioni locali ecc.."@it ; rdfs:isDefinedBy : ; rdfs:domain :SemanticAsset ; rdfs:range :SemanticAsset ; owl:inverseOf :isExtendedBy . ### https://w3id.org/italia/onto/ADMS/fundedBy :fundedBy rdf:type owl:ObjectProperty ; rdfs:label "funded by"@en , "è finanziato da"@it ; rdfs:comment "Link between a semantic asset and the agent who funds it."@en , "Collegamento tra un asset semantico e l'agente lo finanzia."@it ; rdfs:range ; rdfs:isDefinedBy : ; rdfs:domain :SemanticAsset ; owl:inverseOf :funds . ### https://w3id.org/italia/onto/ADMS/funds :funds rdf:type owl:ObjectProperty ; rdfs:label "funds"@en , "finanzia"@it ; rdfs:comment "Link between the agent who funds the asset and the semantic asset."@en , "Collegamento tra l'agente che finanzia l'asset e l'asset semantico."@it ; rdfs:domain ; rdfs:isDefinedBy : ; rdfs:range :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/hasContributor :hasContributor rdf:type owl:ObjectProperty ; rdfs:label "has contributor"@en , "ha collaboratore"@it ; rdfs:comment "Link between a semantic asset and the responsible for making contributions to the asset."@en , "Collegamento tra l'asset semantico e l'agente responsabile per aver dato un contributo alla risorsa."@it ; rdfs:range ; rdfs:isDefinedBy : ; rdfs:domain :SemanticAsset ; owl:inverseOf :isContributorIn . ### https://w3id.org/italia/onto/ADMS/hasEvaluation :hasEvaluation rdf:type owl:ObjectProperty ; rdfs:label "has evaluation"@en , "ha valutazione"@it ; rdfs:comment "Link between a semantic asset and his evaluation."@en , "Collegamento tra l'asset semantico e la sua valutazione."@it ; rdfs:isDefinedBy : ; rdfs:domain :SemanticAsset ; rdfs:range :SemanticAssetEvaluation . ### https://w3id.org/italia/onto/ADMS/hasFormalityLevel :hasFormalityLevel rdf:type owl:ObjectProperty ; rdfs:label "has formality level"@en , "ha livello di formalità"@it ; rdfs:comment "Link between semantic asset and its level of formality."@en , "Collegamento tra l'asset semantico e il suo livello di formalità."@it ; rdfs:isDefinedBy : ; rdfs:range :FormalityLevel ; rdfs:domain :SemanticAsset ; owl:inverseOf :isFormalityLevelOf . ### https://w3id.org/italia/onto/ADMS/hasInteroperabilityLevel :hasInteroperabilityLevel rdf:type owl:ObjectProperty ; rdfs:label "interoperability level"@en , "ha livello di interoperabilità"@it ; rdfs:comment "Link between a semantic asset and the interoperability level."@en , "Collegamento tra un asset semantico e il suo livello di interoperabilità."@it ; rdfs:isDefinedBy : ; rdfs:range :InteroperabilityLevel ; rdfs:domain :SemanticAsset ; owl:inverseOf :isInteroperabilityLevelOf . ### https://w3id.org/italia/onto/ADMS/hasKeyClass :hasKeyClass rdf:type owl:ObjectProperty ; rdfs:label "has key class"@en , "ha classe chiave"@it ; rdfs:comment "Classe rappresentativa nell'asset semantico." , "Representative classes in the semantic asset."@en ; rdfs:range owl:Thing ; rdfs:isDefinedBy : ; rdfs:domain :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/hasOntologyLanguage :hasOntologyLanguage rdf:type owl:ObjectProperty ; rdfs:label "has language"@en , "ha linguaggio"@it ; rdfs:comment "Link between the semantic asset and the language in which it is implemented."@en , "Collegamento tra l'asset semantico e il linguaggio con cui l'asset è implementato."@it ; rdfs:isDefinedBy : ; rdfs:range :OntologyLanguage ; rdfs:domain :SemanticAsset ; owl:inverseOf :isOntologyLanguageOf . ### https://w3id.org/italia/onto/ADMS/hasRootClass :hasRootClass rdf:type owl:ObjectProperty ; rdfs:label "has root class"@en , "ha classe radice"@it ; rdfs:comment """Fornisce la classe radice di un asset semantico. E' popolata automaticamente prendendo le sottoclassi dirette della classe owl:Thing. Può essere impostata manualmente considerando la classe a partire dalla quale è più agevole leggere lo schema dell'ontologia Se l'ontologia è anche definita come skos:Concept, allora questa proprietà viene considerata equivalente a skos:hasTopConcept."""@en , """This property is to provide the root class(es) of a semantic asset. This is automatically populated by taking the direct subclasses of owl:Thing. It can be set manually considering the class from which it is easier to read the ontology If the ontology is also defined as a unique skos:ConceptScheme, then this property should become equivalent of skos:hasTopConcept."""@en ; rdfs:range owl:Thing ; rdfs:isDefinedBy : ; rdfs:domain :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/hasSemanticAssetDistribution :hasSemanticAssetDistribution rdf:type owl:ObjectProperty ; rdfs:label "has distribution"@en , "ha distribuzione"@it ; rdfs:comment "Link between Senantic Asset and its distribution."@en , "Collegamento tra l'Asset Semantico e la sua distribuzione."@it ; rdfs:isDefinedBy : ; rdfs:domain :SemanticAsset ; rdfs:range :SemanticAssetDistribution ; owl:inverseOf :isSemanticAssetDistributionOf . ### https://w3id.org/italia/onto/ADMS/hasTask :hasTask rdf:type owl:ObjectProperty ; rdfs:label "has task"@en , "ha scenario di applicazione"@it ; rdfs:comment "Link between a Semantic Asset and its task."@en , "Collegamento tra un asset semantico e il suo scenario di applicazione."@it ; rdfs:isDefinedBy : ; rdfs:range :OntologyTask ; rdfs:domain :SemanticAsset ; owl:inverseOf :isSemanticTaskOF . ### https://w3id.org/italia/onto/ADMS/includes :includes rdf:type owl:ObjectProperty , owl:SymmetricProperty ; rdfs:label "includes"@en , "include"@it ; rdfs:comment "Link between two semantic assets, where the first includes either physically or logically the second."@en , "Collegamento tra due asset semantici, di cui uno include fisicamente o logicamente l'altro."@it ; rdfs:isDefinedBy : ; rdfs:range :SemanticAsset ; rdfs:domain :SemanticAsset ; owl:inverseOf :isIncluded . ### https://w3id.org/italia/onto/ADMS/incompatibleWith :incompatibleWith rdf:type owl:ObjectProperty ; rdfs:label "incompatible with"@en , "incompatibile con"@it ; rdfs:comment "This indicates that the containing ontology is a later version of the referenced ontology, but is not backward compatible with it."@en , "Indica che l'asset è una versione successiva di un'altro asset, ma che non è compatibile con quest'ultimo."@it ; rdfs:isDefinedBy : ; rdfs:range :SemanticAsset ; rdfs:domain :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/isContainedIn :isContainedIn rdf:type owl:ObjectProperty ; rdfs:label "is contained in"@en , "è contenuto in"@it ; rdfs:comment "Collegamneto tra l'assert semantico e il registro degli asset semantici che lo contiene."@it , "Link between the semantic asset and the asset repository that contains it."@it ; rdfs:isDefinedBy : ; rdfs:domain :SemanticAsset ; rdfs:range :SemanticAssetRepository . ### https://w3id.org/italia/onto/ADMS/isContributorIn :isContributorIn rdf:type owl:ObjectProperty ; rdfs:label "is contributor in"@en , "è collaboratore in"@it ; rdfs:comment "Link between the responsible for making contributions to the asset and the semantic asset."@en , "Collegamento tra l'agente responsabile per aver dato un contributo all'asset e l'asset semantico."@it ; rdfs:domain ; rdfs:isDefinedBy : ; rdfs:range :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/isExtendedBy :isExtendedBy rdf:type owl:ObjectProperty ; rdfs:label "is extended by"@en , "è esteso da"@it ; rdfs:comment "Indicates that the subject vocabulary extends the expressivity of the object vocabulary by declaring subsumption relationships, using object vocabulary class as domain or range of a subject vocabulary property, defining local restrictions etc ..."@en , "Indica che l'asset semantico soggetto estende l'espressività di un asset semantico oggetto attraverso dichiarazioni di relazioni di sussunzione, usando le classi dell'altro l'asset semantico come domain o range delle proprie proprietà, definendo restrizioni locali ecc.."@it ; rdfs:isDefinedBy : ; rdfs:domain :SemanticAsset ; rdfs:range :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/isFormalityLevelOf :isFormalityLevelOf rdf:type owl:ObjectProperty ; rdfs:label "is formality level of"@en , "è livello di formalità di"@it ; rdfs:comment "Collegamento tra il livello di formalità l'asset semantico."@it , "Link between the level of formality and a semantic asset."@it ; rdfs:isDefinedBy : ; rdfs:domain :FormalityLevel ; rdfs:range :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/isIncluded :isIncluded rdf:type owl:ObjectProperty ; rdfs:label "is included"@en , "è incluso"@it ; rdfs:comment "Link between two semantic assets, where the first is included either physically or logically in the second."@en , "Collegamento tra due asset semantici, di cui uno è incluso fisicamente o logicamente nell'altro."@it ; rdfs:isDefinedBy : ; rdfs:domain :SemanticAsset ; rdfs:range :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/isInteroperabilityLevelOf :isInteroperabilityLevelOf rdf:type owl:ObjectProperty ; rdfs:label "is interoperability level of"@en , "è livello di interoperabilità di"@it ; rdfs:comment "Link between a semantic asset and the interoperability level."@en , "Collegamento tra un asset semantico e il suo livello di interoperabilità."@it ; rdfs:isDefinedBy : ; rdfs:domain :InteroperabilityLevel ; rdfs:range :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/isOntologyEngineeringToolOf :isOntologyEngineeringToolOf rdf:type owl:ObjectProperty ; rdfs:label "is ontology engineering tool of"@en , "è strumento di ingegnerizzazione di"@it ; rdfs:comment "Information about the tool used to create the ontology."@en , "Informazioni sugli strumenti usati per creare l'ontologia."@it ; rdfs:isDefinedBy : ; rdfs:domain :OntologyEngineeringTool ; rdfs:range :SemanticAsset ; owl:inverseOf :usesOntologyEngineeringTool . ### https://w3id.org/italia/onto/ADMS/isOntologyLanguageOf :isOntologyLanguageOf rdf:type owl:ObjectProperty ; rdfs:label "is ontology language of"@en , "è linguaggio di"@it ; rdfs:comment "Link between the language in which the asset is implemented and the semantic asset."@en , "Collegamento tra il linguaggio con cui l'asset è implementato e l'asset semantico."@it ; rdfs:isDefinedBy : ; rdfs:domain :OntologyLanguage ; rdfs:range :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/isSemanticAssetDistributionOf :isSemanticAssetDistributionOf rdf:type owl:ObjectProperty ; rdfs:label "is distribution of"@en , "è distribuzione di"@it ; rdfs:comment "Link between Senantic Asset and its distribution."@en , "Collegamento tra l'Asset Semantico e la sua distribuzione."@it ; rdfs:isDefinedBy : ; rdfs:range :SemanticAsset ; rdfs:domain :SemanticAssetDistribution . ### https://w3id.org/italia/onto/ADMS/isSemanticTaskOF :isSemanticTaskOF rdf:type owl:ObjectProperty ; rdfs:label "is semantic task of"@en , "è scenario di applicazione di"@it ; rdfs:comment "Collegamento tra lo scenario di applicazione e l'asset semantico."@it , "Link between a asset task and a semantic asset."@it ; rdfs:isDefinedBy : ; rdfs:domain :OntologyTask ; rdfs:range :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/last :last rdf:type owl:ObjectProperty ; rdfs:label "last"@en , "ha ultima versione"@it ; rdfs:comment "A link to the current or latest version of the Semantic Asset." , "Collegamento alla corrente o ultima versione di un asset semantico."@it ; rdfs:isDefinedBy : ; rdfs:range :SemanticAsset ; rdfs:domain :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/next :next rdf:type owl:ObjectProperty ; rdfs:label "next"@en , "ha versione successiva"@it ; rdfs:comment "A link to the next version of the Semantic Asset." , "Collegamento alla versione successiva dell'asset semantico."@it ; rdfs:isDefinedBy : ; rdfs:range :SemanticAsset ; rdfs:domain :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/prev :prev rdf:type owl:ObjectProperty ; rdfs:label "has prior version"@en , "ha versione precedente"@it ; rdfs:comment "A link to the previous version of the Semantic Asset." , "Collegamento alla versione precedente dell'Asset Semantico."@it ; rdfs:isDefinedBy : ; rdfs:range :SemanticAsset ; rdfs:domain :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/related :related rdf:type owl:ObjectProperty , owl:SymmetricProperty ; rdfs:label "related"@en , "collegato"@it ; rdfs:comment "Link between two semantic terms."@en , "Collegamento tra due termini semantici."@it ; rdfs:isDefinedBy : ; rdfs:domain :SemanticTerm ; rdfs:range :SemanticTerm . ### https://w3id.org/italia/onto/ADMS/semanticAssetInUse :semanticAssetInUse rdf:type owl:ObjectProperty ; rdfs:label "semantic asset in use"@en , "asset usato in"@it ; rdfs:comment "Link between semantic asset and the project that uses it."@en , "Collegamento tra l'asset semantico e il progetto che lo usa."@it ; rdfs:isDefinedBy : ; rdfs:range :Project ; rdfs:domain :SemanticAsset ; owl:inverseOf :usesSemanticAsset . ### https://w3id.org/italia/onto/ADMS/supportedSchema :supportedSchema rdf:type owl:ObjectProperty ; rdfs:label "supported schema"@en , "ha come schema supportato"@it ; rdfs:comment "Link between the Semantic Asset Repository and ontology used to implement it, e.g. ADMS."@en , "Collegamento tra il registro degli asset semantici e le ontologie usate per svilupparlo, per esempio ADMS."@it ; rdfs:isDefinedBy : ; rdfs:range :SemanticAsset ; rdfs:domain :SemanticAssetRepository ; owl:inverseOf :supports . ### https://w3id.org/italia/onto/ADMS/supports :supports rdf:type owl:ObjectProperty ; rdfs:label "supports"@en , "supporta"@it ; rdfs:comment "Link between the ontology used to implement the repository (e.g. ADMS) and the Semantic Asset Repository."@en , "Collegamento tra le ontologie usate per sviluppare il registro (per esempio ADMS) e il registro degli asset semantici."@it ; rdfs:isDefinedBy : ; rdfs:domain :SemanticAsset ; rdfs:range :SemanticAssetRepository . ### https://w3id.org/italia/onto/ADMS/toDoList :toDoList rdf:type owl:ObjectProperty ; rdfs:label "to-do list"@en , "da fare"@it ; rdfs:comment "Describes future tasks planned by a resource curator. This property is primarily intended to be used for semantic assets or datasets, but the domain is left open, it can be used for any resource. Use iCalendar Vtodo class and its properties to further describe the task calendar, priorities etc."@en , "Descrive future attività sulla risorsa pianificate dal suo curatore. Si intende che questa proprietà possa essere usata soprattutto per i semantic assets o per i semantic term, ma se il suo dominio viene lasciato aperto, può essere usato per ogni risorsa. Si usi la classe iCalendar Vtodo e le sue proprietà per descrivere ulteriormente le priorità etc. "@it ; rdfs:domain owl:Thing ; rdfs:isDefinedBy : ; rdfs:range :Vtodo . ### https://w3id.org/italia/onto/ADMS/type :type rdf:type owl:ObjectProperty ; rdfs:label "type"@en , "tipo"@it ; rdfs:comment "The nature or genre of the resource."@en , "La natura o il genere della risorsa."@it ; rdfs:isDefinedBy : ; rdfs:range :OntologyType ; rdfs:domain :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/usesOntologyEngineeringTool :usesOntologyEngineeringTool rdf:type owl:ObjectProperty ; rdfs:label "uses ontology engineering tool"@en , "usa come strumento di ingegnerizzazione"@it ; rdfs:comment "Information about the tool used to create the ontology."@en , "Informazioni sugli strumenti usati per creare l'ontologia."@it ; rdfs:isDefinedBy : ; rdfs:range :OntologyEngineeringTool ; rdfs:domain :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/usesSemanticAsset :usesSemanticAsset rdf:type owl:ObjectProperty ; rdfs:label "uses asset"@en , "usa asset"@it ; rdfs:comment "Link between a project and the semantic asset used in it."@en , "Collegamento tra un progetto e l'asset semantico che usa."@it ; rdfs:isDefinedBy : ; rdfs:domain :Project ; rdfs:range :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/wasGeneratedBy :wasGeneratedBy rdf:type owl:ObjectProperty ; rdfs:label "was generated by"@en , "è stato generato da"@it ; rdfs:comment "Generation is the completion of production of a new entity by an activity. This entity did not exist before generation and becomes available for usage after this generation."@en , "La generazione è il completamento della produzione di una nuova entità attraverso un'attività. Questa entità non esisteva prima della generazione e diventa disponibile all'uso dopo questa generazione."@it ; rdfs:range ; rdfs:isDefinedBy : ; rdfs:domain :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/wasinvalidatedBy :wasinvalidatedBy rdf:type owl:ObjectProperty ; rdfs:label "was invalidated by"@en , "è stato invalidato da"@it ; rdfs:comment "Invalidation is the start of the destruction, cessation, or expiry of an existing entity by an activity. The entity is no longer available for use (or further invalidation) after invalidation. Any generation or usage of an entity precedes its invalidation."@en , "L'invalidazione è l'inizio della distruzione, cessazione o la scadenza di un entità esistente attraverso un'attività. l'entità non è più accessibile all'uso."@it ; rdfs:range ; rdfs:isDefinedBy : ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( :SemanticAsset :SemanticTerm ) ] . ################################################################# # # Data properties # ################################################################# ### https://w3id.org/italia/onto/ADMS/acronym :acronym rdf:type owl:DatatypeProperty ; rdfs:label "acronym"@en , "acronimo"@it ; rdfs:comment "A short name by which a semantic asset is formally known."@en , "Nome breve con cui un asset è formalmente conosciuto."@it ; rdfs:range xsd:string ; rdfs:isDefinedBy : ; rdfs:domain :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/altLabel :altLabel rdf:type owl:DatatypeProperty ; rdfs:label "alternative label"@en , "etichetta alternativa"@it ; rdfs:comment "Alternative name by which an entity is known."@en , "Nome alternativo con cui un'entità può essere conosciuta."@it ; rdfs:range xsd:string ; rdfs:isDefinedBy : ; rdfs:domain :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/competencyQuestion :competencyQuestion rdf:type owl:DatatypeProperty ; rdfs:label "competency question"@en ; rdfs:comment "A set of questions made to build A semantic asset at the design time."@en , "Lista di domande fatte per costruire l'asset semantico al momento della sua progettazione."@it ; rdfs:range xsd:string ; rdfs:isDefinedBy : ; rdfs:domain :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/deprecated :deprecated rdf:type owl:DatatypeProperty ; rdfs:label "deprecated"@en , "sconsigliato"@it ; rdfs:comment """Discouragement of use of some terminology, feature, design, or practice (typically because it has been superseded or is no longer considered efficient), but without completely removing it or prohibiting its use. An annotation with the owl:deprecated annotation property and the value equal to \"true\"^^xsd:boolean can be used to specify that an IRI is deprecated. """@en , "Cosa in passato documentata e considerata ufficiale il cui uso è attualmente sconsigliato a favore di una versione più recente."@it ; rdfs:range xsd:boolean ; rdfs:isDefinedBy : ; rdfs:domain :Concept . ### https://w3id.org/italia/onto/ADMS/example :example rdf:type owl:DatatypeProperty ; rdfs:label "example"@en , "esempio"@it ; rdfs:comment "Example concerning the use of a semantaic term."@en , "Esempio d'uso di un termine semantico."@it ; rdfs:range rdf:PlainLiteral ; rdfs:isDefinedBy : ; rdfs:domain :SemanticTerm . ### https://w3id.org/italia/onto/ADMS/externalAlignment :externalAlignment rdf:type owl:DatatypeProperty ; rdfs:label "external aligment"@en , "allineamento esterno"@it ; rdfs:comment "Property used to indicate the file with the external alignmnets of the semantic asset, if present"@en , "Proprietà che indica il file di allineamento esterno ad altre ontologie, se presente."@it ; rdfs:isDefinedBy ; rdfs:range xsd:anyURI ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( :Concept :SemanticAsset ) ] . ### https://w3id.org/italia/onto/ADMS/hiddenLabel :hiddenLabel rdf:type owl:DatatypeProperty ; rdfs:label "hidden label"@en , "etichetta nascosta"@it ; rdfs:comment "The hidden labels are useful when a user is interacting with a knowledge organization system via a text-based search function. The user may, for example, enter mis-spelled words when trying to find a relevant concept. If the mis-spelled query can be matched against a hidden label, the user will be able to find the relevant concept, but the hidden label won't otherwise be visible to the user (so further mistakes aren't encouraged)."@en , "Utile quando un utente inteagisce con un sistema di organizzazione della conoscenza attraverso una ricerca text-based. L'utente potrebbe per esempio, digitare una parola con errori di ortografia, ma se il sistema troca un match con un'etichetta nascosta, l'utente sarà comunque in grado di trocare il concetto rilevante, mentre l'etichetta non sarà visibile all'utente (in modo da non incoraggiare il perseverare dell'errore)."@it ; rdfs:range xsd:string ; rdfs:domain owl:Thing ; rdfs:isDefinedBy : . ### https://w3id.org/italia/onto/ADMS/notes :notes rdf:type owl:DatatypeProperty ; rdfs:label "notes"@en , "note"@it ; rdfs:comment "Additional information about the asset that is not included somewhere else (e.g. information that you do not want to include in the documentation)."@en , "Informazioni aggiuntive sull'asset che non sono incluse da altre parti (per esempio, informazioni che non si vuole includere nella documentazione)."@it ; rdfs:range rdfs:Literal ; rdfs:isDefinedBy : ; rdfs:domain :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/numberOfAxioms :numberOfAxioms rdf:type owl:DatatypeProperty ; rdfs:label "number of axioms"@en , "numero di assiomi"@it ; rdfs:comment "Number of axioms in the asset."@en , "Numero di assiomi nell'asset."@it ; rdfs:range xsd:nonNegativeInteger ; rdfs:isDefinedBy : ; rdfs:domain :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/numberOfClasses :numberOfClasses rdf:type owl:DatatypeProperty ; rdfs:label "number of classes"@en , "numero di classi"@it ; rdfs:comment "Number of classes in the asset. Classes imported from other namespaces are not taken into account."@en , "Numero di classi nell'asset. Le classi importate da altri namespace non sono prese in considerazione."@it ; rdfs:range xsd:nonNegativeInteger ; rdfs:isDefinedBy : ; rdfs:domain :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/numberOfDataProperties :numberOfDataProperties rdf:type owl:DatatypeProperty ; rdfs:label "number of data properties"@en , "numero di data properties"@it ; rdfs:comment "The total number of data properties in a semantic asset."@en ; rdfs:isDefinedBy : ; rdfs:subPropertyOf :numberOfProperties . ### https://w3id.org/italia/onto/ADMS/numberOfDatasets :numberOfDatasets rdf:type owl:DatatypeProperty ; rdfs:label "number of datasets"@en , "numero di dataset"@it ; rdfs:comment "Number of datasets using the resource."@en , "Numero di dataset che usano la risorsa."@it ; rdfs:range xsd:integer ; rdfs:isDefinedBy : . ### https://w3id.org/italia/onto/ADMS/numberOfIndividuals :numberOfIndividuals rdf:type owl:DatatypeProperty ; rdfs:label "number of individuals"@en , "numero di individui"@it ; rdfs:comment "Number of individuals in the asset."@en , "Numero di individui nell'asset."@it ; rdfs:range xsd:nonNegativeInteger ; rdfs:isDefinedBy : ; rdfs:domain :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/numberOfLabels :numberOfLabels rdf:type owl:DatatypeProperty ; rdfs:label "number of labels"@en , "numero di etichette"@it ; rdfs:comment "Number of defined labels for any resources in the ontology (classes, properties, etc)."@en , "Numero di etichette definire per ogni risorsa nell'asset (classi, proprietà, ecc)."@it ; rdfs:range xsd:nonNegativeInteger ; rdfs:isDefinedBy : ; rdfs:domain :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/numberOfObjectProperties :numberOfObjectProperties rdf:type owl:DatatypeProperty ; rdfs:label "number of object properties"@en , "numero di object properties"@it ; rdfs:comment "The total number of object properties in a semantic asset."@en ; rdfs:isDefinedBy : ; rdfs:subPropertyOf :numberOfProperties . ### https://w3id.org/italia/onto/ADMS/numberOfProperties :numberOfProperties rdf:type owl:DatatypeProperty ; rdfs:label "number of properties"@en , "numero di proprietà"@it ; rdfs:comment "Number of properties in the asset. Properties imported from other namespaces are not taken into account."@en , "Numero di propietà nell'asset. Le proprietòà importate da altri namespaces non sono prese in considerazione."@it ; rdfs:range xsd:nonNegativeInteger ; rdfs:isDefinedBy : ; rdfs:domain :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/officialUrl :officialUrl rdf:type owl:DatatypeProperty ; rdfs:label "official URL"@en , "url ufficiale"@it ; rdfs:comment "Official URI of the semantic asset"@en , "URI ufficiale dell'asset semantico. Esempio https://w3id.org/italia/onto/ADMS/"@it ; rdfs:range xsd:anyURI ; rdfs:isDefinedBy : ; rdfs:domain :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/prefix :prefix rdf:type owl:DatatypeProperty ; rdfs:label "prefix"@en , "prefisso"@it ; rdfs:comment "The preferred prefix of the semantic asset"@en , "Il prefisso dell'asset semantico, tipicamente di un'ontologia"@it ; rdfs:range xsd:string ; rdfs:isDefinedBy : ; rdfs:domain :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/reusedByDatasets :reusedByDatasets rdf:type owl:DatatypeProperty ; rdfs:label "reused by datasets"@en , "riusato dal dataset"@it ; rdfs:comment "Link to the semantic asset using the resource."@en , "Collegamento all'asset semantico che riutilizza la risorsa."@it ; rdfs:range xsd:anyURI ; rdfs:isDefinedBy : ; rdfs:domain :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/sampleQuery :sampleQuery rdf:type owl:DatatypeProperty ; rdfs:label "sample query"@en , "campione di query"@it ; rdfs:comment "A set of queries (may be SPARQL, DL Queries) that are provided along with a semantic asset."@en , "Insieme di query di esempio fornite con l'asset semantico"@en ; rdfs:range rdfs:Literal ; rdfs:isDefinedBy : ; rdfs:domain :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/source :source rdf:type owl:DatatypeProperty ; rdfs:label "source"@en , "fonte"@it ; rdfs:comment "A related resource from which the described resource is derived."@en , "Risorsa collegata da cui la risorsa descritta è derivata."@it ; rdfs:range xsd:string ; rdfs:isDefinedBy : ; rdfs:domain :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/status :status rdf:type owl:DatatypeProperty ; rdfs:label "status"@en , "stato"@it ; rdfs:comment "Publication status of a resource."@en , "Stato della pubblicazione di una risorsa."@it ; rdfs:isDefinedBy : ; rdfs:domain :SemanticAsset ; rdfs:range [ rdf:type rdfs:Datatype ; owl:oneOf [ rdf:type rdf:List ; rdf:first "archived" ; rdf:rest [ rdf:type rdf:List ; rdf:first "catalogued" ; rdf:rest [ rdf:type rdf:List ; rdf:first "closed access" ; rdf:rest [ rdf:type rdf:List ; rdf:first "draft" ; rdf:rest [ rdf:type rdf:List ; rdf:first "final draft" ; rdf:rest [ rdf:type rdf:List ; rdf:first "initial draft" ; rdf:rest [ rdf:type rdf:List ; rdf:first "intermediate draft" ; rdf:rest [ rdf:type rdf:List ; rdf:first "published" ; rdf:rest [ rdf:type rdf:List ; rdf:first "submitted" ; rdf:rest rdf:nil ] ] ] ] ] ] ] ] ] ] . ### https://w3id.org/italia/onto/ADMS/submittedDate :submittedDate rdf:type owl:DatatypeProperty ; rdfs:label "submitted"@en , "consegnato"@it ; rdfs:comment "Date of submission of the resource."@en , "Data di consegna di una risorsa."@it ; rdfs:range xsd:date ; rdfs:isDefinedBy : ; rdfs:domain :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/target :target rdf:type owl:DatatypeProperty ; rdfs:label "target"@en , "target"@it ; rdfs:comment "A particular group of people that something is directed at, or that something is intended for."@en , "Destinatari a cui la risorsa è principalmente rivolta."@it ; rdfs:range xsd:string ; rdfs:isDefinedBy : ; rdfs:domain :SemanticAsset . ### https://w3id.org/italia/onto/ADMS/versionNotes :versionNotes rdf:type owl:DatatypeProperty ; rdfs:label "version notes"@en , "nota sulla versione"@it ; rdfs:comment "A description of changes between this version and the previous version of the semantic assets."@en , "Descrizione dei cambiamenti tra questa versione e la precedente versione dell'asset semantico."@it ; rdfs:isDefinedBy ; rdfs:range rdfs:Literal ; rdfs:isDefinedBy : ; rdfs:domain :SemanticAsset . ################################################################# # # Classes # ################################################################# ### http://dati.gov.it/onto/dcatapit#Agent rdf:type owl:Class . ### http://dati.gov.it/onto/dcatapit#Dataset rdf:type owl:Class ; rdfs:isDefinedBy . ### http://dati.gov.it/onto/dcatapit#Distribution rdf:type owl:Class ; rdfs:isDefinedBy . ### http://dati.gov.it/onto/dcatapit#Organization rdf:type owl:Class . ### https://w3id.org/italia/onto/l0/Activity rdf:type owl:Class ; rdfs:subClassOf ; rdfs:isDefinedBy . ### https://w3id.org/italia/onto/l0/Agent rdf:type owl:Class ; rdfs:subClassOf ; rdfs:isDefinedBy . ### https://w3id.org/italia/onto/l0/Entity rdf:type owl:Class ; rdfs:isDefinedBy . ### 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://dati.gov.it/onto/dcatapit#Catalog rdf:type owl:Class ; rdfs:isDefinedBy . ### https://w3id.org/italia/onto/ADMS/Concept :Concept rdf:type owl:Class ; rdfs:label "Concept"@en , "Concetto"@it ; rdfs:subClassOf ; prov:wasInfluencedBy "http://www.w3.org/2004/02/skos/core#Concept" ; rdfs:comment """An idea or a notion; a unit of thought useful when describing the conceptual or intellectual structure of a knowledge organization system (KOS). N.B. Since a unit of thoughr is subjective, this definition is meant to be suggestive, rather than restrictive."""@en , """Un'dea o una nozione; più in generale un'unità di pensiero utile nel descrivere la struttura concettuale o intellettuale di un sistema di organizzazione della conoscenza (KOS). N.B. essendo un'unità di pensiero un concetto soggettivo, questa definizione è intesa come indicativa piuttosto che restrittiva."""@it ; rdfs:isDefinedBy : . ### https://w3id.org/italia/onto/ADMS/EvaluationCriteria :EvaluationCriteria rdf:type owl:Class ; rdfs:label "Evaluation Criteria"@en , "Criteri di valutazione"@it ; rdfs:comment "Various aspects used in validating the quality of a semantic asset."@en , "Parametri usati nella valutazione della qualità di un asset semantico."@it ; rdfs:isDefinedBy : . ### https://w3id.org/italia/onto/ADMS/EvaluationMethod :EvaluationMethod rdf:type owl:Class ; rdfs:label "Evaluation Method"@en , "Metodo di valutazione"@it ; prov:wasInfluencedBy "http://www.isibang.ac.in/ns/mod#EvaluationMethod" ; rdfs:comment "A methodology that is being followed in evaluating a semantic asset, e.g., application based approach, assessment by human, data driven approach and golden standard."@en , "La metodologia seguita nella valutazione di un asset semantico, es approccio basato sull'applicazione, valutazione fatta dall'uomo, ecc..."@it ; rdfs:isDefinedBy : . ### https://w3id.org/italia/onto/ADMS/FormalityLevel :FormalityLevel rdf:type owl:Class ; rdfs:label "Formality Level"@en , "Livello di formalità"@it ; prov:wasInfluencedBy "http://omv.ontoware.org/2005/05/ontology#FormalityLevel" ; rdfs:comment "The level of formality of a semantic asset."@en , "Il livello di formalità di un asset semantico."@it ; rdfs:isDefinedBy : . ### https://w3id.org/italia/onto/ADMS/InteroperabilityLevel :InteroperabilityLevel rdf:type owl:Class ; rdfs:label "Interoperability Level"@en , "Livello di interoperabilità"@it ; rdfs:comment "The ability of different information technology systems and software applications to communicate, exchange data, and use the information that has been exchanged, from the foundational , structural or semantic point of view."@en , "La capacità di diversi sistemi teconologici informatici e di applicazioni software di comunicare, scambiare dati, e usare le informazioni che sono state scambiate, da un punto di vidta fondativo, strutturale o semantico."@it ; rdfs:isDefinedBy : . ### https://w3id.org/italia/onto/ADMS/OntologyEngineeringTool :OntologyEngineeringTool rdf:type owl:Class ; rdfs:label "Semantic Asset Engineering Tool"@en , "Strumento di ingegnerizzazione"@it ; rdfs:comment "A tool used to create the semantic asset."@en ; prov:wasInfluencedBy "http://omv.ontoware.org/2005/05/ontology#OntologyEngineeringTool" ; rdfs:comment "Lo strumento usato per creare l'asset semantico."@it ; rdfs:isDefinedBy : . ### https://w3id.org/italia/onto/ADMS/OntologyLanguage :OntologyLanguage rdf:type owl:Class ; rdfs:label "Ontology Language"@en , "Linguaggio dell'asset semantico"@it ; rdfs:comment "Information about the language in which the semantic asset is implemented."@en , "Informazioni sul linguaggio con cui l'asset semantico è implementato."@it ; prov:wasInfluencedBy "http://omv.ontoware.org/2005/05/ontology#OntologyLanguage" ; rdfs:isDefinedBy : . ### https://w3id.org/italia/onto/ADMS/OntologyTask :OntologyTask rdf:type owl:Class ; rdfs:label "Asset Task"@en , "Scenario di applicazione"@it ; rdfs:comment "Information about the task the asset was intended to be used for."@en , "Informazioni sul compito che l'asset svolge."@it ; rdfs:isDefinedBy : . ### https://w3id.org/italia/onto/ADMS/OntologyType :OntologyType rdf:type owl:Class ; rdfs:label "Semantic Assset Type"@en , "Tipo di asset semantico"@it ; rdfs:comment "Types of semantic asset, according to well-known classifications in the Ontology Engineering literature."@en , "Tipi di asset semantici, secondo la classificazione nota nella letteratura riguardo l'ingegnerizzazione delle ontologie."@it ; prov:wasInfluencedBy "http://omv.ontoware.org/2005/05/ontology#OntologyType" ; rdfs:isDefinedBy : . ### https://w3id.org/italia/onto/ADMS/Project :Project rdf:type owl:Class ; rdfs:label "Project"@en , "Progetto"@it ; prov:wasInfluencedBy "http://xmlns.com/foaf/0.1/Project" ; rdfs:comment "A project (a collective endeavour of some kind)."@en , "Un progetto (uno sforzo collettivo di qualche tipo)."@it ; rdfs:isDefinedBy : . ### https://w3id.org/italia/onto/ADMS/Representation :Representation rdf:type owl:Class ; rdfs:label "Representation"@en , "Rappresentazione"@it ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :depicts ; owl:someValuesFrom :SemanticAsset ] ; rdfs:comment "A representation of a semantic asset (e.g. a UML diagram)."@en ; prov:wasInfluencedBy "http://xmlns.com/foaf/0.1/Image"@en ; rdfs:comment "Una rappresentazione di un asset semantico (ad esempio un diagramma UML)."@it ; rdfs:isDefinedBy : . ### https://w3id.org/italia/onto/ADMS/SemanticAsset :SemanticAsset rdf:type owl:Class ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty ; owl:allValuesFrom ] , [ rdf:type owl:Restriction ; owl:onProperty :type ; owl:allValuesFrom :OntologyType ] , [ rdf:type owl:Restriction ; owl:onProperty :hasFormalityLevel ; owl:allValuesFrom :FormalityLevel ] , [ rdf:type owl:Restriction ; owl:onProperty :defines ; owl:allValuesFrom :SemanticTerm ] , [ rdf:type owl:Restriction ; owl:onProperty :hasSemanticAssetDistribution ; owl:someValuesFrom :SemanticAssetDistribution ] , [ rdf:type owl:Restriction ; owl:onProperty :hasKeyClass ; owl:someValuesFrom owl:Thing ] , [ rdf:type owl:Restriction ; owl:onProperty :hasTask ; owl:allValuesFrom :OntologyTask ] , [ rdf:type owl:Restriction ; owl:onProperty :prefix ; owl:someValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :hasInteroperabilityLevel ; owl:allValuesFrom :InteroperabilityLevel ] , [ rdf:type owl:Restriction ; owl:onProperty :acronym ; owl:someValuesFrom xsd:string ] , [ rdf:type owl:Restriction ; owl:onProperty :submittedDate ; owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onDataRange xsd:date ] , [ rdf:type owl:Restriction ; owl:onProperty :status ; owl:someValuesFrom [ rdf:type rdfs:Datatype ; owl:oneOf [ rdf:type rdf:List ; rdf:first "archived" ; rdf:rest [ rdf:type rdf:List ; rdf:first "catalogued" ; rdf:rest [ rdf:type rdf:List ; rdf:first "closed access" ; rdf:rest [ rdf:type rdf:List ; rdf:first "draft" ; rdf:rest [ rdf:type rdf:List ; rdf:first "final draft" ; rdf:rest [ rdf:type rdf:List ; rdf:first "initial draft" ; rdf:rest [ rdf:type rdf:List ; rdf:first "intermediate draft" ; rdf:rest [ rdf:type rdf:List ; rdf:first "published" ; rdf:rest [ rdf:type rdf:List ; rdf:first "submitted" ; rdf:rest rdf:nil ] ] ] ] ] ] ] ] ] ] ] , [ rdf:type owl:Restriction ; owl:onProperty :officialUrl ; owl:allValuesFrom xsd:anyURI ] , [ rdf:type owl:Restriction ; owl:onProperty :bibliographicCitation ; owl:allValuesFrom :Work ] , [ rdf:type owl:Restriction ; owl:onProperty :isContainedIn ; owl:allValuesFrom :SemanticAssetRepository ] , [ rdf:type owl:Restriction ; owl:onProperty :hasOntologyLanguage ; owl:allValuesFrom :OntologyLanguage ] . ### https://w3id.org/italia/onto/ADMS/SemanticAssetDistribution :SemanticAssetDistribution rdf:type owl:Class ; rdfs:subClassOf . ### https://w3id.org/italia/onto/ADMS/SemanticAssetEvaluation :SemanticAssetEvaluation rdf:type owl:Class ; rdfs:label "Semantic Asset Evaluation"@en , "Valutazione dell'asset semantico"@it ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty :evaluationBasedOnCriteria ; owl:allValuesFrom :EvaluationCriteria ] , [ rdf:type owl:Restriction ; owl:onProperty :evaluationMethod ; owl:allValuesFrom :EvaluationMethod ] , [ rdf:type owl:Restriction ; owl:onProperty :evaluationReferredTo ; owl:someValuesFrom :SemanticAsset ] , [ rdf:type owl:Restriction ; owl:onProperty :evaluatedBy ; owl:allValuesFrom ] ; rdfs:comment """The results of evaluating a semantic asset. N.B. A semantic asset can have more than one evaluations."""@en ; prov:wasInfluencedBy "http://www.isibang.ac.in/ns/mod#OntologyEvaluation" ; rdfs:comment """Il risultato della valutazione di un asset semantico. N.B. Un asset semantico può avere più di una valutazione."""@it ; rdfs:isDefinedBy : . ### https://w3id.org/italia/onto/ADMS/SemanticAssetRepository :SemanticAssetRepository rdf:type owl:Class ; rdfs:subClassOf , [ rdf:type owl:Restriction ; owl:onProperty :officialUrl ; owl:someValuesFrom xsd:anyURI ] , [ rdf:type owl:Restriction ; owl:onProperty :contains ; owl:someValuesFrom :SemanticAsset ] , [ rdf:type owl:Restriction ; owl:onProperty :supportedSchema ; owl:someValuesFrom :SemanticAsset ] . ### https://w3id.org/italia/onto/ADMS/SemanticTerm :SemanticTerm rdf:type owl:Class ; rdfs:subClassOf :Concept , [ rdf:type owl:Restriction ; owl:onProperty :related ; owl:allValuesFrom :SemanticTerm ] , [ rdf:type owl:Restriction ; owl:onProperty :definedIn ; owl:allValuesFrom :SemanticAsset ] . ### https://w3id.org/italia/onto/ADMS/Vtodo :Vtodo rdf:type owl:Class ; rdfs:label "To do list"@en , "Lista cose da fare"@it ; prov:wasInfluencedBy "http://www.w3.org/2002/12/cal/ical#Vtodo" ; rdfs:isDefinedBy : . ### https://w3id.org/italia/onto/ADMS/Work :Work rdf:type owl:Class ; rdfs:label "Work"@en , "Lavoro"@it ; rdfs:isDefinedBy : . ### https://w3id.org/italia/onto/SM/Image rdf:type owl:Class . ################################################################# # # Individuals # ################################################################# ### https://w3id.org/italia/data/resource/organization/public-organization/STLab rdf:type owl:NamedIndividual , , foaf:Agent ; foaf: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 ; dct:identifier "cnr - Z6HZEH" . ### https://w3id.org/italia/data/resource/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/resource/Distribution/ADMSAPIT-JSON-LD rdf:type owl:NamedIndividual , :SemanticAssetDistribution ; dct:title "JSON-LD distribution of ADMS-AP_IT Ontology"@en ; dct:description "This is the distribution in JSON-LD of the ontology used for specifying the metadata of the ontologies"@en ; dct:title "Distribuzione JSON-LD ontologia ADMS-AP_IT"@it ; dct:description "Questa è la distribuzione JSON-LD dell'ontologia della metadatazione delle ontologie"@it ; dct:format ; dct:license ; dcat:accessURL ; dcat:downloadURL . ### https://w3id.org/italia/data/resource/Distribution/ADMSAPIT-RDF-TURTLE rdf:type owl:NamedIndividual , :SemanticAssetDistribution ; dct:title "RDF/Turtle distribution of ADMS-AP_IT Ontology"@en ; dct:description "This is the distribution in RDF/turtle of the ontology used for specifying the metadata of the ontologies"@en ; dct:title "Distribuzione RDF/Turtle ontologia ADMS-AP_IT"@it ; dct:description "Questa è la distribuzione RDF/Turtle dell'ontologia della metadatazione delle ontologie"@it ; dct:format ; dct:license ; dcat:accessURL ; dcat:downloadURL . ### hhttps://w3id.org/italia/data/resource/Distribution/ADMSAPIT-RDF-XML rdf:type owl:NamedIndividual , :SemanticAssetDistribution ; dct:title "RDF/XML distribution of ADMS-AP_IT Ontology"@en ; dct:description "This is the distribution in RDF/XML of the ontology used for specifying the metadata of the ontologies"@en ; dct:title "Distribuzione RDF/XML ontologia ADMS-AP_IT"@it ; dct:description "Questa è la distribuzione RDF/XML dell'ontologia della metadatazione delle ontologie"@it ; dct:format ; dct:license ; dcat:accessURL ; dcat:downloadURL . ### https://w3id.org/italia/data/resource/project/DAF rdf:type owl:NamedIndividual , :Project ; l0:name "Data & Analytics Framework"@it . ### https://w3id.org/italia/data/resource/project/OntoPiA rdf:type owl:NamedIndividual , :Project ; l0:name "OntoPiA - la rete di ontologie della pubblica amministrazione italiana"@it . ### http://purl.org/adms/interoperabilitylevel/Legal rdf:type owl:NamedIndividual , :InteroperabilityLevel . ### http://purl.org/adms/interoperabilitylevel/Organisational rdf:type owl:NamedIndividual , :InteroperabilityLevel . ### http://purl.org/adms/interoperabilitylevel/Semantic rdf:type owl:NamedIndividual , :InteroperabilityLevel . ### http://purl.org/adms/interoperabilitylevel/Technical rdf:type owl:NamedIndividual , :InteroperabilityLevel . ### http://spcdata.digitpa.gov.it/UfficioProtocolloAOO/un_lsrm-D-010 rdf:type , owl:NamedIndividual , foaf:Agent ; foaf:name "Sapienza Università di Roma - Dipartimento Scienze Documentarie, Linguistico-Filologiche e Geografiche (Chiara Veninata e Margherita Porena)" ; dct:identifier "80209930587" . ### http://spcdata.digitpa.gov.it/browse/page/Amministrazione/agid rdf:type , owl:NamedIndividual , foaf:Agent ; foaf:name "Italian Digital Agency"@en ; dct:identifier "agid" ; foaf:name "Agenzia per l'Italia Digitale"@it . ### https://w3id.org/italia/onto/ADMS rdf:type owl:NamedIndividual ; :target "Pubbliche Amministrazioni" ; :acronym "ADMS-AP_IT" ; :status "draft" ; :prefix "admsapit" ; :hasContributor ; :hasSemanticAssetDistribution , , ; :semanticAssetInUse , ; :hasTask :AnnotationTask ; :hasFormalityLevel :Formal ; :type :GeneralOntology ; :hasOntologyLanguage :OWL ; :hasTask :QueryFormulationTask ; :hasKeyClass :SemanticAsset , :SemanticAssetDistribution , :SemanticAssetRepository , :SemanticTerm ; :last . ### https://w3id.org/italia/onto/ADMS/Accessibility :Accessibility rdf:type owl:NamedIndividual , :EvaluationCriteria . ### https://w3id.org/italia/onto/ADMS/Accuracy :Accuracy rdf:type owl:NamedIndividual , :EvaluationCriteria . ### https://w3id.org/italia/onto/ADMS/Adaptability :Adaptability rdf:type owl:NamedIndividual , :EvaluationCriteria . ### https://w3id.org/italia/onto/ADMS/AltovaSemanticWorks :AltovaSemanticWorks rdf:type owl:NamedIndividual , :OntologyEngineeringTool . ### https://w3id.org/italia/onto/ADMS/AnnotationTask :AnnotationTask rdf:type owl:NamedIndividual , :OntologyTask . ### https://w3id.org/italia/onto/ADMS/AnzoForExcel :AnzoForExcel rdf:type owl:NamedIndividual , :OntologyEngineeringTool . ### https://w3id.org/italia/onto/ADMS/ApplicationBasedApproach :ApplicationBasedApproach rdf:type owl:NamedIndividual , :EvaluationMethod . ### https://w3id.org/italia/onto/ADMS/ApplicationOntology :ApplicationOntology rdf:type owl:NamedIndividual , :OntologyType ; rdfs:comment "Ontology describing some domain in an application-dependent manner."@en . ### https://w3id.org/italia/onto/ADMS/Clarity :Clarity rdf:type owl:NamedIndividual , :EvaluationCriteria . ### https://w3id.org/italia/onto/ADMS/Completeness :Completeness rdf:type owl:NamedIndividual , :EvaluationCriteria . ### https://w3id.org/italia/onto/ADMS/ComputationalEfficiency :ComputationalEfficiency rdf:type owl:NamedIndividual , :EvaluationCriteria . ### https://w3id.org/italia/onto/ADMS/Conciseness :Conciseness rdf:type owl:NamedIndividual , :EvaluationCriteria . ### https://w3id.org/italia/onto/ADMS/ConfigurationTask :ConfigurationTask rdf:type owl:NamedIndividual , :OntologyTask . ### https://w3id.org/italia/onto/ADMS/CoreOntology :CoreOntology rdf:type owl:NamedIndividual , :OntologyType ; rdfs:comment "Ontology describing the most important concepts in a specific domain."@en . ### https://w3id.org/italia/onto/ADMS/DAML-OIL :DAML-OIL rdf:type owl:NamedIndividual , :OntologyLanguage . ### https://w3id.org/italia/onto/ADMS/DataDrivenApproach :DataDrivenApproach rdf:type owl:NamedIndividual , :EvaluationMethod . ### https://w3id.org/italia/onto/ADMS/DomainOntology :DomainOntology rdf:type owl:NamedIndividual , :OntologyType ; rdfs:comment "Ontology describing some domain of the world."@en . ### https://w3id.org/italia/onto/ADMS/EvaluationByHuman :EvaluationByHuman rdf:type owl:NamedIndividual , :EvaluationMethod . ### https://w3id.org/italia/onto/ADMS/FilteringTask :FilteringTask rdf:type owl:NamedIndividual , :OntologyTask . ### https://w3id.org/italia/onto/ADMS/Formal :Formal rdf:type owl:NamedIndividual , :FormalityLevel . ### https://w3id.org/italia/onto/ADMS/GeneralOntology :GeneralOntology rdf:type owl:NamedIndividual , :OntologyType . ### https://w3id.org/italia/onto/ADMS/GoldStandard :GoldStandard rdf:type owl:NamedIndividual , :EvaluationMethod . ### https://w3id.org/italia/onto/ADMS/IndexingTask :IndexingTask rdf:type owl:NamedIndividual , :OntologyTask . ### https://w3id.org/italia/onto/ADMS/Informal :Informal rdf:type owl:NamedIndividual , :FormalityLevel . ### https://w3id.org/italia/onto/ADMS/Informativeness :Informativeness rdf:type owl:NamedIndividual , :EvaluationCriteria . ### https://w3id.org/italia/onto/ADMS/IntegrationTask :IntegrationTask rdf:type owl:NamedIndividual , :OntologyTask . ### https://w3id.org/italia/onto/ADMS/IsaViz :IsaViz rdf:type owl:NamedIndividual , :OntologyEngineeringTool . ### https://w3id.org/italia/onto/ADMS/Knoodl :Knoodl rdf:type owl:NamedIndividual , :OntologyEngineeringTool . ### https://w3id.org/italia/onto/ADMS/MatchingTask :MatchingTask rdf:type owl:NamedIndividual , :OntologyTask . ### https://w3id.org/italia/onto/ADMS/MediationTask :MediationTask rdf:type owl:NamedIndividual , :OntologyTask . ### https://w3id.org/italia/onto/ADMS/NeOnToolkit :NeOnToolkit rdf:type owl:NamedIndividual , :OntologyEngineeringTool . ### https://w3id.org/italia/onto/ADMS/Neologism :Neologism rdf:type owl:NamedIndividual , :OntologyEngineeringTool . ### https://w3id.org/italia/onto/ADMS/OWL :OWL rdf:type owl:NamedIndividual , :OntologyLanguage . ### https://w3id.org/italia/onto/ADMS/OWL-DL :OWL-DL rdf:type owl:NamedIndividual , :OntologyLanguage . ### https://w3id.org/italia/onto/ADMS/OWL-Full :OWL-Full rdf:type owl:NamedIndividual , :OntologyLanguage . ### https://w3id.org/italia/onto/ADMS/OWL-Lite :OWL-Lite rdf:type owl:NamedIndividual , :OntologyLanguage . ### https://w3id.org/italia/onto/ADMS/OWLGrEd :OWLGrEd rdf:type owl:NamedIndividual , :OntologyEngineeringTool . ### https://w3id.org/italia/onto/ADMS/OilEd :OilEd rdf:type owl:NamedIndividual , :OntologyEngineeringTool . ### https://w3id.org/italia/onto/ADMS/OntoBuilder :OntoBuilder rdf:type owl:NamedIndividual , :OntologyEngineeringTool . ### https://w3id.org/italia/onto/ADMS/OntoStudio :OntoStudio rdf:type owl:NamedIndividual , :OntologyEngineeringTool . ### https://w3id.org/italia/onto/ADMS/OrganizationalFitness :OrganizationalFitness rdf:type owl:NamedIndividual , :EvaluationCriteria . ### https://w3id.org/italia/onto/ADMS/PersonalizationTask :PersonalizationTask rdf:type owl:NamedIndividual , :OntologyTask . ### https://w3id.org/italia/onto/ADMS/ProcessOntology :ProcessOntology rdf:type owl:NamedIndividual , :OntologyType . ### https://w3id.org/italia/onto/ADMS/Protege :Protege rdf:type owl:NamedIndividual , :OntologyEngineeringTool . ### https://w3id.org/italia/onto/ADMS/QueryFormulationTask :QueryFormulationTask rdf:type owl:NamedIndividual , :OntologyTask . ### https://w3id.org/italia/onto/ADMS/QueryRewritingTask :QueryRewritingTask rdf:type owl:NamedIndividual , :OntologyTask . ### https://w3id.org/italia/onto/ADMS/Relevancy :Relevancy rdf:type owl:NamedIndividual , :EvaluationCriteria . ### https://w3id.org/italia/onto/ADMS/Reliability :Reliability rdf:type owl:NamedIndividual , :EvaluationCriteria . ### https://w3id.org/italia/onto/ADMS/SearchTask :SearchTask rdf:type owl:NamedIndividual , :OntologyTask . ### https://w3id.org/italia/onto/ADMS/SemanticAsset :SemanticAsset rdf:type owl:NamedIndividual . ### https://w3id.org/italia/onto/ADMS/SemanticAssetDistribution :SemanticAssetDistribution rdf:type owl:NamedIndividual . ### https://w3id.org/italia/onto/ADMS/SemanticAssetRepository :SemanticAssetRepository rdf:type owl:NamedIndividual . ### https://w3id.org/italia/onto/ADMS/SemanticTerm :SemanticTerm rdf:type owl:NamedIndividual . ### https://w3id.org/italia/onto/ADMS/Semi-formal :Semi-formal rdf:type owl:NamedIndividual , :FormalityLevel . ### https://w3id.org/italia/onto/ADMS/ServiceOntology :ServiceOntology rdf:type owl:NamedIndividual , :OntologyType . ### https://w3id.org/italia/onto/ADMS/Swoop :Swoop rdf:type owl:NamedIndividual , :OntologyEngineeringTool . ### https://w3id.org/italia/onto/ADMS/TaskOntology :TaskOntology rdf:type owl:NamedIndividual , :OntologyType ; rdfs:comment "Ontology describing generic types of tasks or activities e.g. selling, selecting."@en . ### https://w3id.org/italia/onto/ADMS/TopBraidComposer :TopBraidComposer rdf:type owl:NamedIndividual , :OntologyEngineeringTool . ### https://w3id.org/italia/onto/ADMS/Uniqueness :Uniqueness rdf:type owl:NamedIndividual , :EvaluationCriteria . ### https://w3id.org/italia/onto/ADMS/UpperLevelOntology :UpperLevelOntology rdf:type owl:NamedIndividual , :OntologyType ; rdfs:comment "Ontology describing general, domain-independent concepts e.g. space, time."@en . ### https://w3id.org/italia/onto/ADMS/Usefulness :Usefulness rdf:type owl:NamedIndividual , :EvaluationCriteria . ### https://w3id.org/italia/onto/ADMS/Vitro :Vitro rdf:type owl:NamedIndividual , :OntologyEngineeringTool . ### https://w3id.org/italia/onto/ADMS/VocBench :VocBench rdf:type owl:NamedIndividual , :OntologyEngineeringTool . ### https://w3id.org/italia/onto/ADMS/WSMOStudio :WSMOStudio rdf:type owl:NamedIndividual , :OntologyEngineeringTool . ### https://w3id.org/italia/onto/ADMS/WebODE :WebODE rdf:type owl:NamedIndividual , :OntologyEngineeringTool . ### https://w3id.org/italia/onto/ADMS/#RDF(S) rdf:type owl:NamedIndividual , :OntologyLanguage . ### https://w3id.org/italia/onto/ADMS/0.1/ rdf:type owl:NamedIndividual . ################################################################# # # Annotations # ################################################################# :SemanticAsset rdfs:label "Semantic Asset"@en , "Asset semantico"@it ; rdfs:comment """Un asset semantico (o anche risorsa semantica) è un'entità astratta che riflette il contenuto intellettuale della risorsa e rappresenta tutte le caratteristiche della risorsa a prescindere dalla sua rappresentazione fisica. Questa entità astratta combina le entità di FRBR \"work\" ed \"expression\". Ogni volta che cambia il contenuto intellettuale, il risultato è considerato un nuovo asset che può essere collegato col precedente e con il successivo (versioning)."""@it ; prov:wasInfluencedBy "http://omv.ontoware.org/2005/05/ontology#Ontology" , "http://www.isibang.ac.in/ns/mod#Ontology" , "http://www.w3.org/ns/adms#Asset" ; rdfs:comment "A semantic asset is an abstract entity that reflects the intellectual content of the Semantic Asset and represents those characteristics of the Semantic Asset that are independent of its physical embodiment. This abstract entity combines the FRBR entities work (a distinct intellectual or artistic creation) and expression (the intellectual or artistic realization of a work). Assets can be versioned. Every time the intellectual content of an asset changes, the result is considered to be a new asset that can be linked to previous and next versions of the Semantic Asset."@en ; prov:wasInfluencedBy "http://purl.org/vocommons/voaf#Vocabulary" ; rdfs:isDefinedBy . :SemanticTerm rdfs:label "Semantic Term"@en , "Termine semantico"@it ; rdfs:comment "An abstract entity that reflects the intellectual content of the semantic asset components (classes, properties, individuals, concepts)."@en , "Entità astratta che fa riferimento sia alle classi di un asset semantico, che alle sue proprietà e ai suoi individui nonché ai concetti presenti in vocabolari controllati espressi usando linguaggi formali."@it ; rdfs:isDefinedBy . :SemanticAssetRepository rdfs:label "Semantic Asset Repository"@en , "Registro degli asset semantici"@it ; rdfs:comment "A repository that provides facilities for storage and maintenance of descriptions of Semantic Assets, and functionality that allows users to search and access these descriptions."@en , "Repository in cui si archiviano, si annotano e si mantengono gli asset semantici, intesi sia come ontologie che come vocabolari, per facilitarne la ricerca e l'accesso da parte degli utenti e dei software."@it ; prov:wasInfluencedBy ; rdfs:isDefinedBy . :SemanticAssetDistribution rdfs:label "Semantic Asset Distribution"@en , "Distribuzione dell'asset semantico"@it ; rdfs:comment """A particular physical embodiment of an Asset. It is typically a downloadable computer file that implements the intellectual content of an Asset. A particular Semantic Asset Distribution is associated with one and only one Asset, while all Distributions of an Asset share the same intellectual content in different physical formats. Semantic Asset Distributions themselves are not versioned."""@en ; prov:wasInfluencedBy "http://www.w3.org/ns/adms#AssetDistribution" ; rdfs:comment """La manifestazione fisica di un asset. Solitamente è rappresentata da un file scaricabile, che renda effettivo il contenuto intellettuale di un asset semantico. Una particolare distribuzione di un asset semantico, è associata a uno e un solo asset, mentre tutte le distribuzioni di un asset semantico condividono lo stesso contenuto intellettuale in formati differenti. Le distribuzioni degli asset semantici non hanno versioni."""@it ; rdfs:isDefinedBy . ### Generated by the OWL API (version 3.5.1) http://owlapi.sourceforge.net