Skip to content

Commit

Permalink
attempted to fix namespacing
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasticlife committed Oct 31, 2024
1 parent b4e9ea1 commit 70ada1b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions interface/election/interface.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

@prefix election: <http://parliament.uk/ontologies/election/> .
@prefix geographic-area: <http://parliament.uk/ontologies/geographic-area/> .
@prefix geographic-area-overlap: <http://parliament.uk/ontologies/geographic-area-overlap/> .
@prefix delegation: <http://parliament.uk/ontologies/geographic-area-overlap/> .
@prefix pe: <http://parliament.uk/ontologies/election/> .
@prefix parea: <http://parliament.uk/ontologies/geographic-area/> .
@prefix parea-overlap: <http://parliament.uk/ontologies/geographic-area-overlap/> .
@prefix del: <http://parliament.uk/ontologies/delegation/> .


<http://parliament.uk/ontologies/interface/election>
Expand All @@ -32,6 +32,6 @@
####### Equivalent classes #####

# Business item
delegation:StatutoryThing
parea:StatutoryThing
owl:equivalentClass
geographic-area:StatutoryThing .
del:StatutoryThing .

0 comments on commit 70ada1b

Please sign in to comment.