Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Assignment1/DatasetDescriptions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ Samuel Salgueiro Sánche;Sami200701;Estudio de satisfacción de la ciudadanía c
Raúl Serrano Campillo; raulsc4; Politicians from the Citizens Alliance (Cyprus) party; https://www.workwithdata.com/datasets/politicians?f=1&fcol0=political_party&fop0=%3D&fval0=Citizens+Alliance+%28Cyprus%29; This dataset is about politicians and is filtered where the political party is Citizens Alliance (Cyprus). It has 10 columns such as politician, country, birth date, death date, and political party. The data is ordered by birth date.
Dakota Mellish, dmellish99, List of Citizen Science Projects in the Netherlands, https://doi.org/10.5281/zenodo.4724570, Provides a nice list of historical datasets that have been converted to digital format in the Netherlands. An example is a list of historical deeds from the 19th and 20th century.
El Haddad Noor; NoorElH; Kenya: Citizen Generated Data on Antimicrobial Resistance (AMR); https://data.amerigeoss.org/dataset/kenya-citizen-generated-data-on-antimicrobial-resistance-amr; This dataset contains data generated by citizens in Kenya, identifying barriers and drivers related to antimicrobial resistance through SMS and radio interactions.
Gabriela Salas Cabrera; gabrielasces; Clasificación de la CIE10 para intento, tentativa o causa de suicidio (ISTAC: CL_CIE10_SUICIDIO); https://data.europa.eu/data/datasets/https-datos-canarias-es-catalogos-estadisticas-dataset-urn-sdmx-org-sdmx-infomodel-codelist-codelist-istac-cl_cie10_suicidio?locale=es; This dataset contains information on suicide rates across various European countries. It includes data on age, gender, and other demographic factors contributing to suicide incidents, allowing for analysis of trends over time. The data has been collected from multiple sources, including national health organizations and research groups, and is aimed at aiding public health initiatives to reduce suicide rates across Europe.
23 changes: 23 additions & 0 deletions Assignment2/gabrielasces.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
@prefix ex: <http://example.org#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# Class01
ex:class01 a ex:Class ;
ex:includes ex:Sensor029, ex:computer229 .

# Sensor029
ex:Sensor029 a ex:Sensor ;
ex:includes ex:Measurement8401 .

# Measurement8401
ex:Measurement8401 a ex:Measurement ;
ex:hasTemperature "29"^^xsd:integer ;
ex:atTime "2010-06-12T12:01:12"^^xsd:dateTime .

# Computer229
ex:computer229 a ex:Computer ;
ex:hasOwner ex:User10A .

# User10A
ex:User10A a ex:Person ;
ex:hasName "Pedro" .