Last active
August 29, 2015 14:02
-
-
Save adamml/b822e24d14045f390fb6 to your computer and use it in GitHub Desktop.
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
@prefix olc: <http://schema.oceanlink.org/pattern-name>. | |
@prefix geo: <http://www.opengis.net/ont/geosparql#>. | |
@prefix sf: <http://www.opengis.net/ont/sf#>. | |
<http://foo.bar/cruise> a olc:cruise; | |
olc:hasTrajectory <http://foo.bar/cruise_trajectory>. | |
<http://foo.bar/cruise_trajectory> a olc:Trajectory; | |
a geo:Feature; | |
geo:hasGeometry <http://foo.bar/cruise_geometry>. | |
<http://foo.bar/cruise_geometry> a sf:LineString; | |
geo:asWKT "<http://www.opengis.net/def/crs/OGC/1.3/CRS84> LINESTRING(-68.7030 37.934, -68.7160 37.92, -67.4650 36.019, -67.3680 35.865, -67.2700 35.715, -67.1720 35.558, -67.0770 35.408, -66.9780 35.257, -66.8880 35.108, -66.7850 34.952, -66.6950 34.802)"^^geo:wktliteral. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://www.opengis.net/def/crs/OGC/1.3/CRS84 LINESTRING(-68.7030 37.934, -68.7160 37.92, -67.4650 36.019, -67.3680 35.865, -67.2700 35.715, -67.1720 35.558, -67.0770 35.408, -66.9780 35.257, -66.8880 35.108, -66.7850 34.952, -66.6950 34.802)