Skip to content

Commit

Permalink
update WIS2 Topic Hierarchy TTL files
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Nov 6, 2024
1 parent 821a51d commit dfe83a0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<fixed-marine-platforms> a skos:Concept ;
rdfs:label "fixed-marine-platforms" ;
skos:notation "fixed-marine-platforms" ;
dct:description "Weather observations from fixed marine platforms, e.g. rigs and offshore platforms"@en .
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<ship> a skos:Concept ;
rdfs:label "ship" ;
skos:notation "ship" ;
dct:description "Ship based weather observations"@en .

0 comments on commit dfe83a0

Please sign in to comment.