@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   "2020-09-04T07:41:04.258Z"^^xsd:dateTime ;
        dcterms:modified  "2026-02-09T09:46:57.826Z"^^xsd:dateTime ;
        vivo:relates      <research-projects/10028> , <authors/3810> ;
        vivo:relates      [ a               foaf:Person ;
                            vivo:relatedBy  _:b0 ;
                            vcard:fn        "Díez Patier, Eduardo"
                          ] .

<authors/3810>  a         foaf:Person ;
        rdfs:label        "Díez Patier, Eduardo" ;
        obo:ARG_2000028   [ a                 vcard:Individual ;
                            obo:ARG_2000029   <authors/3810> ;
                            vcard:familyName  "Díez Patier" ;
                            vcard:givenName   "Eduardo"
                          ] ;
        dcterms:created   "2020-09-04T07:40:25.109Z"^^xsd:dateTime ;
        dcterms:modified  "2020-09-25T07:03:23.606Z"^^xsd:dateTime ;
        vivo:relatedBy    _:b0 ;
        owl:sameAs        <https://dialnet.unirioja.es/servlet/autor?codigo=749624> ;
        foaf:familyName   "Díez Patier" ;
        foaf:firstName    "Eduardo" ;
        foaf:name         "Díez Patier, Eduardo" .
