ISO 15926-4 objects dereferenceable?

Post Reply
Message
Author
OnnoPaap
Posts: 189
Joined: Sun Jan 22, 2012 9:14 pm

ISO 15926-4 objects dereferenceable?

#1 Post by OnnoPaap »

The namespace of an object in ISO 15926-4 is given on the spreadsheets see link

I would like to discuss how to make these objects dereferenceable. An action item of the last MMT meeting

For example: impeller

Code: Select all

http://standards.tc184-sc4.org/iso/15926/tech/reference-data#RDL7743
In order to make this URI dereferenceable at any point of the path for namespace

Code: Select all

http://standards.tc184-sc4.org/iso/15926/tech/reference-data
it would take a PURL server to make a fine-grained redirect to e.g. the JORD server at http://posccaesar.org/rdl/RDS414539 where the Impeller is online.

But let's look at the semantic web ontology dbpedia.org.

"impeller" has the URI

Code: Select all

http://dbpedia.org/resource/Impeller
and 
http://dbpedia.org/page/Impeller
but its dereferenceable address is

Code: Select all

http://dbpedia.org/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FImpeller&sid=10962
Some URIs are indeed working off redirect services. For example you can put the Yago Ontology URI

Code: Select all

http://yago-knowledge.org/resource/Impeller
in a browser address bar and it will redirect you to

Code: Select all

http://lod.openlinksw.com/describe/?uri=http://yago-knowledge.org/resource/Impeller
Question is: how should we make the ISO 15926-4 classes dereferenceable?

HansTeijgeler
Posts: 283
Joined: Sun Jan 22, 2012 10:02 pm

Re: ISO 15926-4 objects dereferenceable?

#2 Post by HansTeijgeler »

Onno,

Why would you want that? I assume that all Part 4 data have been nicely covered by the RDL. Forget about them.

Post Reply