Skip to content

Instantly share code, notes, and snippets.

@edsu
Created April 21, 2011 12:46
Show Gist options
  • Select an option

  • Save edsu/934407 to your computer and use it in GitHub Desktop.

Select an option

Save edsu/934407 to your computer and use it in GitHub Desktop.
curl --header "Accept: text/turtle" http://dx.doi.org/10.1126/science.1157784
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
<http://dx.doi.org/10.1126/science.1157784>
<http://prismstandard.org/namespaces/basic/2.1/doi> "10.1126/science.1157784" ;
<http://prismstandard.org/namespaces/basic/2.1/endingPage> "832" ;
<http://prismstandard.org/namespaces/basic/2.1/startingPage> "828" ;
<http://prismstandard.org/namespaces/basic/2.1/volume> "325" ;
<http://purl.org/dc/terms/creator> <http://id.crossref.org/contributor/a-h-renear-1z0zrfd0bp2b7>, <http://id.crossref.org/contributor/c-l-palmer-1z0zrfd0bp2b7> ;
<http://purl.org/dc/terms/date> "2009-08-13Z"^^<http://www.w3.org/2001/XMLSchema#date> ;
<http://purl.org/dc/terms/identifier> "10.1126/science.1157784" ;
<http://purl.org/dc/terms/isPartOf> <http://id.crossref.org/issn/0036-8075> ;
<http://purl.org/dc/terms/publisher> "American Association for the Advancement of Science AAAS (Science)" ;
<http://purl.org/dc/terms/title> "Strategic Reading, Ontologies, and the Future of Scientific Publishing" ;
<http://purl.org/ontology/bibo/doi> "10.1126/science.1157784" ;
<http://purl.org/ontology/bibo/pageEnd> "832" ;
<http://purl.org/ontology/bibo/pageStart> "828" ;
<http://purl.org/ontology/bibo/volume> "325" ;
a <http://purl.org/ontology/bibo/Article> ;
<http://www.w3.org/2002/07/owl#sameAs> <doi:10.1126/science.1157784>, <info:doi/10.1126/science.1157784> .
<http://id.crossref.org/contributor/a-h-renear-1z0zrfd0bp2b7>
a <http://xmlns.com/foaf/0.1/Person> ;
<http://xmlns.com/foaf/0.1/familyName> "Renear" ;
<http://xmlns.com/foaf/0.1/givenName> "A. H." ;
<http://xmlns.com/foaf/0.1/name> "A. H. Renear" .
<http://id.crossref.org/contributor/c-l-palmer-1z0zrfd0bp2b7>
a <http://xmlns.com/foaf/0.1/Person> ;
<http://xmlns.com/foaf/0.1/familyName> "Palmer" ;
<http://xmlns.com/foaf/0.1/givenName> "C. L." ;
<http://xmlns.com/foaf/0.1/name> "C. L. Palmer" .
<http://id.crossref.org/issn/0036-8075>
<http://prismstandard.org/namespaces/basic/2.1/eIssn> "1095-9203" ;
<http://prismstandard.org/namespaces/basic/2.1/issn> "0036-8075" ;
<http://purl.org/dc/terms/hasPart> <http://dx.doi.org/10.1126/science.1157784> ;
<http://purl.org/dc/terms/identifier> "0036-8075" ;
<http://purl.org/dc/terms/title> "Science" ;
<http://purl.org/ontology/bibo/eissn> "1095-9203" ;
<http://purl.org/ontology/bibo/issn> "0036-8075" ;
a <http://purl.org/ontology/bibo/Journal> ;
<http://www.w3.org/2002/07/owl#sameAs> <urn:issn:0036-8075> .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment