@prefix schema: <http://schema.org/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix : <http://purl.org/library/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .

<http://purl.org/library/> a owl:Ontology ;
	dc:title "Experimental \"library\" extension vocabulary for use with Schema.org"@en ;
	dc:description "These are \"library\" extension terms intended for use with Schema.org" ;
	dc:creator <http://viaf.org/viaf/136069274> .

dc:creator a owl:AnnotationProperty .

vs:term_status a owl:AnnotationProperty .

dc:description a owl:AnnotationProperty .

dc:title a owl:AnnotationProperty .

:hasCarrier a owl:ObjectProperty ;
	rdfs:label "has carrier"@en ;
	vs:term_status "unstable" ;
	rdfs:isDefinedBy <http://purl.org/library/> ;
	rdfs:range :Carrier ;
	rdfs:domain schema:CreativeWork .

:placeOfPublication a owl:ObjectProperty ;
	rdfs:label "place of publication"@en ;
	rdfs:comment "This is the place where the schema:CreativeWork was published."@en ;
	vs:term_status "unstable" ;
	rdfs:isDefinedBy <http://purl.org/library/> ;
	rdfs:domain schema:CreativeWork ;
	rdfs:range schema:Place .

:holdingsCount a owl:DatatypeProperty ;
	rdfs:label "holdings count" ;
	vs:term_status "unstable" ;
	rdfs:comment "This is the number of identifiable \"library\" collections that \"hold\" one or more exemplars (aka copies or \"Items\")." ;
	rdfs:isDefinedBy <http://purl.org/library/> ;
	rdfs:domain schema:CreativeWork ;
	rdfs:range xsd:integer .

:oclcnum a owl:DatatypeProperty ;
	rdfs:label "oclcnum"@en ;
	vs:term_status "unstable" ;
	rdfs:isDefinedBy <http://purl.org/library/> ;
	rdfs:domain schema:CreativeWork ;
	rdfs:range xsd:integer .

:ArchiveMaterial a owl:Class ;
	rdfs:label "ArchiveMaterial"@en ;
	vs:term_status "unstable" ;
	rdfs:subClassOf schema:CreativeWork ;
	owl:equivalentClass <http://schema.org/CreativeWork/ArchiveMaterial> ;
	rdfs:isDefinedBy <http://purl.org/library/> .

:Carrier a owl:Class ;
	rdfs:label "Carrier"@en ;
	vs:term_status "unstable" ;
	rdfs:comment "This class contains a controlled list of \"carriers\" that can be used to contain a schema:CreativeWork."@en ;
	rdfs:isDefinedBy <http://purl.org/library/> .

:ComputerFile a owl:Class ;
	rdfs:label "Computer File"@en ;
	rdfs:subClassOf schema:CreativeWork ;
	vs:term_status "unstable" ;
	owl:equivalentClass <http://schema.org/CreativeWork/ComputerFile> ;
	rdfs:isDefinedBy <http://purl.org/library/> .

:Game a owl:Class ;
	rdfs:label "Game"@en ;
	rdfs:subClassOf schema:CreativeWork ;
	owl:equivalentClass <http://schema.org/CreativeWork/Game> ;
	vs:term_status "unstable" ;
	rdfs:isDefinedBy <http://purl.org/library/> .

:Image a owl:Class ;
	rdfs:label "Image"@en ;
	rdfs:subClassOf schema:CreativeWork ;
	owl:equivalentClass <http://schema.org/CreativeWork/Image> ;
	vs:term_status "unstable" ;
	rdfs:isDefinedBy <http://purl.org/library/> .

:InteractiveMultimedia a owl:Class ;
	rdfs:label "Interactive Multimedia"@en ;
	rdfs:subClassOf schema:CreativeWork ;
	owl:equivalentClass <http://schema.org/CreativeWork/InteractiveMultimedia> ;
	vs:term_status "unstable" ;
	rdfs:isDefinedBy <http://purl.org/library/> .

:Kit a owl:Class ;
	rdfs:label "Kit"@en ;
	rdfs:subClassOf schema:CreativeWork ;
	owl:equivalentClass <http://schema.org/CreativeWork/Kit> ;
	rdfs:comment "a mixture of various components issued as a unit and intended primarily for instructional purposes. No one component is identifiable as the predominant component of the item. Examples are packages of assorted materials, such as a set of K-12 social studies curriculum material (books, workbooks, guides, activities, etc.), or packages of educational test materials (tests, answer sheets, scoring guides, score charts, interpretative manuals, etc.)."@en ;
	vs:term_status "unstable" ;
	rdfs:isDefinedBy <http://purl.org/library/> .

:MusicalScore a owl:Class ;
	rdfs:label "Musical Score"@en ;
	rdfs:subClassOf schema:CreativeWork ;
	owl:equivalentClass <http://schema.org/CreativeWork/MusicalScore> ;
	vs:term_status "unstable" ;
	rdfs:isDefinedBy <http://purl.org/library/> .

:Newspaper a owl:Class ;
	rdfs:label "Newspaper"@en ;
	rdfs:subClassOf schema:CreativeWork ;
	owl:equivalentClass <http://schema.org/CreativeWork/Newspaper> ;
	vs:term_status "unstable" ;
	rdfs:isDefinedBy <http://purl.org/library/> .

