Skip to content

Commit

Permalink
fix scaffolding.ttl with terminating dot after last @Prefix
Browse files Browse the repository at this point in the history
fix scaffolding.ttl with terminating dot after last @Prefix
  • Loading branch information
neeraj9 authored Jan 30, 2025
1 parent 26f7c37 commit f575b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/vocabulary/scaffolding.ttl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix fibo-skos: <https://spec.edmcouncil.org/fibo/vocabulary/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#>
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .



Expand Down

0 comments on commit f575b12

Please sign in to comment.