Hello! > <rdf:Description rdf:about="http://www.meineseite.de/EinsdokBasicDocument#EinsdokBasisDocument"> > <edbd:erstellerName> > ?????????? > > <edbd:anrede>Frau</fa:anrede> > <edbd:titel>0</fa:titel> > <edbd:vornamen>Ursula</fa:vornamen> > <edbd:nachname>Bartels</fa:nachname> > <edbd:dienstbezeichnung>Informatikerin</fa:dienstbezeichnung> > <edbd:funktion>Projektmitarbeiterin</fa:funktion> > ?????????? > </edbd:erstellerName> > </rdf:Description> > </rdf:RDF> You will have to alternate descriptions (nodes) and their properties. See Dan Brickleys "Understanding the Striped RDF/XML Syntax" [1]. As you start with a description of EinsdokBasisDokument, followed by your erstellerName property, you'll need another description now. So in place of your ????s, just put <rdf:Description> and </rdf:Description> respectively. The enclosed properties then become properties of this new anonymous node. Maybe you even have a URI for the person you describe this way, then you can add that as rdf:about attribute to the description. Oh and you may want to fix the end tags from </fa:...> to </edbd:...> :-) Regards, Karsten Otto [1] http://www.w3.org/2001/10/stripes/Received on Friday, 17 January 2003 09:37:20 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:44:40 UTC