-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from Arquisoft/POD_Data_Management_Proposal
Proposal of POD Management
- Loading branch information
Showing
6 changed files
with
350 additions
and
28 deletions.
There are no files selected for viewing
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
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
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,34 @@ | ||
{ | ||
"@context": { | ||
"@version": 1.1, | ||
"comments": { | ||
"@container": "@list", | ||
"@id": "viade:comments" | ||
}, | ||
"dateCreated": { | ||
"@id": "viade:dateCreated", | ||
"@type": "xsd:date" | ||
}, | ||
"text": { | ||
"@id": "viade:text", | ||
"@type": "xsd:string" | ||
}, | ||
"viade": "http://arquisoft.github.io/viadeSpec/", | ||
"xsd": "http://www.w3.org/2001/XMLSchema#" | ||
}, | ||
"comments": [ | ||
{ | ||
"text": "This is just a example !!", | ||
"dateCreated": "2004-04-12" | ||
}, | ||
{ | ||
"text": "This is just a example 3425!!", | ||
"dateCreated": "2005-04-12" | ||
}, | ||
{ | ||
"text": "This is just a example 2 !!", | ||
"dateCreated": "2006-04-12" | ||
} | ||
] | ||
|
||
} |
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,147 @@ | ||
{ | ||
"@context": { | ||
"@version": 1.1, | ||
"comments": { | ||
"@id": "viade:comments", | ||
"@type": "@id" | ||
}, | ||
"description": { | ||
"@id": "schema:description", | ||
"@type": "xsd:string" | ||
}, | ||
"media": { | ||
"@container": "@list", | ||
"@id": "viade:media" | ||
}, | ||
"name": { | ||
"@id": "schema:name", | ||
"@type": "xsd:string" | ||
}, | ||
"points": { | ||
"@container": "@list", | ||
"@id": "viade:points" | ||
}, | ||
"latitude": { | ||
"@id": "schema:latitude", | ||
"@type": "xsd:double" | ||
}, | ||
"longitude": { | ||
"@id": "schema:longitude", | ||
"@type": "xsd:double" | ||
}, | ||
"elevation": { | ||
"@id": "schema:elevation", | ||
"@type": "xsd:double" | ||
}, | ||
"author":{ | ||
"@id": "schema:author", | ||
"@type": "@id" | ||
}, | ||
"date": { | ||
"@id": "schema:DateTime", | ||
"@type": "xsd:dateTime" | ||
}, | ||
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", | ||
"rdfs": "http://www.w3.org/2000/01/rdf-schema#", | ||
"schema": "http://schema.org/", | ||
"viade": "http://arquisoft.github.io/viadeSpec/", | ||
"xsd": "http://www.w3.org/2001/XMLSchema#" | ||
}, | ||
"name": "Route test 1", | ||
"author": "https://luispresacollada.solid.community/profile/card#me", | ||
"description": "This is a test to see the output of the JsonLDConversor", | ||
"comments": "http://inrupt.luispc1998/viade/comments/routeComments/commentExample.json", | ||
"date": "2020-02-25T18:50:22Z", | ||
"media": [ | ||
{ | ||
"@id": "http://inrupt.luispc1998/viade/resources/da34fas749sa3h883j.jpg", | ||
"name": "MyFoto" | ||
}, | ||
{ | ||
"@id": "http://inrupt.angelixus/viade/resources/pt92as74234a3h5xb3j.mp4", | ||
"name": "MyVideo" | ||
}, | ||
{ | ||
"@id": "http://inrupt.raupemol/viade/resources/da34zas4213sa7b542.png", | ||
"name": "OtherFoto" | ||
}, | ||
{ | ||
"@id": "http://inrupt.luispc1998/viade/resources/da345432jtsa7b542e.mp4", | ||
"name": "OtherVideo" | ||
} | ||
], | ||
"waypoints" : [ | ||
{ | ||
"name": "Name for the waypoint", | ||
"description": "Description of the waypoint", | ||
"latitude": 45.123, | ||
"longitude": 34.121, | ||
"elevation": 34 | ||
}, | ||
{ | ||
"name": "Computer Science School", | ||
"description": "Become a good engineer with us", | ||
"latitude": 45.123, | ||
"longitude": 34.121, | ||
"elevation": 34 | ||
} | ||
|
||
], | ||
"points": [ | ||
{ | ||
"latitude": 45.123, | ||
"longitude": 34.121, | ||
"elevation": 34 | ||
}, | ||
{ | ||
"latitude": 46.123, | ||
"longitude": 34.121, | ||
"elevation": 36 | ||
}, | ||
{ | ||
"latitude": 47.123, | ||
"longitude": 34, | ||
"elevation": 39 | ||
}, | ||
{ | ||
"latitude": 48.123, | ||
"longitude": 32.121, | ||
"elevation": 40 | ||
}, | ||
{ | ||
"latitude": 49.123, | ||
"longitude": 34.121, | ||
"elevation": 43 | ||
}, | ||
{ | ||
"latitude": 40.123, | ||
"longitude": 32.121, | ||
"elevation": 46 | ||
}, | ||
{ | ||
"latitude": 50.123, | ||
"longitude": 33.121, | ||
"elevation": 50 | ||
}, | ||
{ | ||
"latitude": 53.123, | ||
"longitude": 34.121, | ||
"elevation": 55 | ||
}, | ||
{ | ||
"latitude": 54.123, | ||
"longitude": 34.121, | ||
"elevation": 56 | ||
}, | ||
{ | ||
"latitude": 55.123, | ||
"longitude": 35.121, | ||
"elevation": 50 | ||
}, | ||
{ | ||
"latitude": 55.123, | ||
"longitude": 34.121, | ||
"elevation": 45 | ||
} | ||
] | ||
} |
Oops, something went wrong.