Skip to content

Commit efa5ec7

Browse files
committed
fix syntax errors
1 parent 2993f36 commit efa5ec7

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

v1/contaminoso_core.ttl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ coso:ContaminantRelativeQuantityKind rdf:type owl:Class ;
149149

150150
coso:ContaminantMassQuantityKind rdf:type owl:Class ;
151151
rdfs:label "Contaminant Quantity Kind" ;
152-
dcterms:description "The type of quantity that is measured for the contaminant."
152+
dcterms:description "The type of quantity that is measured for the contaminant.";
153153
rdfs:subClassOf coso:ContaminantAbsoluteQuantityKind .
154154

155155
coso:ContaminantVolumeQuantityKind rdf:type owl:Class ;
@@ -198,7 +198,7 @@ coso:DetectQuantityValue rdf:type owl:Class ;
198198

199199
coso:NonDetectQuantityValue rdf:type owl:Class ;
200200
rdfs:label "Non-Detect Quantity Value" ;
201-
dcterms:description "A Quantity Value that represents a non-detection of the contaminant. No numeric value is specified."
201+
dcterms:description "A Quantity Value that represents a non-detection of the contaminant. No numeric value is specified.";
202202
rdfs:subClassOf coso:QuantityValue .
203203

204204
coso:ResultQualifier rdf:type owl:Class ;
@@ -207,12 +207,12 @@ coso:ResultQualifier rdf:type owl:Class ;
207207

208208
coso:DetectionLimit rdf:type owl:Class ;
209209
rdfs:label "Detection Limit" ;
210-
dcterms:description "The lowest concentration of a substance that can be reliably detected as present with a reasonable degree of confidence."
210+
dcterms:description "The lowest concentration of a substance that can be reliably detected as present with a reasonable degree of confidence.";
211211
rdfs:subClassOf coso:ResultQualifier .
212212

213213
coso:QuantitationLimit rdf:type owl:Class ;
214214
rdfs:label "Quantitation Limit" ;
215-
dcterms:description "The lowest concentration of a substance that can be reliably measured with acceptable precision and accuracy."
215+
dcterms:description "The lowest concentration of a substance that can be reliably measured with acceptable precision and accuracy.";
216216
rdfs:subClassOf coso:ResultQualifier .
217217

218218
coso:ObservationAnnotation rdf:type owl:Class ;
@@ -229,7 +229,7 @@ coso:Substance rdf:type owl:Class ;
229229

230230
coso:SubstanceCollection rdf:type owl:Class ;
231231
rdfs:label "Substance Collection" ;
232-
dcterms:description "A collection of more than one substances.".
232+
dcterms:description "A collection of more than one substances.";
233233
rdfs:subClassOf [ rdf:type owl:Restriction ;
234234
owl:onProperty rdfs:member ;
235235
owl:allValuesFrom coso:Substance
@@ -355,7 +355,7 @@ coso:observedProperty rdf:type owl:ObjectProperty ;
355355

356356
coso:ofSubstance rdf:type owl:ObjectProperty ;
357357
rdfs:label "of substance";
358-
dcterms:description "A relation between an observation of a contaminant and the substance or substances being observed."
358+
dcterms:description "A relation between an observation of a contaminant and the substance or substances being observed.";
359359
rdfs:domain coso:ContaminantObservation ;
360360
rdfs:range [ rdf:type owl:Class ;
361361
owl:unionOf ( coso:Substance
@@ -382,7 +382,7 @@ coso:sampleOfMaterialType rdf:type owl:ObjectProperty ;
382382

383383
coso:usedAnalysisMethod rdf:type owl:ObjectProperty ;
384384
rdfs:label "used analysis method";
385-
dcterms:description "A relation between an observation of a contaminant and the analysis method that was used to perform the observation."
385+
dcterms:description "A relation between an observation of a contaminant and the analysis method that was used to perform the observation.";
386386
rdfs:subPropertyOf sosa:usedProcedure ;
387387
rdfs:domain coso:ContaminantObservation ;
388388
rdfs:range coso:AnalysisMethod .

0 commit comments

Comments
 (0)