Skip to content

Commit

Permalink
Linting and TTL fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-spencer committed Sep 9, 2024
1 parent 30712c8 commit e934fca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions content/function.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
A distinct and self-contained unit of code that
accomplishes a specific task using given inputs to
generate a predictable output.
''' .
4 changes: 2 additions & 2 deletions content/sourceDataPoint.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
which is embedded in that data source's response to a
given query.
''' ;
skos:related ex1:dataSource ;
skos:related ex2:primaryDataSource.
skos:related :dataSource ;
skos:related :primaryDataSource.

0 comments on commit e934fca

Please sign in to comment.