Re: Yet another problems with URIs and reference

Hi,

as I was briefly answering to Paul...
I'm thinking about this, but i cannot have blank nodes for identifiers: they
are object of a specific community process.
That is, some identifiers gets a a status of "reserved by somebody", and
it's a first class object: must be "named" directly.
I'm wondering if this ends up in a double URIs for the identifier and the
resource. It looks a bit overdone at first.

best,
Andrea

Il giorno 12/nov/2011, alle ore 08.24, Toby Inkster ha scritto:

> On Thu, 10 Nov 2011 14:29:31 +0000
> "Andrea Splendiani" <andrea.splendiani@bbsrc.ac.uk> wrote:
> 
>> Now I can predicate in all these documents on http://xx/Berlin
>> referring to the actual city.
>> 
>> But I need to predicate on "http://xx/Berlin" intended as an
>> identifier
> 
> 	@prefix u: <http://purl.org/NET/uri#> .
> 	
> 	<http://xx/Berlin>
> 	  a ex:City ;
> 	  rdfs:label "Berlin"@en , "Berlin"@de ;
> 	  owl:sameAs <http://dbpedia.org/resource/Berlin> ;
> 	  u:identifier [
> 	    a u:Permalink ;
> 	    u:literal "http://xx/Berlin"^^xsd:anyURI ;
> 	    u:managed_by [ foaf:homepage <http://www.bbsrc.ac.uk/> ] ;
> 	    dc:issued "2011-11-10"^^xsd:date
> 	    ] ;
> 	  u:identifier [
> 	    a u:Permalink ;
> 	    u:literal "http://dbpedia.org/resource/Berlin"^^xsd:anyURI ;
> 	    u:managed_by [ foaf:homepage <http://dbpedia.org/> ] ;
> 	    dc:issued "2007-01-23"^^xsd:date
> 	    ] .
> 
> -- 
> Toby A Inkster
> <mailto:mail@tobyinkster.co.uk>
> <http://tobyinkster.co.uk>
> 
> 

Andrea Splendiani
Senior Bioinformatics Scientist
Centre for Mathematical and Computational Biology
+44(0)1582 763133 ext 2004
andrea.splendiani@bbsrc.ac.uk

Received on Monday, 14 November 2011 12:51:33 UTC