@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/> .

<authors/4294>  a         foaf:Person ;
        rdfs:label        "Salmerón López, Ana del Mar" ;
        obo:ARG_2000028   [ a                 vcard:Individual ;
                            obo:ARG_2000029   <authors/4294> ;
                            vcard:familyName  "Salmerón López" ;
                            vcard:givenName   "Ana del Mar"
                          ] ;
        dcterms:created   "2022-07-27T17:32:19.951Z"^^xsd:dateTime ;
        dcterms:modified  "2026-04-18T10:21:44.159Z"^^xsd:dateTime ;
        vivo:relatedBy    _:b0 , _:b1 , _:b2 ;
        vivo:relatedBy    [ a             vivo:Authorship , vivo:Relationship ;
                            vivo:relates  <authors/4294> , <publications/97855>
                          ] ;
        vivo:relatedBy    [ a             vivo:Authorship , vivo:Relationship ;
                            vivo:relates  <publications/125179> , <authors/4294>
                          ] ;
        vivo:relatedBy    [ a             vivo:Position , vivo:Relationship ;
                            vivo:relates  <research-groups/95> , <authors/4294> ;
                            vivo:role     "Colaborador"
                          ] ;
        vivo:relatedBy    [ a             vivo:Authorship , vivo:Relationship ;
                            vivo:relates  <authors/4294> , <publications/133757>
                          ] ;
        owl:sameAs        <https://orcid.org/0000-0002-8674-7521> ;
        foaf:familyName   "Salmerón López" ;
        foaf:firstName    "Ana del Mar" ;
        foaf:name         "Salmerón López, Ana del Mar" .

_:b0    a                 vivo:Relationship ;
        dcterms:created   "2023-11-26T23:15:13.584Z"^^xsd:dateTime ;
        dcterms:modified  "2026-02-09T09:44:29.284Z"^^xsd:dateTime ;
        vivo:relates      <authors/4294> , <research-projects/11175> ;
        vivo:relates      [ a               foaf:Person ;
                            vivo:relatedBy  _:b0 ;
                            vcard:fn        "Salmerón López, Ana del Mar"
                          ] .

_:b1    a                 vivo:Relationship ;
        dcterms:created   "2023-05-29T09:57:34.74Z"^^xsd:dateTime ;
        dcterms:modified  "2023-05-29T09:57:34.74Z"^^xsd:dateTime ;
        vivo:relates      <authors/4294> , <research-projects/11112> ;
        vivo:relates      [ a               foaf:Person ;
                            vivo:relatedBy  _:b1 ;
                            vcard:fn        "Ana del Mar Salmerón López"
                          ] .

_:b2    a                 vivo:Relationship ;
        dcterms:created   "2026-02-09T10:15:40.961Z"^^xsd:dateTime ;
        dcterms:modified  "2026-02-09T10:15:40.961Z"^^xsd:dateTime ;
        vivo:relates      <authors/4294> , <research-projects/11422> ;
        vivo:relates      [ a               foaf:Person ;
                            vivo:relatedBy  _:b2 ;
                            vcard:fn        "Salmerón López, Ana del Mar"
                          ] .
