Re: newbie-question

Ursula,

Kannst Du mir bitte einfach Sagen, was Du brauchts.
Ich werde aus deine Frage nicht Schlau.

Can you please explain to me what you need? I dont understand your
question.

Grusse,
mike
--- Ursula Bartels <bartels@mskgmbh.com> wrote:
> 
> hallo
> 
> i need help again!
> i created an rdf-schema like this:
> 
> -------------------------------------------------
> <?xml version="1.0"?>
> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
> xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" 
> xmlns="www.meineseite.de/EinsdokBasicDocument.rdfs">
> 	<!--
>    Top level class 'EinsdokBasisdokument'
> -->
> 	<rdfs:Class rdf:ID="EinsdokBasisdokument"/>
> 	<!-- 
>     Properties specific to "EinsdokBasisdokument"
> -->
> 	<rdf:Property rdf:ID="dokumenttyp">
> 		<rdfs:domain rdf:resource="#EinsdokBasisdokument"/>
> 		<rdfs:range rdf:resource="#Literal"/>
> 	</rdf:Property>
> 	<rdf:Property rdf:ID="erstellerName">
> 		<rdfs:domain rdf:resource="#EinsdokBasisdokument"/>
> 		<rdfs:range rdf:resource="#ErstellerName"/>
> 	</rdf:Property>
> 	<rdf:Property rdf:ID="erstellungsDatum">
> 		<rdfs:domain rdf:resource="#EinsdokBasisdokument"/>
> 		<rdfs:range rdf:resource="#Literal"/>
> 	</rdf:Property>
> 	<!-- 
>    instantiate Property "erstellerName" 
> -->
> 	<rdfs:Class rdf:ID="ErstellerName"/>
> 	<!-- 
>     Properties specific to  "ErstellerName"
> -->
> 	
> 	<rdf:Property rdf:ID="vornamen">
> 		<rdfs:domain rdf:resource="#ErstellerName"/>
> 		<rdfs:range rdf:resource="#Literal"/>
> 	</rdf:Property>
> 	<rdf:Property rdf:ID="nachname">
> 		<rdfs:domain rdf:resource="#ErstellerName"/>
> 		<rdfs:range rdf:resource="#Literal"/>
> 	</rdf:Property>
> </rdf:RDF>
>
-------------------------------------------------------------------------------
> 
> 
> my question is: how would look an associated rdf-dokument?
> my miserable trying looks like this:
> 
> 
>
-------------------------------------------------------------------------------
> <?xml version="1.0"?>
>   <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>   xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
> xmlns:edbd="http://www.meineseite.de/EinsdokBasicDocument.rdfs#"> 
>   
>   <rdf:Description
>
rdf:about="http://www.meineseite.de/EinsdokBasicDocument#EinsdokBasisDocument">
> 
>   <edbd:dokumenttyp>EinsdokBasisDocument</edbd:dokumenttyp>
> </rdf:Description>  
> 
> <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>
>
-------------------------------------------------------------------------------
> Thanks for help!!!!!!!!!
> Ursula Bartels
> 
> 
> 
> 
> MSK GESELLSCHAFT FUER AUTOMATISIERUNG MBH
> Friedrich-Ebert-Allee 33
> 22869 Schenefeld
> Germany
> 
> Telefon +49 40 839 286 15
> Telefax +49 40 839 286 29
> e-mail bartels@mskgmbh.com
> www.1dok.org
> 
> 


=====
James Michael DuPont
http://introspector.sourceforge.net/

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

Received on Saturday, 18 January 2003 10:39:09 UTC