RDA-L

 View Only
last person joined: 8 days ago 

Open discussion of RDA, RDA Toolkit, and related topics
  • 1.  RDA registry and RDF

    Posted 8 days ago

    I'm working on some metadata - could you please confirm if they are correct?

    example

    @prefix ex: <http://example.org/> .
    @prefix rdaa: <http://rdaregistry.info/Elements/a/> .
    @prefix rdam: <http://rdaregistry.info/Elements/m/> .
    @prefix rdae: <http://rdaregistry.info/Elements/e/> .
    @prefix rdaw: <http://rdaregistry.info/Elements/w/> .
    @prefix rdact: <http://rdaregistry.info/termList/RDACarrierType/> .
    @prefix rdamt: <http://rdaregistry.info/termList/RDAMediaType/> .
    @prefix rdaco: <http://rdaregistry.info/termList/RDAContentType/> .
    @prefix rdami: <http://rdaregistry.info/termList/ModeIssue/> .
    @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

    # Agente 1: Rafael Bernal
    ex:A1 a rdaa:Person ;
      rdaa:P50117 "Bernal, Rafael" ;
      rdaa:P50121 "1915" ;
      rdaa:P50120 "1972" ;
      rdaa:P50411 "Bernal, Rafael, 1915-1972" .

    # Agente 2: Ricardo Peláez Goycochea
    ex:A2 a rdaa:Person ;
      rdaa:P50117 "Peláez Goycochea, Ricardo" ;
      rdaa:P50103 "Pelaéz, Ricardo" ;
      rdaa:P50411 "Peláez Goycochea, Ricardo" .

    # Agente 3: Luis Humberto Crosthwaite
    ex:A3 a rdaa:Person ;
      rdaa:P50117 "Crosthwaite, Luis Humberto" ;
      rdaa:P50121 "1962" ;
      rdaa:P50411 "Crosthwaite, Luis Humberto, 1962-" .

    # Obra original
    ex:W1 a rdaw:Work ;
      rdaw:P10223 "El Complot mongol" ;
      rdaw:P10219 "1969" ;
      rdaw:P10004 "Novela" ;
      rdaw:P10436 ex:A1 ;
      rdaw:P10331 "Bernal, Rafael, 1915-1972. Complot mongol" .

    # Obra derivada: novela gráfica
    ex:W2 a rdaw:Work ;
      rdaw:P10223 "Complot mongol" ;
      rdaw:P10219 "2017" ;
      rdaw:P10004 "Novela gráfica" ;
      rdaw:P10429 ex:A3 ;
      rdaw:P10331 "Crosthwaite, Luis Humberto, 1962-. Complot mongol" ;
      rdaw:P10252 ex:W1 .

    # Expresión de W2
    ex:E1 a rdae:Expression ;
      rdae:P20006 "Español" ;
      rdae:P20001 rdaco:1020 ;
      rdae:P20001 rdaco:1014 ;
      rdae:P20231 ex:W2 .

    # Manifestación de W2
    ex:M1 a rdam:Manifestation ;
      rdam:P30156 "El complot mongol"@es ;
      rdam:P30142 "novela gráfica"@es ;
      rdam:P30105 "Rafael Bernal ; dibujo Ricardo Pelaéz ; guión Luis Humberto Crosthwaite"@es ;
      rdam:P30088 "México, D.F. :" ;
      rdam:P30176 "Joaquín Mortiz" ;
      rdam:P30176 "Fondo de Cultura Económica" ;
      rdam:P30011 "2017" ;
      rdam:P30182 "120 páginas"@es ;
      rdam:P30453 "ilustraciones"@es ;
      rdam:P30157 "Tezontle" ;
      rdam:P30004 "978-607-16-4567-8" ;
      rdam:P30001 rdact:1049 ;
      rdam:P30002 rdamt:1007 ;
      rdam:P30003 rdami:1001 ;
      rdam:P30159 ex:E1 .



    ------------------------------
    Omar Hernandez
    UNAM
    ------------------------------