- From: Laurian Gridinoc <laurian@gmail.com>
- Date: Fri, 9 Jul 2004 02:55:43 +0000
- To: www-rdf-interest@w3.org
Hello, When having such wide choice of partial overlapping vocabularies, what would be the best solution -- to try to use from each the most meaningful elements (mixing vocabularies), the result having a namespace soup, or to create my own vocabulary and promote partial understanding by usage of rdfs:seeAlso in its schema? Something like: <rdf:Property rdf:about="http://NEW/#messageid" rdfs:label="messageId" rdfs:comment="The unique Message-Id"> <rdfs:subPropertyOf rdf:resource="http://purl.org/dc/elements/1.1/identifier"/> <rdfs:seeAlso rdf:resource="http://xmlns.filsa.org/xmlns.filsa.net/emir/0.2/#messageid"/> <rdfs:seeAlso rdf:resource="http://www.openhealth.org/xmtp#Message-ID"/> <rdfs:seeAlso rdf:resource="URN:ietf:params:rfc822:message-id"/> </rdf:Property> Or should I use owl:sameAs or owl:equivalentProperty instead of rdfs:seeAlso? Thank you, -- Laurian Gridinoc Chief Developer GRAPEFRUIT DESIGN www.gd.ro
Received on Thursday, 8 July 2004 22:58:57 UTC