:Periodical a owl:Class ;
	rdfs:label "Periodical"@en ;
	rdfs:subClassOf schema:CreativeWork ;
	owl:equivalentClass <http://schema.org/CreativeWork/Periodical> ;
	vs:term_status "unstable" ;
	rdfs:isDefinedBy <http://purl.org/library/> .

:Thesis a owl:Class ;
	rdfs:label "Thesis"@en ;
	rdfs:subClassOf schema:Book ;
	owl:equivalentClass <http://schema.org/CreativeWork/Book/Thesis> ;
	vs:term_status "unstable" ;
	rdfs:isDefinedBy <http://purl.org/library/> .

:Toy a owl:Class ;
	rdfs:label "Toy"@en ;
	rdfs:subClassOf schema:CreativeWork ;
	owl:equivalentClass <http://schema.org/CreativeWork/Toy> ;
	vs:term_status "unstable" ;
	rdfs:isDefinedBy <http://purl.org/library/> .

:Video a owl:Class ;
	rdfs:label "Video"@en ;
	rdfs:subClassOf schema:CreativeWork ;
	owl:equivalentClass <http://schema.org/CreativeWork/Video> ;
	vs:term_status "unstable" ;
	rdfs:isDefinedBy <http://purl.org/library/> .

:VideoGame a owl:Class ;
	rdfs:label "VideoGame"@en ;
	rdfs:subClassOf :Game ;
	owl:equivalentClass <http://schema.org/CreativeWork/VideoGame> ;
	vs:term_status "unstable" ;
	rdfs:isDefinedBy <http://purl.org/library/> .

:VisualMaterial a owl:Class ;
	rdfs:label "Visual Material"@en ;
	rdfs:subClassOf schema:CreativeWork ;
	owl:equivalentClass <http://schema.org/CreativeWork/VisualMaterial> ;
	vs:term_status "unstable" ;
	rdfs:isDefinedBy <http://purl.org/library/> .

:WebSite a owl:Class ;
	rdfs:label "Web Site"@en ;
	rdfs:subClassOf schema:CreativeWork ;
	owl:equivalentClass <http://schema.org/CreativeWork/WebSite> ;
	vs:term_status "unstable" ;
	rdfs:isDefinedBy <http://purl.org/library/> .

:Audiobook a owl:NamedIndividual , schema:BookFormatType ;
	rdfs:label "Audio Book"@en ;
	vs:term_status "unstable" ;
	rdfs:isDefinedBy <http://purl.org/library/> .

:BlurayDisk a owl:NamedIndividual , :Carrier ;
	rdfs:label "Bluray Disk"@en ;
	vs:term_status "unstable" ;
	rdfs:isDefinedBy <http://purl.org/library/> .

:BrailleBook a owl:NamedIndividual , schema:BookFormatType ;
	rdfs:label "Braille Book"@en ;
	vs:term_status "unstable" ;
	rdfs:isDefinedBy <http://purl.org/library/> .

:CD a owl:NamedIndividual , :Carrier ;
	rdfs:label "Compact Disk"@en ;
	vs:term_status "unstable" ;
	rdfs:isDefinedBy <http://purl.org/library/> .

:CassetteTape a owl:NamedIndividual , :Carrier ;
	rdfs:label "Cassette Tape"@en ;
	vs:term_status "unstable" ;
	rdfs:isDefinedBy <http://purl.org/library/> .

:ContinuallyUpdatedBook a owl:NamedIndividual , schema:BookFormatType ;
	rdfs:label "Continually Updated Book"@en ;
	vs:term_status "unstable" ;
	rdfs:isDefinedBy <http://purl.org/library/> .

:DVD a owl:NamedIndividual , :Carrier ;
	rdfs:label "DVD"@en ;
	vs:term_status "unstable" ;
	rdfs:isDefinedBy <http://purl.org/library/> .

:FilmReel a owl:NamedIndividual , :Carrier ;
	rdfs:label "Film Reel"@en ;
	vs:term_status "unstable" ;
	rdfs:isDefinedBy <http://purl.org/library/> .

:LP a owl:NamedIndividual , :Carrier ;
	rdfs:label "LP"@en ;
	vs:term_status "unstable" ;
	rdfs:isDefinedBy <http://purl.org/library/> .

:LargePrintBook a owl:NamedIndividual , schema:BookFormatType ;
	rdfs:label "Large Print Book"@en ;
	vs:term_status "unstable" ;
	rdfs:isDefinedBy <http://purl.org/library/> .

:Microform a owl:NamedIndividual , :Carrier ;
	rdfs:label "Microform"@en ;
	vs:term_status "unstable" ;
	rdfs:isDefinedBy <http://purl.org/library/> .

:VHSTape a owl:NamedIndividual , :Carrier ;
	rdfs:label "VHS Tape"@en ;
	vs:term_status "unstable" ;
	rdfs:isDefinedBy <http://purl.org/library/> .

:Volume a owl:NamedIndividual , :Carrier ;
	rdfs:label "Volume"@en ;
	vs:term_status "unstable" ;
	rdfs:isDefinedBy <http://purl.org/library/> .

:WWW a owl:NamedIndividual , :Carrier ;
	rdfs:label "World Wide Web"@en ;
	vs:term_status "unstable" ;
	rdfs:isDefinedBy <http://purl.org/library/> .

<http://viaf.org/viaf/136069274> a owl:NamedIndividual , schema:Organization ;
	rdfs:label "OCLC Research"@en .
