Skip to content

Commit

Permalink
add RDFa to unknown à la iRail#191
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Aug 15, 2016
1 parent 074c84e commit 432ae7f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions api/terms/unknown.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<html lang="en" prefix="rdfs: http://www.w3.org/2000/01/rdf-schema#">
<head>
<meta charset="UTF-8">
<title>Unknown</title>
</head>
<body>
Unknown
There is insufficient information to define an occupancy level
</body>
</html>
</head>
<body resource="http://api.irail.be/terms/unknown">
<h1 property="rdfs:label">Unknown</h1>
<p property="rdfs:comment">There is insufficient information to define an occupancy level.</p>
</body>
</html>

0 comments on commit 432ae7f

Please sign in to comment.