This file contains hidden or 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
#include <Adafruit_NeoPixel.h> | |
#include <Arduino.h> | |
#include <Automaton.h> | |
const uint16_t LED_NUM_01 = 30; | |
const uint16_t LED_PIN_01 = 7; | |
const uint16_t LED_NUM_02 = 30; | |
const uint16_t LED_PIN_02 = 8; | |
const uint8_t LED_BRIGHTNESS = 180; |
This file contains hidden or 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
<?xml version="1.0"?> | |
<!DOCTYPE rdf:RDF [ | |
<!ENTITY dct "http://purl.org/dc/terms/"> | |
<!ENTITY foaf "http://xmlns.com/foaf/0.1/"> | |
<!ENTITY dcat "http://www.w3.org/ns/dcat#"> | |
<!ENTITY adms "http://www.w3.org/ns/adms#"> | |
<!ENTITY vann "http://purl.org/vocab/vann/"> | |
<!ENTITY cc "http://creativecommons.org/ns#"> | |
<!ENTITY owl "http://www.w3.org/2002/07/owl#"> | |
<!ENTITY vcard "http://www.w3.org/2006/vcard/ns#"> |
This file contains hidden or 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
@prefix dcat: <http://www.w3.org/ns/dcat#> . | |
@prefix dc: <http://purl.org/dc/terms/> . | |
@prefix foaf: <http://xmlns.com/foaf/0.1/> . | |
@prefix skos: <http://www.w3.org/2004/02/skos/core#> . | |
<http://www.fundacionctic.org/breg-data#another-catalog> | |
a dcat:Catalog ; | |
dc:description "Another catalog description" ; | |
dc:identifier "Another catalog unique ID" ; | |
dc:title "Another catalog title" ; |
This file contains hidden or 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
{ | |
"@context": { | |
"adms": "http://www.w3.org/ns/adms#", | |
"cc": "http://creativecommons.org/ns#", | |
"cpsv": "http://purl.org/vocab/cpsv#", | |
"cv": "http://data.europa.eu/m8g/", | |
"dcat": "http://www.w3.org/ns/dcat#", | |
"dcatap": "http://data.europa.eu/r5r/", | |
"dcterms": "http://purl.org/dc/terms/", | |
"dqv": "http://www.w3.org/ns/dqv#", |
This file contains hidden or 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
@prefix dcat: <http://www.w3.org/ns/dcat#> . | |
@prefix dct: <http://purl.org/dc/terms/> . | |
@prefix foaf: <http://xmlns.com/foaf/0.1/> . | |
@prefix skos: <http://www.w3.org/2004/02/skos/core#> . | |
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | |
<https://joinup.ec.europa.eu/collection/access-base-registries/solution/abr-bregdcat-ap#vehicles-example> | |
a dcat:Catalog ; | |
dct:description "Vehicles Register | Data Governance / Enterprise Data Management [OPM] | Public Administration [OPM]" ; | |
dct:identifier "27348" ; |
This file contains hidden or 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
@prefix dcat: <http://www.w3.org/ns/dcat#> . | |
@prefix dct: <http://purl.org/dc/terms/> . | |
@prefix foaf: <http://xmlns.com/foaf/0.1/> . | |
@prefix skos: <http://www.w3.org/2004/02/skos/core#> . | |
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | |
<https://joinup.ec.europa.eu/collection/access-base-registries/solution/abr-bregdcat-ap#datasets-sample-spain> | |
a dcat:Catalog ; | |
dct:description "Catálogo de registros de vehículos"@es ; | |
dct:description "Vehicles register catalogue"@en ; |
This file contains hidden or 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
@prefix dcat: <http://www.w3.org/ns/dcat#> . | |
@prefix dct: <http://purl.org/dc/terms/> . | |
@prefix foaf: <http://xmlns.com/foaf/0.1/> . | |
@prefix skos: <http://www.w3.org/2004/02/skos/core#> . | |
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | |
<https://joinup.ec.europa.eu/collection/access-base-registries/solution/abr-bregdcat-ap#datasets-example-ireland> | |
a dcat:Catalog ; | |
dct:description "Promoting innovation and transparency through the publication of Irish Public Sector data in open, free and reusable formats." ; | |
dct:identifier "https://data.gov.ie/" ; |
This file contains hidden or 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
@prefix dcat: <http://www.w3.org/ns/dcat#> . | |
@prefix dct: <http://purl.org/dc/terms/> . | |
@prefix foaf: <http://xmlns.com/foaf/0.1/> . | |
@prefix skos: <http://www.w3.org/2004/02/skos/core#> . | |
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | |
<https://joinup.ec.europa.eu/collection/access-base-registries/solution/abr-bregdcat-ap#datasets-sample-norway> | |
a dcat:Catalog ; | |
dct:description "Datakatalog for REGISTERENHETEN I BRØNNØYSUND"@nb ; | |
dct:identifier "<http://dataset-catalogue:8080/catalogs/974760673>" ; |
This file contains hidden or 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
@prefix dcat: <http://www.w3.org/ns/dcat#> . | |
@prefix dct: <http://purl.org/dc/terms/> . | |
@prefix foaf: <http://xmlns.com/foaf/0.1/> . | |
@prefix skos: <http://www.w3.org/2004/02/skos/core#> . | |
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | |
<https://joinup.ec.europa.eu/collection/access-base-registries/solution/abr-bregdcat-ap#datasets-sample-malta> | |
a dcat:Catalog ; | |
dct:description "Register of Datasets (Data Catalogue) - OPM - [20593]" ; | |
dct:identifier "20593" ; |
This file contains hidden or 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
@prefix dcat: <http://www.w3.org/ns/dcat#> . | |
@prefix dct: <http://purl.org/dc/terms/> . | |
@prefix foaf: <http://xmlns.com/foaf/0.1/> . | |
@prefix skos: <http://www.w3.org/2004/02/skos/core#> . | |
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | |
@prefix cpsv: <http://purl.org/vocab/cpsv#> . | |
@prefix cv: <http://data.europa.eu/m8g/> . | |
# An example of a Public Organisation: | |
# "A Public Organisation is the responsible Agent for the delivery of a Public Service. |