@base          <http://brujula.ual.es/> .
@prefix dct:   <http://purl.org/dc/terms/> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix bibo:  <http://purl.org/ontology/bibo/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vivo:  <http://vivoweb.org/ontology/core#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix obo:   <http://purl.obolibrary.org/obo/> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .

_:b0    a                 vivo:Relationship ;
        dcterms:created   "2025-04-03T08:41:37.76Z"^^xsd:dateTime ;
        dcterms:modified  "2026-02-09T09:41:55.353Z"^^xsd:dateTime ;
        vivo:relates      <authors/4647> , <research-projects/11276> ;
        vivo:relates      [ a               foaf:Person ;
                            vivo:relatedBy  _:b0 ;
                            vcard:email     "msp225@ual.es" ;
                            vcard:fn        "Segado Pérez, Martín"
                          ] .

<authors/4647>  a         foaf:Person ;
        rdfs:label        "Segado Pérez, Martín" ;
        obo:ARG_2000028   [ a                 vcard:Individual ;
                            obo:ARG_2000029   <authors/4647> ;
                            vcard:email       "msp225@ual.es" ;
                            vcard:familyName  "Segado Pérez" ;
                            vcard:givenName   "Martín"
                          ] ;
        dcterms:created   "2024-06-12T07:47:07.922Z"^^xsd:dateTime ;
        dcterms:modified  "2026-02-28T02:12:14.088Z"^^xsd:dateTime ;
        vivo:relatedBy    _:b0 ;
        vivo:relatedBy    [ a             vivo:Position , vivo:Relationship ;
                            vivo:relates  <research-groups/125> , <authors/4647> ;
                            vivo:role     "Miembro"
                          ] ;
        vivo:relatedBy    [ a             vivo:Authorship , vivo:Relationship ;
                            vivo:relates  <authors/4647> , <publications/113238>
                          ] ;
        vivo:relatedBy    [ a             vivo:Position , vivo:Relationship ;
                            vivo:relates  <departments/2> , <authors/4647>
                          ] ;
        vivo:relatedBy    [ a             vivo:Authorship , vivo:Relationship ;
                            vivo:relates  <authors/4647> , <publications/136223>
                          ] ;
        owl:sameAs        <https://www.scopus.com/authid/detail.uri?authorId=58195928500> , <https://dialnet.unirioja.es/servlet/autor?codigo=6702927> , <https://orcid.org/0009-0004-1257-5458> , <https://www.webofscience.com/wos/author/record/IRX-7768-2023> ;
        foaf:familyName   "Segado Pérez" ;
        foaf:firstName    "Martín" ;
        foaf:mbox         <mailto:msp225@ual.es> ;
        foaf:name         "Segado Pérez, Martín" .
