File tree Expand file tree Collapse file tree
datasets/federal/us-wqp/ontology Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
116117us_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
121122us_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
126127us_wqp:DefWQPSurfaceWaterSample rdf:type owl:Class;
You can’t perform that action at this time.
0 commit comments