[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ref-Links] YAHC & RDF



Hi, here's some fun - More RDF.

Following yesterday's post on an RDF description for DOI infrastructure I
modified the YAHC client so that a DOI can now be resolved either to a list
of handle values or (by clicking the checkbox "Return RDF") to a complete
RDF description for that DOI. Results for an application type (or regular)
DOI and for an administrative type (or service) DOI are as shown below.

Tony

http://www2.harcourt-international.com/~tony/yahc/



### Application Type (or Regular) DOI

1. "Return RDF" unchecked. ("Virtuality" checked to add DOI application
profile.)

Handle URI: doi:10.1016/S0304-4017(00)00375-7

--------------------------------------------------------------------------------

Handle Values Returned
-------------
[0, DOI:profile] doi:10.profile/crossref
[1, DOI:resource (URL)] http://lookup.sciencedirect.com/doi.asp?publisherid=10.1016&doi=S0304401700003757



2. "Return RDF" checked. ("Virtuality" checked to add DOI application
profile.)

Handle URI: doi:10.1016/S0304-4017(00)00375-7

--------------------------------------------------------------------------------
<?xml version="1.0"?>
<RDF
  xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:doi="http://www2.harcourt-international.com/~tony/schema/doi-schema-2001-01-12#"
>

<doi:DigitalObject about="doi:10.1016/S0304-4017(00)00375-7">
  <doi:profile resource="doi:10.profile/crossref">
  <doi:resource resource="http://lookup.sciencedirect.com/doi.asp?publisherid=10.1016&doi=S0304401700003757">
</doi:DigitalObject>

</RDF>


### Administrative Type (or Service) DOI

1. "Return RDF" unchecked. ("Virtuality" checked to add DOI application
profile.)

Handle URI: doi:10.profile/crossref

--------------------------------------------------------------------------------

Handle Values Returned
-------------
[0, DOI:label] CrossRef Profile
[1, DOI:description] CrossRef profile - A DOI application profile for the CrossRef application which looks up journal article DOIs from bibliographic
metadata queries.
[2, DOI:profile] doi:10.profile/null
[3, DOI:parent] doi:10.registry/profiles
[4, DOI:genre] Scholarly Journal Article
[5, DOI:service] http://www.crossref.org/query?
[6, DOI:schema] http://www.crossref.org/docs/doi_batch.dtd
[7, DOI:schemaDoc] http://www.crossref.org/docs/CrossRef_xml_dtd.pdf
[8, DOI:schemaDoc] http://www.crossref.org/docs/CrossRef_rules.pdf



2. "Return RDF" checked. ("Virtuality" checked to add DOI application
profile.)

Handle URI: doi:10.profile/crossref

--------------------------------------------------------------------------------
<?xml version="1.0"?>
<RDF
  xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:doi="http://www2.harcourt-international.com/~tony/schema/doi-schema-2001-01-12#"
>

<doi:Profile about="doi:10.profile/crossref">
  <doi:label>CrossRef Profile</doi:label>
  <doi:description>CrossRef profile - A DOI application profile for the CrossRef application which looks up journal article DOIs from bibliographic
metadata queries.</doi:description>
  <doi:profile resource="doi:10.profile/null">
  <doi:parent resource="doi:10.registry/profiles">
  <doi:genre>Scholarly Journal Article</doi:genre>
  <doi:service resource="http://www.crossref.org/query?">
  <doi:schema resource="http://www.crossref.org/docs/doi_batch.dtd">
  <doi:schemaDoc resource="http://www.crossref.org/docs/CrossRef_xml_dtd.pdf">
  <doi:schemaDoc resource="http://www.crossref.org/docs/CrossRef_rules.pdf">
</doi:Profile>

</RDF>





------------------------------------------------------
Ref-Links maillist  -  Ref-Links@doi.org
http://www.doi.org/mailman/listinfo/ref-links