|
I know there is vCard ontology but I need to express an address as plain dump literal. Which RDF property could be used best, or should I craft my own property as the data will not be much reusable anyway? The use case is a custom display of free-form address information, so all know about the literal data values is that it represents an address. Should I just misuse |
|
I think it would be reasonable to craft your own property (certainly preferable to abusing vcard:adr). If you are really keen on reusing a property http://dbpedia.org/property/address has few restrictions on its use (and it has all kinds of objects (integers, strings, URIs)) also - http://swrc.ontoware.org/ontology#address (but it doesn't seem to be widely used) |

