View gist:41be81e34f0d37069d02ceee4422f110
This file contains 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
Este fichero es un ejemplo para publicar en MAVEN CENTRAL | |
<?xml version="1.0" encoding="UTF-8"?> | |
<!-- Este fichero contiene acceso y claves, es un fichero que no se puede subir a ningún repositorio, solo es para publicar en MAVEN CENTRAL --> | |
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"> | |
<servers> | |
<server> | |
<id>ossrh</id> |
View gist:c7dbb1bf24953d4c88da5eb37c784112
This file contains 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
<!-- plugin necesarios para publicar en MAVEN CENTRAL--> | |
<plugin> | |
<groupId>org.sonatype.plugins</groupId> | |
<artifactId>nexus-staging-maven-plugin</artifactId> | |
<version>1.6.8</version> | |
<extensions>true</extensions> | |
<configuration> | |
<serverId>ossrh</serverId> | |
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> | |
<autoReleaseAfterClose>true</autoReleaseAfterClose> |
View gist:c8f388745c0f8ea4fb7108351ef91b3b
This file contains 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 dpay: <http://datos.crtm.es/recurso/transporte/validacion/dpaypoint/> | |
PREFIX gsp: <http://www.opengis.net/ont/geosparql#> | |
PREFIX ttp: <http://vocab.linkeddata.es/datosabiertos/def/transporte/tarjeta-transporte-publico#> | |
PREFIX validacionInstancia: <http://crtm.linkeddata.es/recurso/transporte/validacion/> | |
PREFIX ssn: <http://purl.oclc.org/NET/ssnx/ssn> | |
SELECT DISTINCT ?hashTarjeta ?title ?perfil ?FechaYhora ?dPayPoint ?coordenadas | |
FROM NAMED <http://crtm.linkeddata.es/graph/data/validaciones> | |
FROM NAMED <http://crtm.linkeddata.es/graph/data/dpaypoints> |
View gist:80156e159d509bddd7bccb35a16faef2
This file contains 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 dpay: <http://datos.crtm.es/recurso/transporte/validacion/dpaypoint/> | |
PREFIX gsp: <http://www.opengis.net/ont/geosparql#> | |
PREFIX ttp: <http://vocab.linkeddata.es/datosabiertos/def/transporte/tarjeta-transporte-publico#> | |
PREFIX validacionInstancia: <http://crtm.linkeddata.es/recurso/transporte/validacion/> | |
PREFIX ssn: <http://purl.oclc.org/NET/ssnx/ssn> | |
SELECT DISTINCT ?dPayPoint ?geometry | |
FROM NAMED <http://crtm.linkeddata.es/graph/data/validaciones> | |
FROM NAMED <http://crtm.linkeddata.es/graph/data/dpaypoints> | |
WHERE { |
View gist:4a8be943447c477d8fd6a24308b59311
This file contains 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
Plantilla utilizada en topología: dPayPoint_v6.plantilla | |
Plantilla utilizada en validación: validacionEntrada_v8.plantilla | |
Fecha de última actualización de este documento: 2 agosto 2016 | |
PREFIX dpay: <http://datos.crtm.es/recurso/transporte/validacion/dpaypoint/> | |
PREFIX gsp: <http://www.opengis.net/ont/geosparql#> | |
PREFIX ttp: <http://vocab.linkeddata.es/datosabiertos/def/transporte/tarjeta-transporte-publico#> | |
PREFIX validacionInstancia: <http://crtm.linkeddata.es/recurso/transporte/validacion/> | |
PREFIX ssn: <http://purl.oclc.org/NET/ssnx/ssn> |