Skip to content

Commit

Permalink
Added missing @Prefix declarations.
Browse files Browse the repository at this point in the history
  • Loading branch information
twalmsley committed Jul 12, 2023
1 parent ddd0cee commit c528041
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rdf/hqdm-0.0.1-alpha.ttl
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

@prefix hqdm: <https://hqdmtop.github.io/hqdm#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

hqdm:abstract_object rdf:type rdfs:Class .
hqdm:abstract_object rdfs:subClassOf hqdm:thing .
hqdm:acceptance_of_offer rdf:type rdfs:Class .
Expand Down

0 comments on commit c528041

Please sign in to comment.