-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update WIS2 Topic Hierarchy TTL files
- Loading branch information
1 parent
821a51d
commit dfe83a0
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
wis/earth-system-discipline/weather/surface-based-observations/fixed-marine-platforms.ttl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 . |
8 changes: 8 additions & 0 deletions
8
wis/earth-system-discipline/weather/surface-based-observations/ship.ttl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 . |