@base . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @prefix owl: . @prefix dcterms: . @prefix foaf: . @prefix vann: . @prefix voaf: . @prefix munc: <> . <> dcterms:contributor "Ahmed El Amine DJEBRI", "Andrea G.B. Tettamanzi", "Fabien Gandon" ; dcterms:created "2018-12-23"^^xsd:date ; dcterms:creator , "Ahmed El Amine DJEBRI" ; dcterms:description "An OWL vocabulary for describing uncertainty metadata."@en ; dcterms:hasVersion ; dcterms:modified "2019-02-01"^^xsd:date ; dcterms:publisher "Inria" ; dcterms:status ; dcterms:title "Meta-Uncertainty"@en ; dcterms:type ; vann:preferredNamespacePrefix "munc" ; vann:preferredNamespaceUri "http://ns.inria.fr/munc/v1#" ; a voaf:Vocabulary, owl:Ontology ; rdfs:comment "This file specifies the set of OWL classes and properties to represent multi-level uncertainty metadata."@en ; rdfs:isDefinedby <> ; rdfs:seeAlso ; foaf:homepage <> . munc:Meta a owl:Class ; rdfs:comment "The metadata associated to a Sentence in a certain World (Context)."@en ; rdfs:label "Meta"@en . munc:Sentence a owl:Class ; rdfs:comment "The Sentence (Triple, Graph, Graph Pattern) to which Meta is associated in a specific World."@en ; rdfs:label "Sentence"@en . munc:TranslationFunction a owl:Class ; rdfs:comment "Individuals of this class are LDScript functions enabling translating uncertainty information from one approach to another."@en ; rdfs:label "Translation Function"@en . munc:Uncertainty a owl:Class ; rdfs:comment "A subclass of Meta, it enables annotating the Sentence associated to the metadata with uncertainty information."@en ; rdfs:label "Uncertainty"@en ; rdfs:subClassOf munc:Meta . munc:UncertaintyApproach a owl:Class ; rdfs:comment "Individuals of this class represent uncertainty approaches, which are detailed in the appendix A."@en ; rdfs:label "Uncertainty Approach"@en . munc:UncertaintyOperation a owl:Class ; rdfs:comment "The Calculus to apply on the Values of a defined Uncertainty Feature."@en ; rdfs:label "Uncertainty Operation"@en . munc:UncertaintyValue a owl:Class ; rdfs:comment "For each Uncertainty Feature, exists (when declared) a corresponding value."@en ; rdfs:label "Uncertainty Value"@en . munc:World a owl:Class ; rdfs:comment "The context (Graph, Default Graph, etc.) in which the Sentence is associated to Meta. This is used generally by datastores which are unable to represent named graphs."@en ; rdfs:label "World"@en . munc:hasFullTranslation a owl:ReflexiveProperty, owl:SymmetricProperty, owl:TransitiveProperty ; rdfs:domain munc:UncertaintyApproach ; rdfs:label "hasFullTranslation"@en ; rdfs:range munc:UncertaintyApproach ; rdfs:subPropertyOf munc:hasIdealTranslation . munc:hasIdealTranslation a owl:ObjectProperty ; rdfs:domain munc:UncertaintyApproach ; rdfs:label "hasIdealTranslation"@en ; rdfs:range munc:UncertaintyApproach ; rdfs:subPropertyOf munc:hasTranslation . munc:hasMeta a owl:ObjectProperty ; rdfs:domain munc:Sentence, munc:World ; rdfs:label "hasMeta"@en ; rdfs:range munc:Meta . munc:hasTranslation a owl:ObjectProperty ; rdfs:domain munc:UncertaintyApproach ; rdfs:label "hasTranslation"@en ; rdfs:range munc:UncertaintyApproach . munc:hasUncertaintyApproach a owl:ObjectProperty ; rdfs:domain munc:Uncertainty ; rdfs:label "hasUncertaintyApproach"@en ; rdfs:range munc:UncertaintyApproach . munc:hasUncertaintyFeature a owl:ObjectProperty ; rdfs:domain munc:UncertaintyApproach ; rdfs:label "hasUncertaintyFeature"@en ; rdfs:range munc:uncertaintyFeature . munc:hasUncertaintyOperator a owl:ObjectProperty ; rdfs:domain munc:UncertaintyApproach ; rdfs:label "hasUncertaintyOperator"@en ; rdfs:range munc:uncertaintyOperator . munc:statedIn a owl:ObjectProperty ; rdfs:domain munc:Sentence ; rdfs:label "statedIn"@en ; rdfs:range munc:World . munc:translateFrom a owl:ObjectProperty ; rdfs:domain munc:TranslationFunction ; rdfs:label "translateFrom"@en ; rdfs:range munc:UncertaintyApproach . munc:translateTo a owl:ObjectProperty ; rdfs:domain munc:TranslationFunction ; rdfs:label "translateFrom"@en ; rdfs:range munc:UncertaintyApproach . munc:uncertaintyFeature a owl:ObjectProperty ; rdfs:comment "Each Uncertainty approach has some features, which can be metrics or measures to compare, infer or reason over to have a decision about knowledge."@en ; rdfs:domain munc:Uncertainty ; rdfs:label "uncertaintyFeature"@en ; rdfs:range munc:UncertaintyValue . munc:uncertaintyOperator a owl:ObjectProperty ; rdfs:comment "Each Uncertainty approach has its own logic to reason over metadata, This class defines the methods that can be applied over Uncertainty Values. Such logic is the same used in reasoners and inference engines."@en ; rdfs:domain munc:uncertaintyFeature ; rdfs:label "uncertaintyOperator"@en ; rdfs:range munc:UncertaintyOperation .