Pārlūkot izejas kodu

:sparkles: Add examples

jmacura 5 gadi atpakaļ
vecāks
revīzija
59b02211ab

+ 31 - 0
examples/bp028-manure-residues-for-soil-nutrients.json

@@ -0,0 +1,31 @@
+{ "@context": {
+    "created": { "@id": "http://purl.org/dc/terms/1.1/created", "@type": "http://www.w3.org/2001/XMLSchema#date" },
+    "sfWithin": { "@id": "http://www.opengis.net/ont/geosparql#sfWithin", "@type": "@id" },
+    "publisher": { "@id": "http://purl.org/dc/elements/1.1/publisher" },
+    "asWKT": { "@id": "http://www.opengis.net/ont/geosparql#asWKT", "@type": "http://www.openlinksw.com/schemas/virtrdf#Geometry" },
+    "source": { "@id": "http://purl.org/dc/elements/1.1/source", "@type": "@id" },
+    "identifier": { "@id": "http://purl.org/dc/elements/1.1/identifier", "@type": "@id" },
+    "homepage": { "@id": "http://xmlns.com/foaf/0.1/homepage", "@type": "@id" },
+    "title": { "@id": "http://purl.org/dc/elements/1.1/title" },
+    "label": { "@id": "http://www.w3.org/2000/01/rdf-schema#label" },
+    "comment": { "@id": "http://www.w3.org/2000/01/rdf-schema#comment" },
+    "rights": { "@id": "http://purl.org/dc/elements/1.1/rights", "@type": "@id" }
+  },
+  "@graph": [
+    { "@id": "http://www.sdi4apps.eu/poi/#bp028-manure-residues-for-soil-nutrients",
+      "@type": [ "http://gis.zcu.cz/SPOI/Ontology#bestPracticesAtlasExample",
+	    "http://gis.zcu.cz/SPOI/Ontology#farm" ],
+      "label": "Manure and sewage for soil nutrients",
+      "title": "Manure and sewage for soil nutrients",
+      "comment": {"@value": "A large-scale integrated microalgae-based biorefinery for the production of bio stimulants, biopesticides and feed additives.", "@language": "en"},
+      "homepage": "http://eu-sabana.eu/",
+      "sfWithin": [ "http://dbpedia.org/resource/Spain",
+	    "http://www.geonames.org/2510769/",
+	    "https://www.wikidata.org/entity/Q29" ],
+      "asWKT": "POINT(-2.448359 36.845362)",
+      "created": "2020-11-23",
+      "identifier": "http://www.sdi4apps.eu/poi/#bp028-manure-residues-for-soil-nutrients",
+      "publisher": "SPOI (http://sdi4apps.eu/spoi)",
+      "rights": "http://opendatacommons.org/licenses/odbl/1.0/",
+      "source": "https://atlasbestpractices.com"}
+] }

+ 32 - 0
examples/bp085-ecopanels.json

@@ -0,0 +1,32 @@
+{ "@context": {
+    "created": { "@id": "http://purl.org/dc/terms/1.1/created", "@type": "http://www.w3.org/2001/XMLSchema#date" },
+    "sfWithin": { "@id": "http://www.opengis.net/ont/geosparql#sfWithin", "@type": "@id" },
+    "publisher": { "@id": "http://purl.org/dc/elements/1.1/publisher" },
+    "asWKT": { "@id": "http://www.opengis.net/ont/geosparql#asWKT", "@type": "http://www.openlinksw.com/schemas/virtrdf#Geometry" },
+    "source": { "@id": "http://purl.org/dc/elements/1.1/source", "@type": "@id" },
+    "identifier": { "@id": "http://purl.org/dc/elements/1.1/identifier", "@type": "@id" },
+    "homepage": { "@id": "http://xmlns.com/foaf/0.1/homepage", "@type": "@id" },
+    "title": { "@id": "http://purl.org/dc/elements/1.1/title" },
+    "label": { "@id": "http://www.w3.org/2000/01/rdf-schema#label" },
+    "comment": { "@id": "http://www.w3.org/2000/01/rdf-schema#comment" },
+    "rights": { "@id": "http://purl.org/dc/elements/1.1/rights", "@type": "@id" }
+  },
+  "@graph": [
+    { "@id": "http://www.sdi4apps.eu/poi/#bp085-ecopanels",
+      "@type": [ "http://gis.zcu.cz/SPOI/Ontology#bestPracticesAtlasExample",
+	    "http://gis.zcu.cz/SPOI/Ontology#industrial_building",
+      "http://gis.zcu.cz/SPOI/Ontology#hardware"],
+      "label": "Ecopanels",
+      "title": "Ecopanels",
+      "comment": {"@value": "Waste straw used to create high-quality building materials.", "@language": "en"},
+      "homepage": "https://www.ekopanely.cz/blog/projekt-dodavky-domu-do-indie/",
+      "sfWithin": [ "http://dbpedia.org/resource/Czech_Republic",
+	    "http://www.geonames.org/3077311/",
+	    "https://www.wikidata.org/entity/Q213" ],
+      "asWKT": "POINT(15.611222 49.997601)",
+      "created": "2020-11-23",
+      "identifier": "http://www.sdi4apps.eu/poi/#bp085-ecopanels",
+      "publisher": "SPOI (http://sdi4apps.eu/spoi)",
+      "rights": "http://opendatacommons.org/licenses/odbl/1.0/",
+      "source": "https://atlasbestpractices.com"}
+] }