# Base: http://a.com/ontology# @prefix bib: . @prefix wot: . @prefix dc: . @prefix rdfs: . @prefix foaf: . @prefix vs: . @prefix rdf: . @prefix : . @prefix owl: . a owl:Class . a owl:DatatypeProperty ; rdfs:comment """The number assigned to a technical report. Multiple values are permitted for versioning, cross-school publication, etc. """@en ; rdfs:domain ; rdfs:range . a owl:ObjectProperty ; rdfs:domain [ a owl:Class ; owl:unionOf ( ) ] ; rdfs:range ; owl:inverseOf . a owl:Class ; rdfs:subClassOf foaf:Person . a owl:ObjectProperty ; rdfs:comment "An editor for this work."^^ ; rdfs:domain bib:BibliographicItem ; rdfs:range bib:Editor ; owl:inverseOf . a owl:ObjectProperty ; rdfs:range ; rdfs:subPropertyOf . a owl:ObjectProperty ; rdfs:domain [ a owl:Class ; owl:unionOf () ] ; rdfs:range ; owl:inverseOf . a owl:Class ; owl:disjointWith . a owl:Class ; rdfs:comment "A referenced Web site."^^ ; rdfs:subClassOf . a owl:Class ; rdfs:subClassOf . a owl:Class ; rdfs:comment "An issue of a journal."^^ ; rdfs:subClassOf . a owl:Ontology ; rdfs:comment "An ontology for the bibliographic domain."@en ; owl:imports foaf: . a owl:ObjectProperty ; rdfs:comment "A work edited by this individual."^^ ; owl:inverseOf . a owl:ObjectProperty , owl:FunctionalProperty ; rdfs:comment "The journal for which this is an issue."^^ ; rdfs:domain ; rdfs:range . a owl:ObjectProperty ; rdfs:comment "The item published in a certain instance of publication."^^ ; rdfs:range owl:Thing ; owl:inverseOf . a owl:Class ; rdfs:comment "A collection of papers or other items."^^ ; rdfs:subClassOf . a owl:Class ; rdfs:comment "A published item has either been published, or appeared in some collection (all of which are published)."^^ ; owl:disjointWith . a owl:ObjectProperty ; rdfs:comment "A relation relating an item to a container item."^^ ; rdfs:domain ; rdfs:range . a owl:Class ; rdfs:comment "Items which contain other bibliographic items."^^ ; rdfs:subClassOf . a owl:Class ; rdfs:subClassOf . a owl:ObjectProperty ; rdfs:comment "The conference series of which this is one."^^ ; rdfs:domain ; rdfs:range . a owl:ObjectProperty ; rdfs:comment "The proceedings for this conference."^^ ; rdfs:domain ; rdfs:range ; owl:inverseOf . a owl:Class ; rdfs:subClassOf . a owl:ObjectProperty ; rdfs:comment "A work authored by this individual."^^ ; owl:inverseOf . a owl:ObjectProperty ; rdfs:comment "The reified instance of publication."^^ ; owl:inverseOf . a owl:Class ; rdfs:subClassOf . a owl:DatatypeProperty ; rdfs:comment "Some conferences are abbreviated; this is the appropriate field."^^ ; rdfs:domain ; rdfs:range . a owl:Class ; rdfs:subClassOf . a owl:Class ; rdfs:comment "Things that can be cited."^^ ; owl:Restriction [ a owl:onProperty ] . a owl:FunctionalProperty , owl:DatatypeProperty ; rdfs:comment "The string to use for export to BibTeX."^^ ; rdfs:range . rdfs:comment "Points to a PDF version of the resource."^^ ; rdfs:subPropertyOf rdfs:seeAlso . rdfs:comment "Points to a Postscript version of the resource."^^ ; rdfs:subPropertyOf rdfs:seeAlso . rdfs:comment "Points to a page containing citation information, such as CiteSeer."^^ ; rdfs:subPropertyOf rdfs:seeAlso . a owl:Class ; rdfs:subClassOf foaf:Person . a owl:ObjectProperty ; rdfs:comment "The conference for which these are the proceedings."^^ ; rdfs:domain ; rdfs:range ; owl:inverseOf . a owl:FunctionalProperty , owl:DatatypeProperty ; rdfs:comment "The number of the conference. This is a string, to allow for non-digit representations."^^ ; rdfs:domain ; rdfs:range . a owl:Class . a owl:ObjectProperty ; rdfs:range ; rdfs:subPropertyOf . a owl:Class . a owl:Class ; owl:equivalentClass [ a owl:Class ; owl:intersectionOf ( [ a owl:Restriction ; owl:minCardinality "1"^^ ; owl:onProperty ]) ] . a owl:Class ; rdfs:comment "An instance of the publishing of some item."^^ . a owl:Class . a owl:Class ; rdfs:comment "Technical reports are items published by an institution. They must have a number."^^ ; rdfs:subClassOf ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom ; owl:onProperty ] ; rdfs:subClassOf [ a owl:Restriction ; owl:minCardinality "1"^^ ; owl:onProperty ] . a owl:ObjectProperty ; rdfs:range ; rdfs:subPropertyOf . a owl:Class ; rdfs:comment "The proceedings of a particular conference."^^ ; rdfs:subClassOf , . rdfs:comment "A sequence of which each element is an author."^^ ; a owl:Class ; rdfs:subClassOf rdf:Seq ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty rdfs:ContainerMembershipProperty ; owl:allValuesFrom bib:Author ] . a owl:ObjectProperty ; rdfs:comment "The author of a document."^^ ; rdfs:range bib:Author ; owl:inverseOf . a owl:ObjectProperty ; rdfs:comment "The authors of a document in citation order."^^ ; rdfs:range bib:AuthorSequence .