Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tema QUDT - estamos creando IRIs que no controlamos. #25

Open
jgsogo opened this issue Jan 10, 2015 · 5 comments
Open

Tema QUDT - estamos creando IRIs que no controlamos. #25

jgsogo opened this issue Jan 10, 2015 · 5 comments

Comments

@jgsogo
Copy link
Owner

jgsogo commented Jan 10, 2015

Estamos poniendo en algunos sitios (al menos en food y recipes) que utilizamos las unidades de medida de QUDT y, al hacer la conversión a RDF a través de R2RML metemos que

rr:subjectMap [ 
        rr:template 'http://qudt.org/vocab/unit#{"Msre_Desc"}';
         rr:class <http://qudt.org/schema/qudt#NotUsedWithSIUnit>;
         ];

¿qué opináis de hacer sustituirlo por?

rr:subjectMap [ 
        rr:template 'http://rafco.jgsogo.es/datosabiertos/resource/unit/{"Msre_Desc"}';
         rr:class <http://qudt.org/schema/qudt#NotUsedWithSIUnit>;
         ];

así definimos un recurso sobre el cuál tenemos control. Después podríamos meter un sameAs (linking del que quiere @alfhonso ) con qudt para las unidades que sí existan en QUDT

@ghost
Copy link

ghost commented Jan 10, 2015

A mi me parece bien.

Este y otros cambios que se os ocurran sobre el R2RML metedlo vosotros directamente, me fio de lo que decidáis. Luego dejadme en un comentario en el .doc lo que tenga que actualizar en la memoria y ya está.

@jgsogo
Copy link
Owner Author

jgsogo commented Jan 11, 2015

Recopilando información (que tenga aspecto de RDF/XML) de QUDT:

@jgsogo
Copy link
Owner Author

jgsogo commented Jan 11, 2015

commit con los cambios: 86a14af

@jgsogo
Copy link
Owner Author

jgsogo commented Jan 11, 2015

Errores relacionados con esto:

  • En Nutrients hay una columna "Units" que no son unidades, sino el símbolo que las representa, por lo tanto al hacer el mapping (p.ej.: http://qudt.org/vocab/unit#Kcal) no va a existir el link

@ghost
Copy link

ghost commented Jan 11, 2015

Lo podemos meter en el future work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant