Skip to content

Commit 9119485

Browse files
committed
add missing prefixes
1 parent 4199d67 commit 9119485

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
8+
@prefix owl: <http://www.w3.org/2002/07/owl#> .
79

810
<http://w3id.org/sawgraph/v1/us-wqp#controlledVocab> rdf:type owl:Ontology ;
911
dcterms:contributor <http://orcid.org/0000-0002-5331-5052> ,

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
@prefix qudt: <http://qudt.org/schema/qudt/> .
66
@prefix prov: <http://www.w3.org/ns/prov#>.
77
@prefix dcterms: <http://purl.org/dc/terms/>.
8-
#rdf
9-
#owl
10-
#sosa
8+
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
9+
@prefix owl: <http://www.w3.org/2002/07/owl#> .
10+
@prefix sosa: <http://www.w3.org/ns/sosa/> .
11+
1112

1213
<http://w3id.org/sawgraph/v1/us-wqp#> rdf:type owl:Ontology ;
1314
dcterms:contributor <http://orcid.org/0000-0002-5331-5052> ,

0 commit comments

Comments
 (0)