Skip to content

Commit 1ae69aa

Browse files
committed
add missing prefix and fix syntax error
1 parent 109e884 commit 1ae69aa

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

datasets/federal/us-wqp/ontology/wqp_alignment.ttl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
@prefix us_wqp_data: <http://w3id.org/sawgraph/v1/us-wqp-data#> .
55
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
66
@prefix obo: <http://purl.obolibrary.org/obo/> .
7+
@prefix dcterms: <http://purl.org/dc/terms/> .
78
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
89
@prefix owl: <http://www.w3.org/2002/07/owl#> .
910

@@ -115,12 +116,12 @@ us_wqp:DefWQPWasteWaterFeatureType rdf:type owl:Class;
115116

116117
us_wqp:DefWQPSampleFromSurfaceWaterFeature rdf:type owl:Restriction;
117118
owl:onProperty coso:sampleFeatureType;
118-
owl:someValuesFrom us_wqp:DefWQPSurfaceWaterFeatureType.
119+
owl:someValuesFrom us_wqp:DefWQPSurfaceWaterFeatureType;
119120
rdfs:subClassOf us_wqp:Sample.
120121

121122
us_wqp:DefWQPSampleFromGroundWaterFeature rdf:type owl:Restriction;
122123
owl:onProperty coso:sampleFeatureType;
123-
owl:someValuesFrom us_wqp:DefWQPGroundWaterFeatureType.
124+
owl:someValuesFrom us_wqp:DefWQPGroundWaterFeatureType;
124125
rdfs:subClassOf us_wqp:Sample.
125126

126127
us_wqp:DefWQPSurfaceWaterSample rdf:type owl:Class;

0 commit comments

Comments
 (0)