Code Monkey home page Code Monkey logo

organizacion-y-servicios's Introduction

Categoría de Organización y Servicios

Vocabulario para la representación de la organización y los servicios del proyecto UniversiDATA

Propósito y alcance del vocabulario

El propósito de este vocabulario es describir de forma semántica todo lo que hace alusión a los centros y departamentos universitarios. En cuanto al centro, contiene información acerca de las escuelas, facultades, centros de estudios, institutos de investigación, clínicas, hospitales, etc. Para la parte de departamentos, se trata como una unidad docente/investigadora, no como unidad organizativa/administrativa genérica.

Links de interés

Ontologías:
https://github.com/openuniversitydata/organizacion-y-servicios/blob/main/vocab-centros/ontology/Centro%20Ontology.ttl
https://github.com/openuniversitydata/organizacion-y-servicios/blob/main/vocab-departamentos/ontology/Departamento%20Ontology.ttl

Documentaciones de las ontologías:
https://github.com/openuniversitydata/organizacion-y-servicios/blob/main/vocab-centros/doc/index-es.html
https://github.com/openuniversitydata/organizacion-y-servicios/blob/main/vocab-departamentos/doc/index-es.html

Modelos ontológicos conceptuales:
https://github.com/openuniversitydata/organizacion-y-servicios/blob/main/vocab-centros/resources/Centro%20Diagrama_v4.svg
https://github.com/openuniversitydata/organizacion-y-servicios/blob/main/vocab-departamentos/resources/Departamento%20Diagrama_v3.svg

Ejemplos:
https://github.com/openuniversitydata/organizacion-y-servicios/blob/main/vocab-centros/examples/Centro%20Ejemplo.ttl
https://github.com/openuniversitydata/organizacion-y-servicios/blob/main/vocab-departamentos/examples/Departamento%20Ejemplo.ttl

Mappings de las ontologías:
https://github.com/openuniversitydata/organizacion-y-servicios/blob/main/vocab-centros/mappings/Centro%20Mapping.yml
https://github.com/openuniversitydata/organizacion-y-servicios/blob/main/vocab-departamentos/mappings/Departamento%20Mapping.yml

Grafos de conocimientos RDF:
https://github.com/openuniversitydata/organizacion-y-servicios/blob/main/vocab-centros/examples/Centro%20Knowledge%20Graph.nt
https://github.com/openuniversitydata/organizacion-y-servicios/blob/main/vocab-departamentos/examples/Departamento%20Knowledge%20Graph.nt

organizacion-y-servicios's People

Contributors

vcuende avatar

Watchers

Oscar Corcho avatar

organizacion-y-servicios's Issues

La relación con hasSite debe ser más compleja

Ahora mismo se relaciona un centro con un hasSite con un punto

org:hasSite <http://www.example.org/openuniversitydata/point/-3.83561;40.40575> ;

en general, lo que se esperaría es que se relacionara con un hasSite con el recurso http://www.example.org/openuniversitydata/recurso/centro/ETSIINF/site

Y que este recurso se describiera como un rdf:type geosparql:Feature
Y que este recurso tuviera un geosparql:hasGeometry a http://www.example.org/openuniversitydata/recurso/centro/ETSIINF/site/geometry

Y que http://www.example.org/openuniversitydata/recurso/centro/ETSIINF/site/geometry fuera el que es un punto, tiene geo:lat y geo:long, y geosparql:asWKT.

Usar datos.ign.es para municipios.

Sería ideal si se pueden enlazar los municipios con los municipios que aparecen en datos.ign.es. El proceso de reconciliación puede ser un poco pesado, pero sería muy buen resultado. Requerirá probablemente un proceso previo, dado que datos.ign.es no proporciona un servicio de reconciliación de entidades.

esadm:municipio <http://openuniversitydata/recurso/Boadilla_del_Monte> ;

En la nomenclatura de los recursos, es bueno que se ponga la clase a la que pertenecen

Por ejemplo, aparece dos veces Leganés, una para el campus y otra para el municipio. Independientemente de que se cambie el municipio a datos.ign.es, sí sería relevante que los recursos se nombren como www.example.org/openuniversitydata/recurso/campus/leganes o www.example.org/openuniversitydata/recurso/universidad/UC3M, etc.

<http://openuniversitydata/recurso/Universidad-Carlos-III-de-Madrid> <http://openuniversitydata/def#tieneAsociado> <http://openuniversitydata/recurso/2021-22>.

Maintain only one format for the ontology (TTL or XML) and add some annotation properties

You can keep only one (no need for the two):

@prefix dc: <http://purl.org/dc/elements/1.1/> .

Besides, you can add some basic metadata on the ontology, as you can see in other ontologies from vocab.ciudadesabiertas.es (go to their OWL implementations and you will see them). Just copy and paste and edit, after checking that they can be opened in Protege.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.