Skip to content

Instantly share code, notes, and snippets.

@pauloo23
pauloo23 / Famalicao.jsonld
Created October 30, 2022 15:47
NGSI-LD @context file to represent data of Famalicão city
{
"@context": {
"type": "@type",
"id": "@id",
"ngsi-ld": "https://uri.etsi.org/ngsi-ld/",
"fiware": "https://uri.fiware.org/ns/data-models#",
"schema": "https://schema.org/",
"CrowdFlowObserved": "fiware:CrowdFlowObserved",
"peopleCountEstrangeiros": "fiware:peopleCountEstrangeiros",
"peopleCountNacionais": "fiware:peopleCountNacionais"
<?xml version="1.0"?>
<!--
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
@pauloo23
pauloo23 / core-site.xml
Created September 22, 2022 08:41
Core-site xlm config
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<!--
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software