@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <http://semanticlibrary.org/people/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://semanticlibrary.org/genres/> .
@prefix misc: <http://schemas.semanticlibrary.org/misc/terms/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns2: <http://openlibrary.org/b/> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix ns3: <http://semanticlibrary.org/series/> .
@prefix ns4: <http://semanticlibrary.org/subjects/> .

<http://semanticlibrary.org/items/2555> skos:prefLabel "Why do stars twinkle?" .

ns0:isaac-asimov rdfs:label "Isaac Asimov" ;
                 skos:prefLabel "Isaac Asimov" .

ns1:fiction skos:prefLabel "Fiction" .

<http://semanticlibrary.org/works/2015> misc:dewey_decimal_class "523.8" ;
                                        misc:genre ns1:fiction ,
                                                   ns1:juvenile ;
                                        skos:note "Includes bibliographical references (p. 23) and index" ;
                                        dct:creator ns0:isaac-asimov ;
                                        foaf:isPrimaryTopicOf ns2:OL1867692M ;
                                        dct:title "Why do stars twinkle?" ;
                                        bibo:authorList <http://semanticlibrary.org/groups/85123> ;
                                        dct:hasVersion <http://semanticlibrary.org/items/2555> ;
                                        rdf:type frbr:Work ;
                                        dct:abstract "Explains why stars in the night sky appear to twinkle." ;
                                        misc:lc_classification "QB801.7 .A86 1991" ;
                                        dct:isPartOf ns3:ask-isaac-asimov ;
                                        skos:prefLabel "Why do stars twinkle?" ;
                                        dct:subject ns4:stars-juvenile-literature ,
                                                    ns4:stars ;
                                        misc:by_statement "by Isaac Asimov." .

ns4:stars-juvenile-literature skos:prefLabel "Stars--Juvenile literature" .

ns3:ask-isaac-asimov skos:prefLabel "Ask Isaac Asimov" .

ns1:juvenile skos:prefLabel "Juvenile" .

ns4:stars skos:prefLabel "Stars" .