vCard Ontology MD questions

Hi,

I'm trying to create an example to see how our data from our address database [1] would look like using the new vCard [2] and Organization [3] ontologies.

At some point I'm not sure how to use the vCard Ontology. Maybe one could enlighten me.

So far I have a org:Organization which has a org:Site and the site has many addresses (vcard:Address). The site has also many email addresses and telephone numbers and some of them are in the context of an address.

To make it more clear here is a simple abstract example:

There is a Site.
The Site has Address1 and Address2.
There is Email1 and Email2.
There is Telephone1 and Telephone2.

Email1 and Telephone1 belong to Address1.
Email2 and Telephone2 don't belong to any address, but they have the same role and belong to the Site.

My questions are: 
How Address1, Email1 and Telephone1 can be bound together?
Does the hasRelation property something to do with it and how does a RelatedType class like Contact is used here.
I like to use the hasRole property to connect Email2 and Telephone2, but is this intended to do this?

hasRelation and hasRole are labeled as 'Organizational Properties', which makes me suspicious that they are not meant to be used in this context. I'm missing an example here. And if they are not meant to be used in this context, maybe a property hasContact is missing?

With a hasContact property it could look like:

$Site
    vcard:hasAddress $Address1 ;
    vcard:hasContact $SiteContact .
$SiteContact
    a vcard:Contact ;
    dc:description "A description of the sites contact" ;
    vcard:hasTelephone <tel:+61755555556> ;
    vcard:hasEmail <mailto:corky2@example.com> .
$Address1
    a vcard:Address ;
    vcard:hasContact $AddressContact .
$AddressContact
    a vcard:Contact ;
    dc:description "A description of the address contact" ;
    vcard:hasTelephone <tel:+61755555555> ;
    vcard:hasEmail <mailto:corky@example.com> .

Thanks in advance,

Carsten

[1] <http://sigel.staatsbibliothek-berlin.de/suche/linked-data-service/>
[2] <http://www.w3.org/TR/2013/WD-vcard-rdf-20130924/>
[3] <http://www.w3.org/TR/2013/CR-vocab-org-20130625/>

_______________________________________________
Carsten Klee
Abt. Überregionale Bibliographische Dienste IIE
Staatsbibliothek zu Berlin - Preußischer Kulturbesitz
Potsdamer Straße 33
10785 Berlin

Fon:  +49 30 266-43 44 02
Fax:   +49 30 266-33 40 01
carsten.klee@sbb.spk-berlin.de
www.zeitschriftendatenbank.de

Received on Thursday, 24 October 2013 16:31:39 UTC