bp085-ecopanels.json 1.9 KB

1234567891011121314151617181920212223242526272829303132
  1. { "@context": {
  2. "created": { "@id": "http://purl.org/dc/terms/1.1/created", "@type": "http://www.w3.org/2001/XMLSchema#date" },
  3. "sfWithin": { "@id": "http://www.opengis.net/ont/geosparql#sfWithin", "@type": "@id" },
  4. "publisher": { "@id": "http://purl.org/dc/elements/1.1/publisher" },
  5. "asWKT": { "@id": "http://www.opengis.net/ont/geosparql#asWKT", "@type": "http://www.openlinksw.com/schemas/virtrdf#Geometry" },
  6. "source": { "@id": "http://purl.org/dc/elements/1.1/source", "@type": "@id" },
  7. "identifier": { "@id": "http://purl.org/dc/elements/1.1/identifier", "@type": "@id" },
  8. "homepage": { "@id": "http://xmlns.com/foaf/0.1/homepage", "@type": "@id" },
  9. "title": { "@id": "http://purl.org/dc/elements/1.1/title" },
  10. "label": { "@id": "http://www.w3.org/2000/01/rdf-schema#label" },
  11. "comment": { "@id": "http://www.w3.org/2000/01/rdf-schema#comment" },
  12. "rights": { "@id": "http://purl.org/dc/elements/1.1/rights", "@type": "@id" }
  13. },
  14. "@graph": [
  15. { "@id": "http://www.sdi4apps.eu/poi/#bp085-ecopanels",
  16. "@type": [ "http://gis.zcu.cz/SPOI/Ontology#bestPracticesAtlasExample",
  17. "http://gis.zcu.cz/SPOI/Ontology#industrial_building",
  18. "http://gis.zcu.cz/SPOI/Ontology#hardware"],
  19. "label": "Ecopanels",
  20. "title": "Ecopanels",
  21. "comment": {"@value": "Waste straw used to create high-quality building materials.", "@language": "en"},
  22. "homepage": "https://www.ekopanely.cz/blog/projekt-dodavky-domu-do-indie/",
  23. "sfWithin": [ "http://dbpedia.org/resource/Czech_Republic",
  24. "http://www.geonames.org/3077311/",
  25. "https://www.wikidata.org/entity/Q213" ],
  26. "asWKT": "POINT(15.611222 49.997601)",
  27. "created": "2020-11-23",
  28. "identifier": "http://www.sdi4apps.eu/poi/#bp085-ecopanels",
  29. "publisher": "SPOI (http://sdi4apps.eu/spoi)",
  30. "rights": "http://opendatacommons.org/licenses/odbl/1.0/",
  31. "source": "https://atlasbestpractices.com"}
  32. ] }