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

<onto/analysis/AnalysisObservation>
        a                    owl:Class ;
        rdfs:comment         "The class of observation in analysis. An observation is an act associated with a time (instant or time period). It involves the application of a certain procedure that leads to a result related to some property of a feature of interest. In the context of this ontology. the observation of laboratory analysis is carried out on a set of properties for which a result is produced (on a certain date - e.g. the date of the membrane integrity analysis is the date on which the membrane integrity analysis processes were completed and a result is obtained); the result can be quantitative and qualitative. For example, the observation of the measurement of the level of Urea present in the milk sample or the measurement of the suitability of the milk sample for cheesemaking (A30);"@en , "La classe dell'osservazione nelle analisi. Un osservazione è un atto associato a un tempo (istante o periodo temporale). Essa  coinvolge l'applicazione di una determinata procedura che porta a produrre un risultato relativo a una qualche proprietà di una caratteristica di interesse. Nel contesto di questa ontologia. l'osservazione dell'analisi di laboratorio viene svolta su un insieme di proprietà per le quali si produce un risultato (in una certa data - per esempio la data dell'analisi dell'integrità di membrana è la data in cui si sono conclusi i processi di analisi dell'integrità di membrana); il risultato può essere quantitativo e qualitativo. Per esempio, l'osservazione sulla misurazione del livello dell'Urea presente nel campione di latte o la misurazione d’idoneità del campione del latte alla caseificazione (A30);"@it ;
        rdfs:isDefinedBy     <onto/analysis> ;
        rdfs:label           "Analysis Observation"@en , "Osservazione dell'Analisi"@it ;
        rdfs:subClassOf      <https://w3id.org/italia/onto/l0/Activity> , <https://w3id.org/italia/onto/IoT/Observation> ;
        rdfs:subClassOf      [ a                  owl:Restriction ;
                               owl:allValuesFrom  <onto/analysis/LaboratoryAnalysis> ;
                               owl:onProperty     <onto/analysis/isAnalysisObservationOf>
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:maxQualifiedCardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onDataRange              [ a            rdfs:Datatype ;
                                                              owl:unionOf  [ rdf:first  xsd:date ;
                                                                             rdf:rest   [] 
                                                                           ]
                                                            ] ;
                               owl:onProperty               <onto/analysis/resultTime>
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:maxQualifiedCardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onClass                  <onto/analysis/Sample> ;
                               owl:onProperty               <onto/analysis/carriedOutOnSample>
                             ] ;
        rdfs:subClassOf      [ a                  owl:Restriction ;
                               owl:allValuesFrom  <onto/analysis/MeasurementQuality> ;
                               owl:onProperty     <onto/analysis/hasQuality>
                             ] ;
        rdfs:subClassOf      [ a                         owl:Restriction ;
                               owl:onClass               <onto/analysis/FeatureOfInterest> ;
                               owl:onProperty            <onto/analysis/hasFeatureOfInterest> ;
                               owl:qualifiedCardinality  "1"^^xsd:nonNegativeInteger
                             ] ;
        rdfs:subClassOf      [ a                            owl:Restriction ;
                               owl:minQualifiedCardinality  "1"^^xsd:nonNegativeInteger ;
                               owl:onClass                  <onto/analysis/ObservedValue> ;
                               owl:onProperty               <onto/analysis/hasResult>
                             ] ;
        rdfs:subClassOf      [ a                         owl:Restriction ;
                               owl:onClass               <onto/analysis/ObservableProperty> ;
                               owl:onProperty            <onto/analysis/hasObservableProperty> ;
                               owl:qualifiedCardinality  "1"^^xsd:nonNegativeInteger
                             ] ;
        owl:versionInfo      "stable"@en , "stabile"@it ;
        prov:wasDerivedFrom  <http://www.w3.org/ns/sosa/Observation> .
