|
1 |
| -<?xml version="1.0" encoding="UTF-8"?> |
2 |
| -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd"> |
3 |
| -<html xmlns="http://www.w3.org/1999/xhtml" |
4 |
| - xmlns:dc="http://purl.org/dc/terms/" |
5 |
| - xmlns:dwc="http://rs.tdwg.org/dwc/terms/" |
6 |
| - xmlns:georss='http://www.georss.org/georss#' |
7 |
| - xmlns:oboe='http://code.ecoinformatics.org/code/semtools/trunk/dev/oboe/oboe.owl#'> |
8 |
| -<head > |
9 |
| -<title>Observation in RDFa</title> |
10 |
| - <meta about='sciname_location.html' property='dc:creator' content="Dave Vieglais"/> |
11 |
| - <meta about='sciname_location.html' property='dc:date' content="2008-11-14T09:52:00+00:00" /> |
12 |
| - <meta about='sciname_location.html' property='dc:description' content="Demonstrates how to |
13 |
| - create the equivalent of a simple observation record within a HTML document that can be |
14 |
| - converted to an RDF document." /> |
15 |
| -</head> |
16 |
| -<body> |
17 |
| - <p>This example document contains a record of an observation tagged with an lsid of xxx |
18 |
| - <span about="lsid:blah.blah" typeof="oboe:Observation"> |
19 |
| - that includes the scientific name |
20 |
| - <span property='dwc:ScientificName' style='font-style: italic;'>Bufo marinus</span>, |
21 |
| - </span> |
22 |
| - <span about='lsid:blah.blah' typeof="dc:SamplingLocation" > |
23 |
| - <span property='dwc:GeodeticDatum' content='epsg:4326' /> |
24 |
| - a geographic location of |
25 |
| - <span property='georss:point' content='-25.273262 152.725067' /> |
26 |
| - longitude |
27 |
| - <span property='dwc:DecimalLongitude'>152.725067</span> |
28 |
| - east, latitude |
29 |
| - <span property='dwc:DecimalLatitude'>-25.273262</span>, |
30 |
| - </span> |
31 |
| - and a time of |
32 |
| - <span about='lsid:blah.blah' property='dwc:EarliestDateCollected' content="2008-11-10T23:32:00+00:00"> |
33 |
| - 9:32 in the morning of the 12th of November. |
34 |
| - </span> |
35 |
| -</p> |
36 |
| -</body> |
37 |
| -</html> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd"> |
| 3 | +<html xmlns="http://www.w3.org/1999/xhtml" |
| 4 | + xmlns:dc="http://purl.org/dc/terms/" |
| 5 | + xmlns:dwc="http://rs.tdwg.org/dwc/terms/" |
| 6 | + xmlns:georss='http://www.georss.org/georss#' |
| 7 | + xmlns:oboe='http://code.ecoinformatics.org/code/semtools/trunk/dev/oboe/oboe.owl#'> |
| 8 | +<head > |
| 9 | +<title>Observation in RDFa</title> |
| 10 | + <meta about='sciname_location.html' property='dc:creator' content="Dave Vieglais"/> |
| 11 | + <meta about='sciname_location.html' property='dc:date' content="2008-11-14T09:52:00+00:00" /> |
| 12 | + <meta about='sciname_location.html' property='dc:description' content="Demonstrates how to |
| 13 | + create the equivalent of a simple observation record within a HTML document that can be |
| 14 | + converted to an RDF document." /> |
| 15 | +</head> |
| 16 | +<body> |
| 17 | + <p>This example document contains a record of an observation tagged with an lsid of xxx |
| 18 | + <span about="lsid:blah.blah" typeof="oboe:Observation"> |
| 19 | + that includes the scientific name |
| 20 | + <span property='dwc:ScientificName' style='font-style: italic;'>Bufo marinus</span>, |
| 21 | + </span> |
| 22 | + <span about='lsid:blah.blah' typeof="dc:SamplingLocation" > |
| 23 | + <span property='dwc:GeodeticDatum' content='epsg:4326' /> |
| 24 | + a geographic location of |
| 25 | + <span property='georss:point' content='-25.273262 152.725067' /> |
| 26 | + longitude |
| 27 | + <span property='dwc:DecimalLongitude'>152.725067</span> |
| 28 | + east, latitude |
| 29 | + <span property='dwc:DecimalLatitude'>-25.273262</span>, |
| 30 | + </span> |
| 31 | + and a time of |
| 32 | + <span about='lsid:blah.blah' property='dwc:EarliestDateCollected' content="2008-11-10T23:32:00+00:00"> |
| 33 | + 9:32 in the morning of the 12th of November. |
| 34 | + </span> |
| 35 | +</p> |
| 36 | +</body> |
| 37 | +</html> |
0 commit comments