Skip to content

Instantly share code, notes, and snippets.

@agmangas
Last active November 3, 2020 13:24
Show Gist options
  • Save agmangas/bcf9695e3c04d479dd2c5f2f1c22eb4f to your computer and use it in GitHub Desktop.
Save agmangas/bcf9695e3c04d479dd2c5f2f1c22eb4f to your computer and use it in GitHub Desktop.
BRegDCAT-AP v2 sample (Spain)
@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 ;
dct:identifier "31043-a1" ;
dct:title "Registros de vehículos"@es ;
dct:title "Vehicles register"@en ;
dct:publisher <https://administracion.gob.es/> ;
foaf:homepage <https://sede.dgt.gob.es/es/vehiculos/informe-de-vehiculo/> ;
dct:LinguisticSystem <http://id.loc.gov/vocabulary/iso639-1/es> ;
dcat:themeTaxonomy <http://eurovoc.europa.eu/100141> ;
dct:spatial <http://publications.europa.eu/resource/authority/country/ESP> ;
dcat:dataset [
a dcat:Dataset ;
dct:description "Series históricas - Parque de vehículos - 2019"@es ;
dct:description "National yearly vehicles register - 2019"@en ;
dct:identifier "parque-vehiculos-2019" ;
dct:title "Parque de vehículos - 2019"@es ;
dct:title "National vehicles register - 2019"@en ;
dcat:theme <http://eurovoc.europa.eu/100154> ;
dcat:distribution [
a dcat:Distribution ;
dcat:accessURL <http://www.dgt.es/Galerias/seguridad-vial/estadisticas-e-indicadores/parque-vehiculos/series-historicas/series_parque_2019.xlsx> ;
dcat:mediaType <https://www.w3.org/ns/iana/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.sheet#Resource>
] ;
dcat:keyword "vehicle" ;
dcat:keyword "transportation" ;
dct:spatial <http://publications.europa.eu/resource/authority/country/ESP> ;
dct:temporal [
a dct:PeriodOfTime ;
dcat:startDate "2019-01-01T00:00:00"^^xsd:dateTime ;
dcat:endDate "2020-01-01T00:00:00"^^xsd:dateTime
]
] ;
dcat:dataset [
a dcat:Dataset ;
dct:description "Series históricas - Parque de vehículos - 2018"@es ;
dct:description "National yearly vehicles register - 2018"@en ;
dct:identifier "parque-vehiculos-2018" ;
dct:title "Parque de vehículos - 2018"@es ;
dct:title "National vehicles register - 2018"@en ;
dcat:theme <http://eurovoc.europa.eu/100154> ;
dcat:distribution [
a dcat:Distribution ;
dcat:accessURL <http://www.dgt.es/Galerias/seguridad-vial/estadisticas-e-indicadores/parque-vehiculos/series-historicas/parque_2018.xlsx> ;
dcat:mediaType <https://www.w3.org/ns/iana/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.sheet#Resource>
] ;
dcat:keyword "vehicle" ;
dcat:keyword "transportation" ;
dct:spatial <http://publications.europa.eu/resource/authority/country/ESP> ;
dct:temporal [
a dct:PeriodOfTime ;
dcat:startDate "2018-01-01T00:00:00"^^xsd:dateTime ;
dcat:endDate "2019-01-01T00:00:00"^^xsd:dateTime
]
] .
<https://administracion.gob.es/>
a foaf:Agent ;
foaf:name "Administración Pública del Gobierno de España" ;
dct:identifier "a1b2-1234892" ;
skos:inScheme <http://publications.europa.eu/resource/authority/corporate-body> ;
dct:type <http://purl.org/adms/publishertype/NationalAuthority> .
<https://sede.dgt.gob.es/es/vehiculos/informe-de-vehiculo/>
a foaf:Document .
<http://eurovoc.europa.eu/100141>
a skos:ConceptScheme ;
dct:title "EuroVoc" .
<http://purl.org/adms/publishertype/NationalAuthority>
a skos:Concept ;
skos:prefLabel "National authority" ;
skos:inScheme <http://purl.org/adms/publishertype/1.0> .
<http://purl.org/adms/publishertype/1.0>
a skos:ConceptScheme ;
dct:title "Publisher Type" .
<http://eurovoc.europa.eu/100154>
a skos:Concept ;
skos:prefLabel "48 TRANSPORT" .
<https://www.w3.org/ns/iana/media-types/application/vnd.openxmlformats-officedocument.spreadsheetml.sheet#Resource>
a dct:MediaType .
<http://publications.europa.eu/resource/authority/country/ESP>
a dct:Location ;
skos:inScheme <http://publications.europa.eu/resource/authority/country> .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment