The Bibliographic Ontology describes
bibliographic things on the semantic Web in RDF. This ontology can be
used as a citation ontology, as a document classification ontology, or
simply as a way to describe any kind of document in RDF. It has been
inspired by many existing document description metadata formats, and
can be used as a common ground for converting other bibliographic data
sources.
Ontology documentation automatically generated by Ontospy on 28th July 2022 17:08
NOTE :AcademicArticle is a leaf node.
Description
A scholarly academic article, typically published in a journal.
Inherits from (2):
:Article | :Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:AcademicArticle a owl:Class ;
rdfs:label "Academic Article"@en ;
rdfs:comment "A scholarly academic article, typically published in a journal."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf :Article ;
ns:term_status "stable" .
Description
A written composition in prose, usually nonfiction, on a specific topic, forming an independent part of a book or other publication, as a newspaper or magazine.
Inherits from (1):
:Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Article a owl:Class ;
rdfs:label "Article"@en ;
rdfs:comment "A written composition in prose, usually nonfiction, on a specific topic, forming an independent part of a book or other publication, as a newspaper or magazine."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf :Document ;
ns:term_status "stable" .
NOTE :AudioDocument is a leaf node.
Description
An audio document; aka record.
Inherits from (1):
:Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:AudioDocument a owl:Class ;
rdfs:label "audio document"@en ;
rdfs:comment "An audio document; aka record."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf :Document ;
ns:term_status "stable" .
Description
An audio-visual document; film, video, and so forth.
Inherits from (1):
:Document
Property Domain of:
:director
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:AudioVisualDocument a owl:Class ;
rdfs:label "audio-visual document"@en ;
rdfs:comment "An audio-visual document; film, video, and so forth."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf :Document ;
ns:term_status "stable" .
NOTE :Bill is a leaf node.
Description
Draft legislation presented for discussion to a legal body.
Inherits from (3):
:Legislation | :LegalDocument | :Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Bill a owl:Class ;
rdfs:label "Bill"@en ;
rdfs:comment "Draft legislation presented for discussion to a legal body."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf :Legislation ;
ns:term_status "stable" .
Description
A written or printed work of fiction or nonfiction, usually on sheets of paper fastened or bound together within covers.
Inherits from (1):
:Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Book a owl:Class ;
rdfs:label "Book"@en ;
rdfs:comment "A written or printed work of fiction or nonfiction, usually on sheets of paper fastened or bound together within covers."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf :Document ;
ns:term_status "stable" .
Description
A section of a book.
Inherits from (2):
:DocumentPart | :Document
Property Domain of:
:chapter
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:BookSection a owl:Class ;
rdfs:label "Book Section"@en ;
rdfs:comment "A section of a book."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf :DocumentPart ;
ns:term_status "unstable" .
NOTE :Brief is a leaf node.
Description
A written argument submitted to a court.
Inherits from (3):
:LegalCaseDocument | :LegalDocument | :Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Brief a owl:Class ;
rdfs:label "Brief"@en ;
rdfs:comment "A written argument submitted to a court."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf :LegalCaseDocument ;
ns:term_status "unstable" .
NOTE :Chapter is a leaf node.
Description
A chapter of a book.
Inherits from (3):
:BookSection | :DocumentPart | :Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Chapter a owl:Class ;
rdfs:label "Chapter"@en ;
rdfs:comment "A chapter of a book."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf :BookSection ;
ns:term_status "unstable" .
NOTE :Code is a leaf node.
Description
A collection of statutes.
Inherits from (2):
:Periodical | :Collection
@prefix : <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Code a owl:Class ;
rdfs:label "Code"@en ;
rdfs:comment "A collection of statutes."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty dcterms:hasPart ],
[ a owl:Restriction ;
owl:allValuesFrom :Legislation ;
owl:onProperty dcterms:hasPart ],
:Periodical ;
ns:term_status "stable" .
Description
A document that simultaneously contains other documents.
Inherits from (1):
:Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:CollectedDocument a owl:Class ;
rdfs:label "Collected Document"@en ;
rdfs:comment "A document that simultaneously contains other documents."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty dcterms:hasPart ],
[ a owl:Restriction ;
owl:allValuesFrom :Document ;
owl:onProperty dcterms:hasPart ],
:Document ;
ns:term_status "stable" .
Description
A collection of Documents or Collections
Inherits from:
owl:Thing
Property Domain of:
:eissn | :issn | :numVolumes
@prefix : <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Collection a owl:Class ;
rdfs:label "Collection"@en ;
rdfs:comment "A collection of Documents or Collections"@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom [ a owl:Class ;
owl:unionOf ( :Collection :Document ) ] ;
owl:onProperty dcterms:hasPart ] ;
ns:term_status "stable" .
NOTE :Conference is a leaf node.
Description
A meeting for consultation or discussion.
Inherits from (1):
event:Event
@prefix : <http://purl.org/ontology/bibo/> .
@prefix event: <http://purl.org/NET/c4dm/event.owl#> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Conference a owl:Class ;
rdfs:label "Conference"@en ;
rdfs:comment "A meeting for consultation or discussion."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf event:Event ;
ns:term_status "stable" .
NOTE :CourtReporter is a leaf node.
Description
A collection of legal cases.
Inherits from (2):
:Periodical | :Collection
@prefix : <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:CourtReporter a owl:Class ;
rdfs:label "Court Reporter"@en ;
rdfs:comment "A collection of legal cases."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty dcterms:hasPart ],
[ a owl:Restriction ;
owl:allValuesFrom :LegalDocument ;
owl:onProperty dcterms:hasPart ],
:Periodical ;
ns:term_status "stable" .
Description
A document (noun) is a bounded physical representation of body of information designed with the capacity (and usually intent) to communicate. A document may manifest symbolic, diagrammatic or sensory-representational information.
Inherits from:
owl:Thing
Property Domain of:
:content | :edition | :locator | :numPages | :number | :pageEnd | :pageStart | :pages | :section | :shortDescription | :shortTitle | :volume | :authorList | :citedBy | :cites | :contributorList | :editorList | :presentedAt | :reproducedIn | :reviewOf | :status | :transcriptOf | :translationOf
Property Range of:
:citedBy | :cites | :presents | :reproducedIn | :translationOf
@prefix : <http://purl.org/ontology/bibo/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Document a owl:Class ;
rdfs:label "Document"@en ;
rdfs:comment "A document (noun) is a bounded physical representation of body of information designed with the capacity (and usually intent) to communicate. A document may manifest symbolic, diagrammatic or sensory-representational information."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
owl:equivalentClass foaf:Document ;
ns:term_status "stable" .
Description
a distinct part of a larger document or collected document.
Inherits from (1):
:Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:DocumentPart a owl:Class ;
rdfs:label "document part"@en ;
rdfs:comment "a distinct part of a larger document or collected document."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf [ a owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty dcterms:isPartOf ],
:Document ;
ns:term_status "unstable" .
NOTE :DocumentStatus is a leaf node.
Description
The status of the publication of a document.
Inherits from:
owl:Thing
Property Range of:
:status
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:DocumentStatus a owl:Class ;
rdfs:label "Document Status"@en ;
rdfs:comment "The status of the publication of a document."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
ns:term_status "stable" .
NOTE :EditedBook is a leaf node.
Description
An edited book.
Inherits from (2):
:CollectedDocument | :Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:EditedBook a owl:Class ;
rdfs:label "Edited Book"@en ;
rdfs:comment "An edited book."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf :CollectedDocument ;
ns:term_status "stable" .
NOTE :Email is a leaf node.
Description
A written communication addressed to a person or organization and transmitted electronically.
Inherits from (2):
:PersonalCommunicationDocument | :Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Email a owl:Class ;
rdfs:label "EMail"@en ;
rdfs:comment "A written communication addressed to a person or organization and transmitted electronically."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf :PersonalCommunicationDocument ;
ns:term_status "stable" .
NOTE :Event is a leaf node.
Description
Inherits from:
owl:Thing
Property Domain of:
:presents
Property Range of:
:presentedAt
@prefix : <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
:Event a owl:Class .
Description
A passage selected from a larger work.
Inherits from (2):
:DocumentPart | :Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Excerpt a owl:Class ;
rdfs:label "Excerpt"@en ;
rdfs:comment "A passage selected from a larger work."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf :DocumentPart ;
ns:term_status "stable" .
NOTE :Film is a leaf node.
Description
aka movie.
Inherits from (2):
:AudioVisualDocument | :Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Film a owl:Class ;
rdfs:label "Film"@en ;
rdfs:comment "aka movie."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf :AudioVisualDocument ;
ns:term_status "stable" .
NOTE :Hearing is a leaf node.
Description
An instance or a session in which testimony and arguments are presented, esp. before an official, as a judge in a lawsuit.
Inherits from (1):
event:Event
@prefix : <http://purl.org/ontology/bibo/> .
@prefix event: <http://purl.org/NET/c4dm/event.owl#> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Hearing a owl:Class ;
rdfs:label "Hearing"@en ;
rdfs:comment "An instance or a session in which testimony and arguments are presented, esp. before an official, as a judge in a lawsuit."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf event:Event ;
ns:term_status "stable" .
Description
A document that presents visual or diagrammatic information.
Inherits from (1):
:Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Image a owl:Class ;
rdfs:label "Image"@en ;
rdfs:comment "A document that presents visual or diagrammatic information."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf :Document ;
owl:equivalentClass foaf:Image ;
ns:term_status "stable" .
NOTE :Interview is a leaf node.
Description
A formalized discussion between two or more people.
Inherits from (1):
event:Event
@prefix : <http://purl.org/ontology/bibo/> .
@prefix event: <http://purl.org/NET/c4dm/event.owl#> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Interview a owl:Class ;
rdfs:label "Interview"@en ;
rdfs:comment "A formalized discussion between two or more people."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf event:Event ;
ns:term_status "stable" .
NOTE :Issue is a leaf node.
Description
something that is printed or published and distributed, esp. a given number of a periodical
Inherits from (2):
:CollectedDocument | :Document
Property Domain of:
:issue
@prefix : <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Issue a owl:Class ;
rdfs:label "Issue"@en ;
rdfs:comment "something that is printed or published and distributed, esp. a given number of a periodical"@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom :Article ;
owl:onProperty dcterms:hasPart ],
[ a owl:Restriction ;
owl:minCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty dcterms:hasPart ],
:CollectedDocument ;
ns:term_status "stable" .
NOTE :Journal is a leaf node.
Description
A periodical of scholarly journal Articles.
Inherits from (2):
:Periodical | :Collection
@prefix : <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Journal a owl:Class ;
rdfs:label "Journal"@en ;
rdfs:comment "A periodical of scholarly journal Articles."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom :Issue ;
owl:onProperty dcterms:hasPart ],
[ a owl:Restriction ;
owl:minCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty dcterms:hasPart ],
:Periodical ;
ns:term_status "stable" .
Description
A document accompanying a legal case.
Inherits from (2):
:LegalDocument | :Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:LegalCaseDocument a owl:Class ;
rdfs:label "Legal Case Document"@en ;
rdfs:comment "A document accompanying a legal case."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf :LegalDocument ;
ns:term_status "unstable" .
NOTE :LegalDecision is a leaf node.
Description
A document containing an authoritative determination (as a decree or judgment) made after consideration of facts or law.
Inherits from (3):
:LegalCaseDocument | :LegalDocument | :Document
Property Domain of:
:affirmedBy | :reversedBy | :subsequentLegalDecision
Property Range of:
:affirmedBy | :reversedBy | :subsequentLegalDecision
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:LegalDecision a owl:Class ;
rdfs:label "Decision"@en ;
rdfs:comment "A document containing an authoritative determination (as a decree or judgment) made after consideration of facts or law."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf :LegalCaseDocument ;
ns:term_status "unstable" .
Description
A legal document; for example, a court decision, a brief, and so forth.
Inherits from (1):
:Document
Property Domain of:
:argued | :court
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:LegalDocument a owl:Class ;
rdfs:label "Legal Document"@en ;
rdfs:comment "A legal document; for example, a court decision, a brief, and so forth."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf :Document ;
ns:term_status "stable" .
Description
A legal document proposing or enacting a law or a group of laws.
Inherits from (2):
:LegalDocument | :Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Legislation a owl:Class ;
rdfs:label "Legislation"@en ;
rdfs:comment "A legal document proposing or enacting a law or a group of laws."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf :LegalDocument ;
ns:term_status "unstable" .
NOTE :Letter is a leaf node.
Description
A written or printed communication addressed to a person or organization and usually transmitted by mail.
Inherits from (2):
:PersonalCommunicationDocument | :Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Letter a owl:Class ;
rdfs:label "Letter"@en ;
rdfs:comment "A written or printed communication addressed to a person or organization and usually transmitted by mail."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf :PersonalCommunicationDocument ;
ns:term_status "stable" .
NOTE :Magazine is a leaf node.
Description
A periodical of magazine Articles. A magazine is a publication that is issued periodically, usually bound in a paper cover, and typically contains essays, stories, poems, etc., by many writers, and often photographs and drawings, frequently specializing in a particular subject or area, as hobbies, news, or sports.
Inherits from (2):
:Periodical | :Collection
@prefix : <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Magazine a owl:Class ;
rdfs:label "Magazine"@en ;
rdfs:comment "A periodical of magazine Articles. A magazine is a publication that is issued periodically, usually bound in a paper cover, and typically contains essays, stories, poems, etc., by many writers, and often photographs and drawings, frequently specializing in a particular subject or area, as hobbies, news, or sports."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom :Issue ;
owl:onProperty dcterms:hasPart ],
[ a owl:Restriction ;
owl:minCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty dcterms:hasPart ],
:Periodical ;
ns:term_status "stable" .
NOTE :Manual is a leaf node.
Description
A small reference book, especially one giving instructions.
Inherits from (1):
:Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Manual a owl:Class ;
rdfs:label "Manual"@en ;
rdfs:comment "A small reference book, especially one giving instructions."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf :Document ;
ns:term_status "unstable" .
NOTE :Manuscript is a leaf node.
Description
An unpublished Document, which may also be submitted to a publisher for publication.
Inherits from (1):
:Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Manuscript a owl:Class ;
rdfs:label "Manuscript"@en ;
rdfs:comment "An unpublished Document, which may also be submitted to a publisher for publication."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf :Document ;
ns:term_status "stable" .
NOTE :Map is a leaf node.
Description
A graphical depiction of geographic features.
Inherits from (2):
:Image | :Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Map a owl:Class ;
rdfs:label "Map"@en ;
rdfs:comment "A graphical depiction of geographic features."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf :Image ;
ns:term_status "unstable" .
NOTE :MultiVolumeBook is a leaf node.
Description
A loose, thematic, collection of Documents, often Books.
Inherits from (1):
:Collection
@prefix : <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:MultiVolumeBook a owl:Class ;
rdfs:label "Multivolume Book"@en ;
rdfs:comment "A loose, thematic, collection of Documents, often Books."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom :Book ;
owl:onProperty dcterms:hasPart ],
:Collection ;
ns:term_status "stable" .
NOTE :Newspaper is a leaf node.
Description
A periodical of documents, usually issued daily or weekly, containing current news, editorials, feature articles, and usually advertising.
Inherits from (2):
:Periodical | :Collection
@prefix : <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Newspaper a owl:Class ;
rdfs:label "Newspaper"@en ;
rdfs:comment "A periodical of documents, usually issued daily or weekly, containing current news, editorials, feature articles, and usually advertising."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty dcterms:hasPart ],
[ a owl:Restriction ;
owl:allValuesFrom :Issue ;
owl:onProperty dcterms:hasPart ],
:Periodical ;
ns:term_status "stable" .
NOTE :Note is a leaf node.
Description
Notes or annotations about a resource.
Inherits from (1):
:Document
Property Domain of:
:annotates
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Note a owl:Class ;
rdfs:label "Note"@en ;
rdfs:comment "Notes or annotations about a resource."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf :Document ;
ns:term_status "stable" .
NOTE :Patent is a leaf node.
Description
A document describing the exclusive right granted by a government to an inventor to manufacture, use, or sell an invention for a certain number of years.
Inherits from (1):
:Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Patent a owl:Class ;
rdfs:label "Patent"@en ;
rdfs:comment "A document describing the exclusive right granted by a government to an inventor to manufacture, use, or sell an invention for a certain number of years."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf :Document ;
ns:term_status "stable" .
NOTE :Performance is a leaf node.
Description
A public performance.
Inherits from (1):
event:Event
Property Domain of:
:performer
@prefix : <http://purl.org/ontology/bibo/> .
@prefix event: <http://purl.org/NET/c4dm/event.owl#> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Performance a owl:Class ;
rdfs:label "Performance"@en ;
rdfs:comment "A public performance."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf event:Event ;
ns:term_status "unstable" .
Description
A group of related documents issued at regular intervals.
Inherits from (1):
:Collection
@prefix : <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Periodical a owl:Class ;
rdfs:label "Periodical"@en ;
rdfs:comment "A group of related documents issued at regular intervals."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty dcterms:hasPart ],
[ a owl:Restriction ;
owl:allValuesFrom :Issue ;
owl:onProperty dcterms:hasPart ],
:Collection ;
ns:term_status "stable" .
NOTE :PersonalCommunication is a leaf node.
Description
A communication between an agent and one or more specific recipients.
Inherits from (1):
event:Event
@prefix : <http://purl.org/ontology/bibo/> .
@prefix event: <http://purl.org/NET/c4dm/event.owl#> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:PersonalCommunication a owl:Class ;
rdfs:label "Personal Communication"@en ;
rdfs:comment "A communication between an agent and one or more specific recipients."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf event:Event ;
ns:term_status "stable" .
Description
A personal communication manifested in some document.
Inherits from (1):
:Document
Property Domain of:
:recipient
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:PersonalCommunicationDocument a owl:Class ;
rdfs:label "Personal Communication Document"@en ;
rdfs:comment "A personal communication manifested in some document."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf :Document ;
ns:term_status "stable" .
NOTE :Proceedings is a leaf node.
Description
A compilation of documents published from an event, such as a conference.
Inherits from (2):
:Book | :Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Proceedings a owl:Class ;
rdfs:label "Proceedings"@en ;
rdfs:comment "A compilation of documents published from an event, such as a conference."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf :Book ;
ns:term_status "unstable" .
NOTE :Quote is a leaf node.
Description
An excerpted collection of words.
Inherits from (3):
:Excerpt | :DocumentPart | :Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Quote a owl:Class ;
rdfs:label "Quote"@en ;
rdfs:comment "An excerpted collection of words."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf :Excerpt ;
ns:term_status "stable" .
NOTE :ReferenceSource is a leaf node.
Description
A document that presents authoritative reference information, such as a dictionary or encylopedia .
Inherits from (1):
:Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:ReferenceSource a owl:Class ;
rdfs:label "Reference Source"@en ;
rdfs:comment "A document that presents authoritative reference information, such as a dictionary or encylopedia ."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf :Document ;
ns:term_status "unstable" .
NOTE :Report is a leaf node.
Description
A document describing an account or statement describing in detail an event, situation, or the like, usually as the result of observation, inquiry, etc..
Inherits from (1):
:Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Report a owl:Class ;
rdfs:label "Report"@en ;
rdfs:comment "A document describing an account or statement describing in detail an event, situation, or the like, usually as the result of observation, inquiry, etc.."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf :Document ;
ns:term_status "stable" .
NOTE :Series is a leaf node.
Description
A loose, thematic, collection of Documents, often Books.
Inherits from (1):
:Collection
@prefix : <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Series a owl:Class ;
rdfs:label "Series"@en ;
rdfs:comment "A loose, thematic, collection of Documents, often Books."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom :Document ;
owl:onProperty dcterms:hasPart ],
:Collection ;
ns:term_status "stable" .
NOTE :Slide is a leaf node.
Description
A slide in a slideshow
Inherits from (2):
:DocumentPart | :Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Slide a owl:Class ;
rdfs:label "Slide"@en ;
rdfs:comment "A slide in a slideshow"@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf :DocumentPart ;
ns:term_status "unstable" .
NOTE :Slideshow is a leaf node.
Description
A presentation of a series of slides, usually presented in front of an audience with written text and images.
Inherits from (1):
:Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Slideshow a owl:Class ;
rdfs:label "Slideshow"@en ;
rdfs:comment "A presentation of a series of slides, usually presented in front of an audience with written text and images."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom :Slide ;
owl:onProperty dcterms:hasPart ],
:Document ;
ns:term_status "stable" .
Description
A document describing a specification.
Inherits from (1):
:Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Specification a owl:Class ;
rdfs:label "Specification"@en ;
rdfs:comment "A document describing a specification."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf :Document ;
ns:term_status "testing" .
NOTE :Standard is a leaf node.
Description
A document describing a standard: a specification organized through a standards body.
Inherits from (2):
:Specification | :Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Standard a owl:Class ;
rdfs:label "Standard"@en ;
rdfs:comment "A document describing a standard: a specification organized through a standards body."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf :Specification ;
ns:term_status "stable" .
NOTE :Statute is a leaf node.
Description
A bill enacted into law.
Inherits from (3):
:Legislation | :LegalDocument | :Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Statute a owl:Class ;
rdfs:label "Statute"@en ;
rdfs:comment "A bill enacted into law."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf :Legislation ;
ns:term_status "stable" .
NOTE :Thesis is a leaf node.
Description
A document created to summarize research findings associated with the completion of an academic degree.
Inherits from (1):
:Document
Property Domain of:
:degree
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Thesis a owl:Class ;
rdfs:label "Thesis"@en ;
rdfs:comment "A document created to summarize research findings associated with the completion of an academic degree."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf :Document ;
ns:term_status "stable" .
NOTE :ThesisDegree is a leaf node.
Description
The academic degree of a Thesis
Inherits from:
owl:Thing
Property Range of:
:degree
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:ThesisDegree a owl:Class ;
rdfs:label "Thesis degree"@en ;
rdfs:comment "The academic degree of a Thesis"@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
ns:term_status "stable" .
NOTE :Webpage is a leaf node.
Description
A web page is an online document available (at least initially) on the world wide web. A web page is written first and foremost to appear on the web, as distinct from other online resources such as books, manuscripts or audio documents which use the web primarily as a distribution mechanism alongside other more traditional methods such as print.
Inherits from (1):
:Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Webpage a owl:Class ;
rdfs:label "Webpage"@en ;
rdfs:comment "A web page is an online document available (at least initially) on the world wide web. A web page is written first and foremost to appear on the web, as distinct from other online resources such as books, manuscripts or audio documents which use the web primarily as a distribution mechanism alongside other more traditional methods such as print."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf :Document ;
ns:term_status "unstable" .
NOTE :Website is a leaf node.
Description
A group of Webpages accessible on the Web.
Inherits from (1):
:Collection
@prefix : <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Website a owl:Class ;
rdfs:label "Website"@en ;
rdfs:comment "A group of Webpages accessible on the Web."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf [ a owl:Restriction ;
owl:minCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty dcterms:hasPart ],
[ a owl:Restriction ;
owl:allValuesFrom :Webpage ;
owl:onProperty dcterms:hasPart ],
:Collection ;
ns:term_status "unstable" .
NOTE :Workshop is a leaf node.
Description
A seminar, discussion group, or the like, that emphasizes zxchange of ideas and the demonstration and application of techniques, skills, etc.
Inherits from (1):
event:Event
@prefix : <http://purl.org/ontology/bibo/> .
@prefix event: <http://purl.org/NET/c4dm/event.owl#> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:Workshop a owl:Class ;
rdfs:label "Workshop"@en ;
rdfs:comment "A seminar, discussion group, or the like, that emphasizes zxchange of ideas and the demonstration and application of techniques, skills, etc."@en ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:subClassOf event:Event ;
ns:term_status "stable" .
NOTE dcterms:Agent is a leaf node.
Description
Inherits from:
owl:Thing
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
dcterms:Agent a owl:Class ;
owl:equivalentClass foaf:Agent ;
skos:editorialNote """BIBO assert that a dcterms:Agent is an equivalent class to foaf:Agent.
This means that all the individuals belonging to the foaf:Agent class
also belongs to the dcterms:Agent class. This way, dcterms:contributor
can be used on foaf:Person, foaf:Organization, foaf:Agent and foaf:Group.
Even if this link is not done in neither the FOAF nor the DCTERMS ontologies this is a wide spread fact that is asserted by BIBO."""@en .
Description
Inherits from:
owl:Thing
Property Domain of:
:organizer
@prefix event: <http://purl.org/NET/c4dm/event.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
event:Event a owl:Class ;
skos:scopeNote "Used to describe bibliographic related events such as conferences, hearing, etc."@en .
NOTE foaf:Agent is a leaf node.
Description
Inherits from:
owl:Thing
Property Domain of:
:prefixName | :suffixName | :interviewee | :interviewer
Property Range of:
:director | :distributor | :editor | :interviewee | :interviewer | :issuer | :organizer | :owner | :performer | :producer | :recipient | :translator
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
foaf:Agent a owl:Class ;
skos:scopeNote "Used to describe any \"agent\" related to bibliographic items. Such agents can be persons, organizations or groups of any kind."@en .
NOTE foaf:Document is a leaf node.
Description
Inherits from:
owl:Thing
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
foaf:Document a owl:Class .
NOTE foaf:Image is a leaf node.
Description
Inherits from:
owl:Thing
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
foaf:Image a owl:Class .
NOTE foaf:Organization is a leaf node.
Description
Inherits from:
owl:Thing
Property Range of:
:court
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
foaf:Organization a owl:Class ;
skos:scopeNote "Ued to describe an organization related to bibliographic items such as a publishing company, etc."@en .
NOTE foaf:Person is a leaf node.
Description
Inherits from:
owl:Thing
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
foaf:Person a owl:Class ;
skos:scopeNote "Used to describe a Person related to a bibliographic ite such as an author, an editor, etc."@en .
NOTE event:agent is a leaf node.
Description
@prefix event: <http://purl.org/NET/c4dm/event.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
event:agent a owl:ObjectProperty ;
skos:changeNote "Used to link an agent (a person) to an event (a conference, an hearing, etc.)"@en .
NOTE event:place is a leaf node.
Description
@prefix event: <http://purl.org/NET/c4dm/event.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
event:place a owl:ObjectProperty ;
skos:scopeNote "Used to relate an event such as a conference to the geographical place where it happens, for example Paris."@en .
Description
Has sub-property (direct):
:presentedAt
@prefix event: <http://purl.org/NET/c4dm/event.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
event:produced_in a owl:ObjectProperty .
Description
Has sub-property (direct):
:presents
@prefix event: <http://purl.org/NET/c4dm/event.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
event:product a owl:ObjectProperty ;
skos:scopeNote "Used to link an event such as a conference to an outcome (a product) of that event, for example, an article, a proceeding, etc."@en .
NOTE event:sub_event is a leaf node.
Description
@prefix event: <http://purl.org/NET/c4dm/event.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
event:sub_event a owl:ObjectProperty ;
skos:scopeNote "Used to link big events with smaller events such as workshops that happen in the context of a conference."@en .
NOTE event:time is a leaf node.
Description
@prefix event: <http://purl.org/NET/c4dm/event.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
event:time a owl:ObjectProperty ;
skos:scopeNote "Used to describe the timing of an event. For example, when a conference starts and stops."@en .
Description
Has sub-property (direct):
:director | :editor | :interviewee | :interviewer | :performer | :translator
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
dcterms:contributor a owl:ObjectProperty ;
skos:scopeNote "Used to link a bibliographic item to one of its contributor: can be an author, an editor, a publisher, etc."@en .
NOTE dcterms:format is a leaf node.
Description
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
dcterms:format a owl:ObjectProperty ;
skos:example """<dcterms:format>
<dcterms:MediaTypeOrExtent>
<rdf:value>text/html</rdf:value>
<rdfs:label>HTML</rdfs:label>
</dcterms:MediaTypeOrExtent>
</dcterms:format>"""@en ;
skos:scopeNote "Used to describe the format of a bibliographic resource."@en .
NOTE dcterms:hasPart is a leaf node.
Description
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dcterms:hasPart a owl:ObjectProperty .
Description
Has sub-property (direct):
:reproducedIn
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dcterms:isPartOf a owl:ObjectProperty .
Description
Has sub-property (direct):
:subsequentLegalDecision
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
dcterms:isReferencedBy a owl:ObjectProperty ;
skos:scopeNote "Used to relate a reference citation to a bibliographic resource."@en .
Description
Has sub-property (direct):
:translationOf
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dcterms:isVersionOf a owl:ObjectProperty .
NOTE dcterms:language is a leaf node.
Description
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
dcterms:language a owl:ObjectProperty ;
skos:scopeNote "Used to link a bibliographic resource to the language used to express it."@en .
Description
Has sub-property (direct):
:issuer
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
dcterms:publisher a owl:ObjectProperty ;
skos:scopeNote "Used to link a bibliographic item to its publisher."@en .
Description
Has sub-property (direct):
:cites
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dcterms:references a owl:ObjectProperty .
Description
Has sub-property (direct):
:annotates | :reviewOf | :transcriptOf
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dcterms:relation a owl:ObjectProperty .
NOTE dcterms:rights is a leaf node.
Description
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
dcterms:rights a owl:ObjectProperty ;
skos:scopeNote "Used to describe rights related to a bibliographic resource."@en .
NOTE dcterms:subject is a leaf node.
Description
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
dcterms:subject a owl:ObjectProperty ;
skos:scopeNote "Used to describe the subject of a bibliographic resource."@en .
NOTE :affirmedBy is a leaf node.
Description
A legal decision that affirms a ruling.
Inherits from (2):
:subsequentLegalDecision | dcterms:isReferencedBy
Class Domain for:
:LegalDecision
Class Range for:
:LegalDecision
@prefix : <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:affirmedBy a owl:ObjectProperty ;
rdfs:comment "A legal decision that affirms a ruling."@en ;
rdfs:domain :LegalDecision ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range :LegalDecision ;
rdfs:subPropertyOf :subsequentLegalDecision .
NOTE :annotates is a leaf node.
Description
Critical or explanatory note for a Document.
Inherits from (1):
dcterms:relation
Class Domain for:
:Note
Class Range for:
rdfs:Resource
@prefix : <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:annotates a owl:ObjectProperty ;
rdfs:label "annotates"@en ;
rdfs:comment "Critical or explanatory note for a Document."@en ;
rdfs:domain :Note ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range rdfs:Resource ;
rdfs:subPropertyOf dcterms:relation ;
ns:term_status "stable" .
NOTE :authorList is a leaf node.
Description
An ordered list of authors. Normally, this list is seen as a priority list that order authors by importance.
Inherits from (1):
:contributorList
Class Domain for:
:Document | Ncb86faf903464660baa533f0cda13dc3
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:authorList a owl:ObjectProperty ;
rdfs:label "list of authors"@en ;
rdfs:comment "An ordered list of authors. Normally, this list is seen as a priority list that order authors by importance."@en ;
rdfs:domain :Document ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range [ a owl:Class ;
owl:unionOf ( rdf:List rdf:Seq ) ] ;
rdfs:subPropertyOf :contributorList ;
ns:term_status "stable" .
NOTE :citedBy is a leaf node.
Description
Relates a document to another document that cites the
first document.
Class Domain for:
:Document
Class Range for:
:Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:citedBy a owl:ObjectProperty ;
rdfs:label "cited by"@en ;
rdfs:comment """Relates a document to another document that cites the
first document."""@en ;
rdfs:domain :Document ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range :Document ;
owl:inverseOf :cites ;
ns:term_status "unstable" .
NOTE :cites is a leaf node.
Description
Relates a document to another document that is cited
by the first document as reference, comment, review, quotation or for
another purpose.
Inherits from (1):
dcterms:references
Class Domain for:
:Document
Class Range for:
:Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:cites a owl:ObjectProperty ;
rdfs:label "cites"@en ;
rdfs:comment """Relates a document to another document that is cited
by the first document as reference, comment, review, quotation or for
another purpose."""@en ;
rdfs:domain :Document ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range :Document ;
rdfs:subPropertyOf dcterms:references ;
ns:term_status "unstable" .
Description
An ordered list of contributors. Normally, this list is seen as a priority list that order contributors by importance.
Has sub-property (direct):
:authorList | :editorList
Class Domain for:
:Document | Nda187bb683b0419b86e2f7ffd4bf10e2
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:contributorList a owl:ObjectProperty ;
rdfs:label "list of contributors"@en ;
rdfs:comment "An ordered list of contributors. Normally, this list is seen as a priority list that order contributors by importance."@en ;
rdfs:domain :Document ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range [ a owl:Class ;
owl:unionOf ( rdf:List rdf:Seq ) ] ;
ns:term_status "stable" .
NOTE :court is a leaf node.
Description
A court associated with a legal document; for example, that which issues a decision.
Class Domain for:
:LegalDocument
Class Range for:
foaf:Organization
@prefix : <http://purl.org/ontology/bibo/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:court a owl:ObjectProperty ;
rdfs:label "court"@en ;
rdfs:comment "A court associated with a legal document; for example, that which issues a decision."@en ;
rdfs:domain :LegalDocument ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range foaf:Organization ;
ns:term_status "unstable" .
NOTE :degree is a leaf node.
Description
The thesis degree.
Class Domain for:
:Thesis
Class Range for:
:ThesisDegree
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:degree a owl:ObjectProperty ;
rdfs:label "degree"@en ;
rdfs:comment "The thesis degree."@en ;
rdfs:domain :Thesis ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range :ThesisDegree ;
ns:term_status "unstable" ;
skos:editorialNote "We are not defining, using an enumeration, the range of the bibo:degree to the defined list of bibo:ThesisDegree. We won't do it because we want people to be able to define new degress if needed by some special usecases. Creating such an enumeration would restrict this to happen."@en .
NOTE :director is a leaf node.
Description
A Film director.
Inherits from (1):
dcterms:contributor
Class Domain for:
:AudioVisualDocument
Class Range for:
foaf:Agent
@prefix : <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:director a owl:ObjectProperty ;
rdfs:label "director" ;
rdfs:comment "A Film director."@en ;
rdfs:domain :AudioVisualDocument ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range foaf:Agent ;
rdfs:subPropertyOf dcterms:contributor ;
ns:term_status "stable" .
NOTE :distributor is a leaf node.
Description
Distributor of a document or a collection of documents.
Class Domain for:
Nb696becf2c2c4bdba82945cd5dc97a9c
Class Range for:
foaf:Agent
@prefix : <http://purl.org/ontology/bibo/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:distributor a owl:ObjectProperty ;
rdfs:label "distributor"@en ;
rdfs:comment "Distributor of a document or a collection of documents."@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( :Collection :Document ) ] ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range foaf:Agent ;
ns:term_status "stable" .
NOTE :editor is a leaf node.
Description
A person having managerial and sometimes policy-making responsibility for the editorial part of a publishing firm or of a newspaper, magazine, or other publication.
Inherits from (1):
dcterms:contributor
Class Domain for:
Naef91fd95e2447ddaba1150b4943f27b
Class Range for:
foaf:Agent
@prefix : <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:editor a owl:ObjectProperty ;
rdfs:label "editor" ;
rdfs:comment "A person having managerial and sometimes policy-making responsibility for the editorial part of a publishing firm or of a newspaper, magazine, or other publication."@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( :Collection :Document ) ] ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range foaf:Agent ;
rdfs:subPropertyOf dcterms:contributor ;
ns:term_status "stable" .
NOTE :editorList is a leaf node.
Description
An ordered list of editors. Normally, this list is seen as a priority list that order editors by importance.
Inherits from (1):
:contributorList
Class Domain for:
:Document | Nf272723a23b64de1a4b4c443691c8e63
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:editorList a owl:ObjectProperty ;
rdfs:label "list of editors"@en ;
rdfs:comment "An ordered list of editors. Normally, this list is seen as a priority list that order editors by importance."@en ;
rdfs:domain :Document ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range [ a owl:Class ;
owl:unionOf ( rdf:List rdf:Seq ) ] ;
rdfs:subPropertyOf :contributorList ;
ns:term_status "stable" .
NOTE :interviewee is a leaf node.
Description
An agent that is interviewed by another agent.
Inherits from (1):
dcterms:contributor
Class Domain for:
foaf:Agent
Class Range for:
foaf:Agent
@prefix : <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:interviewee a owl:ObjectProperty ;
rdfs:label "interviewee" ;
rdfs:comment "An agent that is interviewed by another agent."@en ;
rdfs:domain foaf:Agent ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range foaf:Agent ;
rdfs:subPropertyOf dcterms:contributor ;
ns:term_status "stable" .
NOTE :interviewer is a leaf node.
Description
An agent that interview another agent.
Inherits from (1):
dcterms:contributor
Class Domain for:
foaf:Agent
Class Range for:
foaf:Agent
@prefix : <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:interviewer a owl:ObjectProperty ;
rdfs:label "interviewer" ;
rdfs:comment "An agent that interview another agent."@en ;
rdfs:domain foaf:Agent ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range foaf:Agent ;
rdfs:subPropertyOf dcterms:contributor ;
ns:term_status "stable" .
NOTE :issuer is a leaf node.
Description
An entity responsible for issuing often informally published documents such as press releases, reports, etc.
Inherits from (1):
dcterms:publisher
Class Domain for:
Nb82020d4b7634ca9bb710666901732e9
Class Range for:
foaf:Agent
@prefix : <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:issuer a owl:ObjectProperty ;
rdfs:label "issuer" ;
rdfs:comment "An entity responsible for issuing often informally published documents such as press releases, reports, etc." ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( :Collection :Document ) ] ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range foaf:Agent ;
rdfs:subPropertyOf dcterms:publisher ;
ns:term_status "unstable" .
NOTE :organizer is a leaf node.
Description
The organizer of an event; includes conference organizers, but also government agencies or other bodies that are responsible for conducting hearings.
Class Domain for:
event:Event
Class Range for:
foaf:Agent
@prefix : <http://purl.org/ontology/bibo/> .
@prefix event: <http://purl.org/NET/c4dm/event.owl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:organizer a owl:ObjectProperty ;
rdfs:label "organizer"@en ;
rdfs:comment "The organizer of an event; includes conference organizers, but also government agencies or other bodies that are responsible for conducting hearings."@en ;
rdfs:domain event:Event ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range foaf:Agent ;
ns:term_status "unstable" .
NOTE :owner is a leaf node.
Description
Owner of a document or a collection of documents.
Class Domain for:
Ne7e8f7e0348a44588fdcbcaa09108ac5
Class Range for:
foaf:Agent
@prefix : <http://purl.org/ontology/bibo/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:owner a owl:ObjectProperty ;
rdfs:label "owner"@en ;
rdfs:comment "Owner of a document or a collection of documents."@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( :Collection :Document ) ] ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range foaf:Agent ;
ns:term_status "unstable" .
NOTE :performer is a leaf node.
Description
Inherits from (1):
dcterms:contributor
Class Domain for:
:Performance
Class Range for:
foaf:Agent
@prefix : <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:performer a owl:ObjectProperty ;
rdfs:label "performer" ;
rdfs:domain :Performance ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range foaf:Agent ;
rdfs:subPropertyOf dcterms:contributor ;
ns:term_status "stable" .
NOTE :presentedAt is a leaf node.
Description
Relates a document to an event; for example, a paper to a conference.
Inherits from (1):
event:produced_in
Class Domain for:
:Document
Class Range for:
:Event
@prefix : <http://purl.org/ontology/bibo/> .
@prefix event: <http://purl.org/NET/c4dm/event.owl#> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:presentedAt a owl:ObjectProperty ;
rdfs:label "presented at"@en ;
rdfs:comment "Relates a document to an event; for example, a paper to a conference."@en ;
rdfs:domain :Document ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range :Event ;
rdfs:subPropertyOf event:produced_in ;
ns:term_status "unstable" .
NOTE :presents is a leaf node.
Description
Relates an event to associated documents; for example, conference to a paper.
Inherits from (1):
event:product
Class Domain for:
:Event
Class Range for:
:Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix event: <http://purl.org/NET/c4dm/event.owl#> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:presents a owl:ObjectProperty ;
rdfs:label "presents"@en ;
rdfs:comment "Relates an event to associated documents; for example, conference to a paper."@en ;
rdfs:domain :Event ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range :Document ;
rdfs:subPropertyOf event:product ;
owl:inverseOf :presentedAt ;
ns:term_status "unstable" .
NOTE :producer is a leaf node.
Description
Producer of a document or a collection of documents.
Class Domain for:
Nb3a61068ee9e467bbd8bfc4b3f0f697a
Class Range for:
foaf:Agent
@prefix : <http://purl.org/ontology/bibo/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:producer a owl:ObjectProperty ;
rdfs:label "producer"@en ;
rdfs:comment "Producer of a document or a collection of documents."@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( :Collection :Document ) ] ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range foaf:Agent ;
ns:term_status "stable" .
NOTE :recipient is a leaf node.
Description
An agent that receives a communication document.
Class Domain for:
:PersonalCommunicationDocument
Class Range for:
foaf:Agent
@prefix : <http://purl.org/ontology/bibo/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:recipient a owl:ObjectProperty ;
rdfs:label "recipient" ;
rdfs:comment "An agent that receives a communication document."@en ;
rdfs:domain :PersonalCommunicationDocument ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range foaf:Agent ;
ns:term_status "stable" .
NOTE :reproducedIn is a leaf node.
Description
The resource in which another resource is reproduced.
Inherits from (1):
dcterms:isPartOf
Class Domain for:
:Document
Class Range for:
:Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:reproducedIn a owl:ObjectProperty ;
rdfs:comment "The resource in which another resource is reproduced."@en ;
rdfs:domain :Document ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range :Document ;
rdfs:subPropertyOf dcterms:isPartOf ;
ns:term_status "unstable" .
NOTE :reversedBy is a leaf node.
Description
A legal decision that reverses a ruling.
Inherits from (2):
:subsequentLegalDecision | dcterms:isReferencedBy
Class Domain for:
:LegalDecision
Class Range for:
:LegalDecision
@prefix : <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:reversedBy a owl:ObjectProperty ;
rdfs:comment "A legal decision that reverses a ruling."@en ;
rdfs:domain :LegalDecision ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range :LegalDecision ;
rdfs:subPropertyOf :subsequentLegalDecision .
NOTE :reviewOf is a leaf node.
Description
Relates a review document to a reviewed thing (resource, item, etc.).
Inherits from (1):
dcterms:relation
Class Domain for:
:Document
Class Range for:
rdfs:Resource
@prefix : <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:reviewOf a owl:ObjectProperty ;
rdfs:label "review of"@en ;
rdfs:comment "Relates a review document to a reviewed thing (resource, item, etc.)."@en ;
rdfs:domain :Document ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range rdfs:Resource ;
rdfs:subPropertyOf dcterms:relation ;
ns:term_status "stable" .
NOTE :status is a leaf node.
Description
The publication status of (typically academic) content.
Class Domain for:
:Document
Class Range for:
:DocumentStatus
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:status a owl:ObjectProperty ;
rdfs:label "status"@en ;
rdfs:comment "The publication status of (typically academic) content."@en ;
rdfs:domain :Document ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range :DocumentStatus ;
ns:term_status "stable" ;
skos:editorialNote "We are not defining, using an enumeration, the range of the bibo:status to the defined list of bibo:DocumentStatus. We won't do it because we want people to be able to define new status if needed by some special usecases. Creating such an enumeration would restrict this to happen."@en .
Description
A legal decision on appeal that takes action on a case (affirming it, reversing it, etc.).
Inherits from (1):
dcterms:isReferencedBy
Has sub-property (direct):
:affirmedBy | :reversedBy
Class Domain for:
:LegalDecision
Class Range for:
:LegalDecision
@prefix : <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:subsequentLegalDecision a owl:ObjectProperty ;
rdfs:comment "A legal decision on appeal that takes action on a case (affirming it, reversing it, etc.)."@en ;
rdfs:domain :LegalDecision ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range :LegalDecision ;
rdfs:subPropertyOf dcterms:isReferencedBy .
NOTE :transcriptOf is a leaf node.
Description
Relates a document to some transcribed original.
Inherits from (1):
dcterms:relation
Class Domain for:
:Document
Class Range for:
rdfs:Resource
@prefix : <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:transcriptOf a owl:ObjectProperty ;
rdfs:label "transcript of"@en ;
rdfs:comment "Relates a document to some transcribed original."@en ;
rdfs:domain :Document ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range rdfs:Resource ;
rdfs:subPropertyOf dcterms:relation ;
ns:term_status "unstable" .
NOTE :translationOf is a leaf node.
Description
Relates a translated document to the original document.
Inherits from (1):
dcterms:isVersionOf
Class Domain for:
:Document
Class Range for:
:Document
@prefix : <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:translationOf a owl:ObjectProperty ;
rdfs:label "translation of"@en ;
rdfs:comment "Relates a translated document to the original document."@en ;
rdfs:domain :Document ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range :Document ;
rdfs:subPropertyOf dcterms:isVersionOf ;
ns:term_status "stable" .
NOTE :translator is a leaf node.
Description
A person who translates written document from one language to another.
Inherits from (1):
dcterms:contributor
Class Domain for:
Ndaa17340ccd6439ab8e6c1a0d208e536
Class Range for:
foaf:Agent
@prefix : <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:translator a owl:ObjectProperty ;
rdfs:label "translator" ;
rdfs:comment "A person who translates written document from one language to another."@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( :Collection :Document ) ] ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range foaf:Agent ;
rdfs:subPropertyOf dcterms:contributor ;
ns:term_status "stable" .
NOTE rdf:value is a leaf node.
Description
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
rdf:value a owl:ObjectProperty ;
skos:scopeNote """Used to describe the content of a bibo:Document and othr bibliographic resouces.
We suggest to use this property instead of the deprecated "bibo:content" one."""@en .
NOTE foaf:based_near is a leaf node.
Description
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
foaf:based_near a owl:ObjectProperty ;
skos:scopeNote "Used to link an agent, related to bibliographic things, to a place where it is based near: can be a city, a monument, a building, etc."@en .
NOTE foaf:depiction is a leaf node.
Description
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
foaf:depiction a owl:ObjectProperty ;
skos:scopeNote "Used to link an agent with an image that depict it."@en .
NOTE foaf:homepage is a leaf node.
Description
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
foaf:homepage a owl:ObjectProperty ;
skos:scopeNote "Used to link an agent to its homepage (which is a web page accessible using a URL)."@en .
NOTE prism:doi is a leaf node.
Description
@prefix : <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prism: <http://prismstandard.org/namespaces/1.2/basic/> .
prism:doi a owl:DatatypeProperty ;
owl:equivalentProperty :doi .
NOTE prism:eIssn is a leaf node.
Description
@prefix : <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prism: <http://prismstandard.org/namespaces/1.2/basic/> .
prism:eIssn a owl:DatatypeProperty ;
owl:equivalentProperty :eissn .
NOTE prism:edition is a leaf node.
Description
@prefix : <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prism: <http://prismstandard.org/namespaces/1.2/basic/> .
prism:edition a owl:DatatypeProperty ;
owl:equivalentProperty :edition .
NOTE prism:endingPage is a leaf node.
Description
@prefix : <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prism: <http://prismstandard.org/namespaces/1.2/basic/> .
prism:endingPage a owl:DatatypeProperty ;
owl:equivalentProperty :pageEnd .
NOTE prism:isbn is a leaf node.
Description
@prefix : <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prism: <http://prismstandard.org/namespaces/1.2/basic/> .
prism:isbn a owl:DatatypeProperty ;
owl:equivalentProperty :isbn .
NOTE prism:issn is a leaf node.
Description
@prefix : <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prism: <http://prismstandard.org/namespaces/1.2/basic/> .
prism:issn a owl:DatatypeProperty ;
owl:equivalentProperty :issn .
NOTE prism:issue is a leaf node.
Description
@prefix : <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prism: <http://prismstandard.org/namespaces/1.2/basic/> .
prism:issue a owl:DatatypeProperty ;
owl:equivalentProperty :issue .
NOTE prism:number is a leaf node.
Description
@prefix : <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prism: <http://prismstandard.org/namespaces/1.2/basic/> .
prism:number a owl:DatatypeProperty ;
owl:equivalentProperty :locator .
NOTE prism:startingPage is a leaf node.
Description
@prefix : <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prism: <http://prismstandard.org/namespaces/1.2/basic/> .
prism:startingPage a owl:DatatypeProperty ;
owl:equivalentProperty :pageStart .
NOTE prism:volume is a leaf node.
Description
@prefix : <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prism: <http://prismstandard.org/namespaces/1.2/basic/> .
prism:volume a owl:DatatypeProperty ;
owl:equivalentProperty :volume .
NOTE dcterms:created is a leaf node.
Description
Inherits from (1):
dcterms:date
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
dcterms:created a owl:DatatypeProperty ;
rdfs:subPropertyOf dcterms:date ;
skos:scopeNote "Used to describe the creation date of a bibliographic item"@en .
Description
Has sub-property (direct):
dcterms:created | dcterms:issued
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
dcterms:date a owl:DatatypeProperty ;
skos:scopeNote "Use to link a bibliographic item to the date of an event. Check dcterms:created and other for proper specializations for this property"@en .
NOTE dcterms:issued is a leaf node.
Description
Inherits from (1):
dcterms:date
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
dcterms:issued a owl:DatatypeProperty ;
rdfs:subPropertyOf dcterms:date ;
skos:scopeNote "Used to describe the issue date of a bibliographic resource"@en .
NOTE :abstract is a leaf node.
Description
A summary of the resource.
Class Domain for:
rdfs:Resource
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:abstract a owl:DatatypeProperty ;
rdfs:label "abstract" ;
rdfs:comment "A summary of the resource." ;
rdfs:domain rdfs:Resource ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range rdfs:Literal ;
ns:term_status "stable" .
NOTE :argued is a leaf node.
Description
The date on which a legal case is argued before a court. Date is of format xsd:date
Class Domain for:
:LegalDocument
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:argued a owl:DatatypeProperty ;
rdfs:label "date argued"@en ;
rdfs:comment "The date on which a legal case is argued before a court. Date is of format xsd:date"@en ;
rdfs:domain :LegalDocument ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range rdfs:Literal ;
ns:term_status "unstable" .
NOTE :asin is a leaf node.
Description
Inherits from (1):
:identifier
Class Domain for:
N6926951ab4644002ac9ee36c1d92219e
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:asin a owl:DatatypeProperty ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( :Collection :Document ) ] ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf :identifier .
NOTE :chapter is a leaf node.
Description
An chapter number
Inherits from (1):
:locator
Class Domain for:
:BookSection
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:chapter a owl:DatatypeProperty ;
rdfs:label "chapter"@en ;
rdfs:comment "An chapter number"@en ;
rdfs:domain :BookSection ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf :locator ;
ns:term_status "unstable" .
NOTE :coden is a leaf node.
Description
Inherits from (1):
:identifier
Class Domain for:
N753b30466f0144a7a59f570e50448ff8
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:coden a owl:DatatypeProperty ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( :Collection :Document ) ] ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf :identifier .
NOTE :content is a leaf node.
Description
This property is for a plain-text rendering of the content of a Document. While the plain-text content of an entire document could be described by this property.
Class Domain for:
:Document
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:content a owl:DatatypeProperty ;
rdfs:label "content"@en ;
rdfs:comment "This property is for a plain-text rendering of the content of a Document. While the plain-text content of an entire document could be described by this property."@en ;
rdfs:domain :Document ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range rdfs:Literal ;
owl:deprecated true ;
ns:term_status "unstable" ;
skos:historyNote "bibo:content has been deprecated; we recommend to use \"rdf:value\" for this purpose. Here is the rational behind this choice: http://www.w3.org/TR/2004/REC-rdf-primer-20040210/#rdfvalue"@en .
NOTE :doi is a leaf node.
Description
Inherits from (1):
:identifier
Class Domain for:
N5caf92f709534ddab979031236208dae
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:doi a owl:DatatypeProperty ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( :Collection :Document ) ] ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf :identifier .
NOTE :eanucc13 is a leaf node.
Description
Inherits from (1):
:identifier
Class Domain for:
N015865ce65e04956970fb8446168adda
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:eanucc13 a owl:DatatypeProperty ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( :Collection :Document ) ] ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf :identifier .
NOTE :edition is a leaf node.
Description
The name defining a special edition of a document. Normally its a literal value composed of a version number and words.
Class Domain for:
:Document
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:edition a owl:DatatypeProperty ;
rdfs:label "edition"@en ;
rdfs:comment "The name defining a special edition of a document. Normally its a literal value composed of a version number and words."@en ;
rdfs:domain :Document ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range rdfs:Literal ;
ns:term_status "stable" .
NOTE :eissn is a leaf node.
Description
Inherits from (1):
:identifier
Class Domain for:
:Collection
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:eissn a owl:DatatypeProperty ;
rdfs:domain :Collection ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf :identifier .
NOTE :gtin14 is a leaf node.
Description
Inherits from (1):
:identifier
Class Domain for:
Naa206e3aa7dd4385ad11fc927d532d40
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:gtin14 a owl:DatatypeProperty ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( :Collection :Document ) ] ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf :identifier .
NOTE :handle is a leaf node.
Description
Inherits from (1):
:identifier
Class Domain for:
N6cd011f28d114b1ca2ad9fa7767ee622
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:handle a owl:DatatypeProperty ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( :Collection :Document ) ] ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf :identifier .
Description
Has sub-property (direct):
:asin | :coden | :doi | :eanucc13 | :eissn | :gtin14 | :handle | :isbn | :issn | :lccn | :oclcnum | :pmid | :sici | :upc | :uri
Class Domain for:
Neabb1a657b4f4f96a238c4b25e938ebb
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:identifier a owl:DatatypeProperty ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( :Collection :Document ) ] ;
rdfs:range rdfs:Literal .
Description
Inherits from (1):
:identifier
Has sub-property (direct):
:isbn10 | :isbn13
@prefix : <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:isbn a owl:DatatypeProperty ;
rdfs:subPropertyOf :identifier .
NOTE :isbn10 is a leaf node.
Description
Inherits from (2):
:isbn | :identifier
Class Domain for:
N9024e918d5884f8aa1098e14278a3bf7
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:isbn10 a owl:DatatypeProperty ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( :Collection :Document ) ] ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf :isbn .
NOTE :isbn13 is a leaf node.
Description
Inherits from (2):
:isbn | :identifier
Class Domain for:
Nf5e2d731c987495aa80623b71e2e211e
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:isbn13 a owl:DatatypeProperty ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( :Collection :Document ) ] ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf :isbn .
NOTE :issn is a leaf node.
Description
Inherits from (1):
:identifier
Class Domain for:
:Collection
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:issn a owl:DatatypeProperty ;
rdfs:domain :Collection ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf :identifier .
NOTE :issue is a leaf node.
Description
An issue number
Inherits from (1):
:locator
Class Domain for:
:Issue
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:issue a owl:DatatypeProperty ;
rdfs:label "issue"@en ;
rdfs:comment "An issue number"@en ;
rdfs:domain :Issue ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf :locator ;
ns:term_status "stable" .
NOTE :lccn is a leaf node.
Description
Inherits from (1):
:identifier
Class Domain for:
N3e1e0770d9d047db8bbdd8bd2284d26d
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:lccn a owl:DatatypeProperty ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( :Collection :Document ) ] ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf :identifier .
Description
A description (often numeric) that locates an item within a containing document or collection.
Has sub-property (direct):
:chapter | :issue | :pageEnd | :pageStart | :pages | :section | :volume
Class Domain for:
:Document
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:locator a owl:DatatypeProperty ;
rdfs:label "locator"@en ;
rdfs:comment "A description (often numeric) that locates an item within a containing document or collection."@en ;
rdfs:domain :Document ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range rdfs:Literal ;
ns:term_status "stable" .
NOTE :numPages is a leaf node.
Description
The number of pages contained in a document
Class Domain for:
:Document
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:numPages a owl:DatatypeProperty ;
rdfs:label "number of pages"@en ;
rdfs:comment "The number of pages contained in a document"@en ;
rdfs:domain :Document ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range rdfs:Literal ;
ns:term_status "stable" .
NOTE :numVolumes is a leaf node.
Description
The number of volumes contained in a collection of documents (usually a series, periodical, etc.).
Class Domain for:
:Collection
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:numVolumes a owl:DatatypeProperty ;
rdfs:label "number of volumes"@en ;
rdfs:comment "The number of volumes contained in a collection of documents (usually a series, periodical, etc.)."@en ;
rdfs:domain :Collection ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range rdfs:Literal ;
ns:term_status "stable" .
NOTE :number is a leaf node.
Description
A generic item or document number. Not to be confused with issue number.
Class Domain for:
:Document
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:number a owl:DatatypeProperty ;
rdfs:label "number"@en ;
rdfs:comment "A generic item or document number. Not to be confused with issue number."@en ;
rdfs:domain :Document ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range rdfs:Literal ;
ns:term_status "stable" .
NOTE :oclcnum is a leaf node.
Description
Inherits from (1):
:identifier
Class Domain for:
N4455cacc858c417e9317ccf207c31b95
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:oclcnum a owl:DatatypeProperty ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( :Collection :Document ) ] ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf :identifier .
NOTE :pageEnd is a leaf node.
Description
Ending page number within a continuous page range.
Inherits from (1):
:locator
Class Domain for:
:Document
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:pageEnd a owl:DatatypeProperty ;
rdfs:label "page end"@en ;
rdfs:comment "Ending page number within a continuous page range."@en ;
rdfs:domain :Document ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf :locator ;
ns:term_status "stable" .
NOTE :pageStart is a leaf node.
Description
Starting page number within a continuous page range.
Inherits from (1):
:locator
Class Domain for:
:Document
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:pageStart a owl:DatatypeProperty ;
rdfs:label "page start"@en ;
rdfs:comment "Starting page number within a continuous page range."@en ;
rdfs:domain :Document ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf :locator ;
ns:term_status "stable" .
NOTE :pages is a leaf node.
Description
A string of non-contiguous page spans that locate a Document within a Collection. Example: 23-25, 34, 54-56. For continuous page ranges, use the pageStart and pageEnd properties.
Inherits from (1):
:locator
Class Domain for:
:Document
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:pages a owl:DatatypeProperty ;
rdfs:label "pages"@en ;
rdfs:comment "A string of non-contiguous page spans that locate a Document within a Collection. Example: 23-25, 34, 54-56. For continuous page ranges, use the pageStart and pageEnd properties."@en ;
rdfs:domain :Document ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf :locator ;
ns:term_status "stable" .
NOTE :pmid is a leaf node.
Description
Inherits from (1):
:identifier
Class Domain for:
N70dcff6d7a6742ddba5f9bab87a17eb2
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:pmid a owl:DatatypeProperty ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( :Collection :Document ) ] ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf :identifier .
NOTE :prefixName is a leaf node.
Description
The prefix of a name
Class Domain for:
foaf:Agent
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:prefixName a owl:DatatypeProperty ;
rdfs:label "prefix name"@en ;
rdfs:comment "The prefix of a name"@en ;
rdfs:domain foaf:Agent ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range rdfs:Literal ;
ns:term_status "stable" .
NOTE :section is a leaf node.
Description
A section number
Inherits from (1):
:locator
Class Domain for:
:Document
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:section a owl:DatatypeProperty ;
rdfs:label "section"@en ;
rdfs:comment "A section number"@en ;
rdfs:domain :Document ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf :locator ;
ns:term_status "unstable" ;
skos:example """Di Rado, Alicia. 1995. Trekking through college: Classes explore
modern society using the world of Star trek. Los Angeles Times, March
15, sec. A, p. 3."""@en .
NOTE :shortDescription is a leaf node.
Description
Class Domain for:
:Document
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:shortDescription a owl:DatatypeProperty ;
rdfs:domain :Document ;
rdfs:range rdfs:Literal .
NOTE :shortTitle is a leaf node.
Description
The abbreviation of a title.
Class Domain for:
:Document
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:shortTitle a owl:DatatypeProperty ;
rdfs:label "short title"@en ;
rdfs:comment "The abbreviation of a title."@en ;
rdfs:domain :Document ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range rdfs:Literal ;
ns:term_status "stable" .
NOTE :sici is a leaf node.
Description
Inherits from (1):
:identifier
Class Domain for:
N68c197e5e25e4d77bde84cd1823269f0
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:sici a owl:DatatypeProperty ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( :Collection :Document ) ] ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf :identifier .
NOTE :suffixName is a leaf node.
Description
The suffix of a name
Class Domain for:
foaf:Agent
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:suffixName a owl:DatatypeProperty ;
rdfs:label "suffix name"@en ;
rdfs:comment "The suffix of a name"@en ;
rdfs:domain foaf:Agent ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range rdfs:Literal ;
ns:term_status "stable" .
NOTE :upc is a leaf node.
Description
Inherits from (1):
:identifier
Class Domain for:
N7c5a51612a3f4b8398f00555a8e743b4
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:upc a owl:DatatypeProperty ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( :Collection :Document ) ] ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf :identifier .
NOTE :uri is a leaf node.
Description
Universal Resource Identifier of a document
Inherits from (1):
:identifier
Class Domain for:
N99055c22d3f84e5eac8f59a184997319
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:uri a owl:DatatypeProperty ;
rdfs:label "uri"@en ;
rdfs:comment "Universal Resource Identifier of a document"@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( :Collection :Document ) ] ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf :identifier ;
ns:term_status "stable" .
NOTE :volume is a leaf node.
Description
A volume number
Inherits from (1):
:locator
Class Domain for:
:Document
Class Range for:
rdfs:Literal
@prefix : <http://purl.org/ontology/bibo/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
:volume a owl:DatatypeProperty ;
rdfs:label "volume"@en ;
rdfs:comment "A volume number"@en ;
rdfs:domain :Document ;
rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^xsd:anyURI ;
rdfs:range rdfs:Literal ;
rdfs:subPropertyOf :locator ;
ns:term_status "stable" .
NOTE schema1:localityName is a leaf node.
Description
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix schema1: <http://schemas.talis.com/2005/address/schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
schema1:localityName a owl:DatatypeProperty ;
skos:scopeNote "Used to name the locality of a publisher, an author, etc."@en .
NOTE foaf:family_name is a leaf node.
Description
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
foaf:family_name a owl:DatatypeProperty ;
skos:scopeNote "This is the property we choose to use to describe the family name of a person related to a bibliographic resource."@en .
NOTE foaf:givenname is a leaf node.
Description
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
foaf:givenname a owl:DatatypeProperty ;
skos:scopeNote "This is the property we choose to describe the given name of a Person related to a bibliographic resource. This is the first name of a person."@en .
NOTE foaf:name is a leaf node.
Description
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
foaf:name a owl:DatatypeProperty .
NOTE dcterms:creator is a leaf node.
Description
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dcterms:creator a owl:AnnotationProperty .
NOTE dcterms:description is a leaf node.
Description
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
dcterms:description a owl:AnnotationProperty,
owl:DatatypeProperty ;
skos:scopeNote "Used to describe a bibliographic resource."@en .
NOTE dcterms:identifier is a leaf node.
Description
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dcterms:identifier a owl:AnnotationProperty .
NOTE dcterms:title is a leaf node.
Description
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
dcterms:title a owl:AnnotationProperty,
owl:ObjectProperty ;
skos:scopeNote "Used to describe the title of a bibliographic resource"@en .
NOTE owl:deprecated is a leaf node.
Description
@prefix owl: <http://www.w3.org/2002/07/owl#> .
owl:deprecated a owl:AnnotationProperty .
NOTE ns:term_status is a leaf node.
Description
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
ns:term_status a owl:AnnotationProperty .
NOTE skos:changeNote is a leaf node.
Description
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
skos:changeNote a owl:AnnotationProperty .
NOTE skos:editorialNote is a leaf node.
Description
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
skos:editorialNote a owl:AnnotationProperty .
NOTE skos:example is a leaf node.
Description
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
skos:example a owl:AnnotationProperty .
NOTE skos:historyNote is a leaf node.
Description
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
skos:historyNote a owl:AnnotationProperty .
NOTE skos:note is a leaf node.
Description
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
skos:note a owl:AnnotationProperty .
NOTE skos:scopeNote is a leaf node.
Description
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
skos:scopeNote a owl:AnnotationProperty .