http://purl.org/ontology/bibo/

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


 Table of Content


Ontologies

http://purl.org/ontology/bibo/

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.

dcterms:creator

http://purl.org/ontology/bibo/bdarcus

http://purl.org/ontology/bibo/fgiasson

dcterms:description

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.

dcterms:title

The Bibliographic Ontology

owl:versionInfo

http://purl.org/ontology/bibo/1.3/

rdf:type

http://www.w3.org/2002/07/owl#Ontology


 A-Z of terms

This is a complete alphabetical A-Z index of all terms, by main logical type.
Classes (66) :AcademicArticle | :Article | :AudioDocument | :AudioVisualDocument | :Bill | :Book | :BookSection | :Brief | :Chapter | :Code | :CollectedDocument | :Collection | :Conference | :CourtReporter | :Document | :DocumentPart | :DocumentStatus | :EditedBook | :Email | :Event | :Excerpt | :Film | :Hearing | :Image | :Interview | :Issue | :Journal | :LegalCaseDocument | :LegalDecision | :LegalDocument | :Legislation | :Letter | :Magazine | :Manual | :Manuscript | :Map | :MultiVolumeBook | :Newspaper | :Note | :Patent | :Performance | :Periodical | :PersonalCommunication | :PersonalCommunicationDocument | :Proceedings | :Quote | :ReferenceSource | :Report | :Series | :Slide | :Slideshow | :Specification | :Standard | :Statute | :Thesis | :ThesisDegree | :Webpage | :Website | :Workshop | dcterms:Agent | event:Event | foaf:Agent | foaf:Document | foaf:Image | foaf:Organization | foaf:Person
Object Properties (52)  event:agent | event:place | event:produced_in | event:product | event:sub_event | event:time | dcterms:contributor | dcterms:format | dcterms:hasPart | dcterms:isPartOf | dcterms:isReferencedBy | dcterms:isVersionOf | dcterms:language | dcterms:publisher | dcterms:references | dcterms:relation | dcterms:rights | dcterms:subject | :affirmedBy | :annotates | :authorList | :citedBy | :cites | :contributorList | :court | :degree | :director | :distributor | :editor | :editorList | :interviewee | :interviewer | :issuer | :organizer | :owner | :performer | :presentedAt | :presents | :producer | :recipient | :reproducedIn | :reversedBy | :reviewOf | :status | :subsequentLegalDecision | :transcriptOf | :translationOf | :translator | rdf:value | foaf:based_near | foaf:depiction | foaf:homepage
Datatype Properties (54)  prism:doi | prism:eIssn | prism:edition | prism:endingPage | prism:isbn | prism:issn | prism:issue | prism:number | prism:startingPage | prism:volume | dcterms:created | dcterms:date | dcterms:issued | :abstract | :argued | :asin | :chapter | :coden | :content | :doi | :eanucc13 | :edition | :eissn | :gtin14 | :handle | :identifier | :isbn | :isbn10 | :isbn13 | :issn | :issue | :lccn | :locator | :numPages | :numVolumes | :number | :oclcnum | :pageEnd | :pageStart | :pages | :pmid | :prefixName | :section | :shortDescription | :shortTitle | :sici | :suffixName | :upc | :uri | :volume | schema1:localityName | foaf:family_name | foaf:givenname | foaf:name
Annotation Properties (12)  dcterms:creator | dcterms:description | dcterms:identifier | dcterms:title | owl:deprecated | ns:term_status | skos:changeNote | skos:editorialNote | skos:example | skos:historyNote | skos:note | skos:scopeNote

 Classes

Class: :AcademicArticle   back to top


NOTE :AcademicArticle is a leaf node.

Description

A scholarly academic article, typically published in a journal.

Inherits from (2):
:Article | :Document

Implementation:

@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" .

Class: :Article   back to top


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

Implementation:

@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" .

Class: :AudioDocument   back to top


NOTE :AudioDocument is a leaf node.

Description

An audio document; aka record.

Inherits from (1):
:Document

Implementation:

@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" .

Class: :AudioVisualDocument   back to top


Description

An audio-visual document; film, video, and so forth.

Inherits from (1):
:Document

Property Domain of:
:director

Implementation:

@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" .

Class: :Bill   back to top


NOTE :Bill is a leaf node.

Description

Draft legislation presented for discussion to a legal body.

Inherits from (3):
:Legislation | :LegalDocument | :Document

Implementation:

@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" .

Class: :Book   back to top


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

Implementation:

@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" .

Class: :BookSection   back to top


Description

A section of a book.

Inherits from (2):
:DocumentPart | :Document

Property Domain of:
:chapter

Implementation:

@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" .

Class: :Brief   back to top


NOTE :Brief is a leaf node.

Description

A written argument submitted to a court.

Inherits from (3):
:LegalCaseDocument | :LegalDocument | :Document

Implementation:

@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" .

Class: :Chapter   back to top


NOTE :Chapter is a leaf node.

Description

A chapter of a book.

Inherits from (3):
:BookSection | :DocumentPart | :Document

Implementation:

@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" .

Class: :Code   back to top


NOTE :Code is a leaf node.

Description

A collection of statutes.

Inherits from (2):
:Periodical | :Collection

Implementation:

@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" .

Class: :CollectedDocument   back to top


Description

A document that simultaneously contains other documents.

Inherits from (1):
:Document

Implementation:

@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" .

Class: :Collection   back to top


Description

A collection of Documents or Collections

Inherits from:
owl:Thing

Property Domain of:
:eissn | :issn | :numVolumes

Implementation:

@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" .

Class: :Conference   back to top


NOTE :Conference is a leaf node.

Description

A meeting for consultation or discussion.

Inherits from (1):
event:Event

Implementation:

@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" .

Class: :CourtReporter   back to top


NOTE :CourtReporter is a leaf node.

Description

A collection of legal cases.

Inherits from (2):
:Periodical | :Collection

Implementation:

@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" .

Class: :Document   back to top


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

Implementation:

@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" .

Class: :DocumentPart   back to top


Description

a distinct part of a larger document or collected document.

Inherits from (1):
:Document

Implementation:

@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" .

Class: :DocumentStatus   back to top


NOTE :DocumentStatus is a leaf node.

Description

The status of the publication of a document.

Inherits from:
owl:Thing

Property Range of:
:status

Implementation:

@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" .

Class: :EditedBook   back to top


NOTE :EditedBook is a leaf node.

Description

An edited book.

Inherits from (2):
:CollectedDocument | :Document

Implementation:

@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" .

Class: :Email   back to top


NOTE :Email is a leaf node.

Description

A written communication addressed to a person or organization and transmitted electronically.

Inherits from (2):
:PersonalCommunicationDocument | :Document

Implementation:

@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" .

Class: :Event   back to top


NOTE :Event is a leaf node.

Description

Inherits from:
owl:Thing

Property Domain of:
:presents

Property Range of:
:presentedAt

Implementation:

@prefix : <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

:Event a owl:Class .

Class: :Excerpt   back to top


Description

A passage selected from a larger work.

Inherits from (2):
:DocumentPart | :Document

Implementation:

@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" .

Class: :Film   back to top


NOTE :Film is a leaf node.

Description

aka movie.

Inherits from (2):
:AudioVisualDocument | :Document

Implementation:

@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" .

Class: :Hearing   back to top


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

Implementation:

@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" .

Class: :Image   back to top


Description

A document that presents visual or diagrammatic information.

Inherits from (1):
:Document

Implementation:

@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" .

Class: :Interview   back to top


NOTE :Interview is a leaf node.

Description

A formalized discussion between two or more people.

Inherits from (1):
event:Event

Implementation:

@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" .

Class: :Issue   back to top


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

Implementation:

@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" .

Class: :Journal   back to top


NOTE :Journal is a leaf node.

Description

A periodical of scholarly journal Articles.

Inherits from (2):
:Periodical | :Collection

Implementation:

@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" .

Class: :LegalCaseDocument   back to top


Description

A document accompanying a legal case.

Inherits from (2):
:LegalDocument | :Document

Implementation:

@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" .

Class: :LegalDecision   back to top


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

Implementation:

@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" .

Class: :LegalDocument   back to top


Description

A legal document; for example, a court decision, a brief, and so forth.

Inherits from (1):
:Document

Property Domain of:
:argued | :court

Implementation:

@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" .

Class: :Legislation   back to top


Description

A legal document proposing or enacting a law or a group of laws.

Inherits from (2):
:LegalDocument | :Document

Implementation:

@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" .

Class: :Letter   back to top


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

Implementation:

@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" .

Class: :Magazine   back to top


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

Implementation:

@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" .

Class: :Manual   back to top


NOTE :Manual is a leaf node.

Description

A small reference book, especially one giving instructions.

Inherits from (1):
:Document

Implementation:

@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" .

Class: :Manuscript   back to top


NOTE :Manuscript is a leaf node.

Description

An unpublished Document, which may also be submitted to a publisher for publication.

Inherits from (1):
:Document

Implementation:

@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" .

Class: :Map   back to top


NOTE :Map is a leaf node.

Description

A graphical depiction of geographic features.

Inherits from (2):
:Image | :Document

Implementation:

@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" .

Class: :MultiVolumeBook   back to top


NOTE :MultiVolumeBook is a leaf node.

Description

A loose, thematic, collection of Documents, often Books.

Inherits from (1):
:Collection

Implementation:

@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" .

Class: :Newspaper   back to top


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

Implementation:

@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" .

Class: :Note   back to top


NOTE :Note is a leaf node.

Description

Notes or annotations about a resource.

Inherits from (1):
:Document

Property Domain of:
:annotates

Implementation:

@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" .

Class: :Patent   back to top


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

Implementation:

@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" .

Class: :Performance   back to top


NOTE :Performance is a leaf node.

Description

A public performance.

Inherits from (1):
event:Event

Property Domain of:
:performer

Implementation:

@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" .

Class: :Periodical   back to top


Description

A group of related documents issued at regular intervals.

Inherits from (1):
:Collection

Implementation:

@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" .

Class: :PersonalCommunication   back to top


NOTE :PersonalCommunication is a leaf node.

Description

A communication between an agent and one or more specific recipients.

Inherits from (1):
event:Event

Implementation:

@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" .

Class: :PersonalCommunicationDocument   back to top


Description

A personal communication manifested in some document.

Inherits from (1):
:Document

Property Domain of:
:recipient

Implementation:

@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" .

Class: :Proceedings   back to top


NOTE :Proceedings is a leaf node.

Description

A compilation of documents published from an event, such as a conference.

Inherits from (2):
:Book | :Document

Implementation:

@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" .

Class: :Quote   back to top


NOTE :Quote is a leaf node.

Description

An excerpted collection of words.

Inherits from (3):
:Excerpt | :DocumentPart | :Document

Implementation:

@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" .

Class: :ReferenceSource   back to top


NOTE :ReferenceSource is a leaf node.

Description

A document that presents authoritative reference information, such as a dictionary or encylopedia .

Inherits from (1):
:Document

Implementation:

@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" .

Class: :Report   back to top


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

Implementation:

@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" .

Class: :Series   back to top


NOTE :Series is a leaf node.

Description

A loose, thematic, collection of Documents, often Books.

Inherits from (1):
:Collection

Implementation:

@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" .

Class: :Slide   back to top


NOTE :Slide is a leaf node.

Description

A slide in a slideshow

Inherits from (2):
:DocumentPart | :Document

Implementation:

@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" .

Class: :Slideshow   back to top


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

Implementation:

@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" .

Class: :Specification   back to top


Description

A document describing a specification.

Inherits from (1):
:Document

Implementation:

@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" .

Class: :Standard   back to top


NOTE :Standard is a leaf node.

Description

A document describing a standard: a specification organized through a standards body.

Inherits from (2):
:Specification | :Document

Implementation:

@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" .

Class: :Statute   back to top


NOTE :Statute is a leaf node.

Description

A bill enacted into law.

Inherits from (3):
:Legislation | :LegalDocument | :Document

Implementation:

@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" .

Class: :Thesis   back to top


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

Implementation:

@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" .

Class: :ThesisDegree   back to top


NOTE :ThesisDegree is a leaf node.

Description

The academic degree of a Thesis

Inherits from:
owl:Thing

Property Range of:
:degree

Implementation:

@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" .

Class: :Webpage   back to top


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

Implementation:

@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" .

Class: :Website   back to top


NOTE :Website is a leaf node.

Description

A group of Webpages accessible on the Web.

Inherits from (1):
:Collection

Implementation:

@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" .

Class: :Workshop   back to top


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

Implementation:

@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" .

Class: dcterms:Agent   back to top


NOTE dcterms:Agent is a leaf node.

Description

Inherits from:
owl:Thing

Implementation:

@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 .

Class: event:Event   back to top


Description

Inherits from:
owl:Thing

Property Domain of:
:organizer

Implementation:

@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 .

Class: foaf:Agent   back to top


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

Implementation:

@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 .

Class: foaf:Document   back to top


NOTE foaf:Document is a leaf node.

Description

Inherits from:
owl:Thing

Implementation:

@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

foaf:Document a owl:Class .

Class: foaf:Image   back to top


NOTE foaf:Image is a leaf node.

Description

Inherits from:
owl:Thing

Implementation:

@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

foaf:Image a owl:Class .

Class: foaf:Organization   back to top


NOTE foaf:Organization is a leaf node.

Description

Inherits from:
owl:Thing

Property Range of:
:court

Implementation:

@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 .

Class: foaf:Person   back to top


NOTE foaf:Person is a leaf node.

Description

Inherits from:
owl:Thing

Implementation:

@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 .


 Object Properties

Object Property: event:agent   back to top


NOTE event:agent is a leaf node.

Description

Implementation:

@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 .

Object Property: event:place   back to top


NOTE event:place is a leaf node.

Description

Implementation:

@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 .

Object Property: event:produced_in   back to top


Description

Has sub-property (direct):
:presentedAt

Implementation:

@prefix event: <http://purl.org/NET/c4dm/event.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

event:produced_in a owl:ObjectProperty .

Object Property: event:product   back to top


Description

Has sub-property (direct):
:presents

Implementation:

@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 .

Object Property: event:sub_event   back to top


NOTE event:sub_event is a leaf node.

Description

Implementation:

@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 .

Object Property: event:time   back to top


NOTE event:time is a leaf node.

Description

Implementation:

@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 .

Object Property: dcterms:contributor   back to top


Description

Has sub-property (direct):
:director | :editor | :interviewee | :interviewer | :performer | :translator

Implementation:

@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 .

Object Property: dcterms:format   back to top


NOTE dcterms:format is a leaf node.

Description

Implementation:

@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 .

Object Property: dcterms:hasPart   back to top


NOTE dcterms:hasPart is a leaf node.

Description

Implementation:

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

dcterms:hasPart a owl:ObjectProperty .

Object Property: dcterms:isPartOf   back to top


Description

Has sub-property (direct):
:reproducedIn

Implementation:

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

dcterms:isPartOf a owl:ObjectProperty .

Object Property: dcterms:isReferencedBy   back to top


Description

Has sub-property (direct):
:subsequentLegalDecision

Implementation:

@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 .

Object Property: dcterms:isVersionOf   back to top


Description

Has sub-property (direct):
:translationOf

Implementation:

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

dcterms:isVersionOf a owl:ObjectProperty .

Object Property: dcterms:language   back to top


NOTE dcterms:language is a leaf node.

Description

Implementation:

@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 .

Object Property: dcterms:publisher   back to top


Description

Has sub-property (direct):
:issuer

Implementation:

@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 .

Object Property: dcterms:references   back to top


Description

Has sub-property (direct):
:cites

Implementation:

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

dcterms:references a owl:ObjectProperty .

Object Property: dcterms:relation   back to top


Description

Has sub-property (direct):
:annotates | :reviewOf | :transcriptOf

Implementation:

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

dcterms:relation a owl:ObjectProperty .

Object Property: dcterms:rights   back to top


NOTE dcterms:rights is a leaf node.

Description

Implementation:

@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 .

Object Property: dcterms:subject   back to top


NOTE dcterms:subject is a leaf node.

Description

Implementation:

@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 .

Object Property: :affirmedBy   back to top


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

Implementation:

@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 .

Object Property: :annotates   back to top


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

Implementation:

@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" .

Object Property: :authorList   back to top


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

Implementation:

@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" .

Object Property: :citedBy   back to top


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

Implementation:

@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" .

Object Property: :cites   back to top


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

Implementation:

@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" .

Object Property: :contributorList   back to top


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

Implementation:

@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" .

Object Property: :court   back to top


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

Implementation:

@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" .

Object Property: :degree   back to top


NOTE :degree is a leaf node.

Description

The thesis degree.

Class Domain for:
:Thesis

Class Range for:
:ThesisDegree

Implementation:

@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 .

Object Property: :director   back to top


NOTE :director is a leaf node.

Description

A Film director.

Inherits from (1):
dcterms:contributor

Class Domain for:
:AudioVisualDocument

Class Range for:
foaf:Agent

Implementation:

@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" .

Object Property: :distributor   back to top


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

Implementation:

@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" .

Object Property: :editor   back to top


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

Implementation:

@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" .

Object Property: :editorList   back to top


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

Implementation:

@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" .

Object Property: :interviewee   back to top


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

Implementation:

@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" .

Object Property: :interviewer   back to top


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

Implementation:

@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" .

Object Property: :issuer   back to top


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

Implementation:

@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" .

Object Property: :organizer   back to top


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

Implementation:

@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" .

Object Property: :owner   back to top


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

Implementation:

@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" .

Object Property: :performer   back to top


NOTE :performer is a leaf node.

Description

Inherits from (1):
dcterms:contributor

Class Domain for:
:Performance

Class Range for:
foaf:Agent

Implementation:

@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" .

Object Property: :presentedAt   back to top


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

Implementation:

@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" .

Object Property: :presents   back to top


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

Implementation:

@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" .

Object Property: :producer   back to top


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

Implementation:

@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" .

Object Property: :recipient   back to top


NOTE :recipient is a leaf node.

Description

An agent that receives a communication document.

Class Domain for:
:PersonalCommunicationDocument

Class Range for:
foaf:Agent

Implementation:

@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" .

Object Property: :reproducedIn   back to top


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

Implementation:

@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" .

Object Property: :reversedBy   back to top


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

Implementation:

@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 .

Object Property: :reviewOf   back to top


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

Implementation:

@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" .

Object Property: :status   back to top


NOTE :status is a leaf node.

Description

The publication status of (typically academic) content.

Class Domain for:
:Document

Class Range for:
:DocumentStatus

Implementation:

@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 .

Object Property: :subsequentLegalDecision   back to top


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

Implementation:

@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 .

Object Property: :transcriptOf   back to top


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

Implementation:

@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" .

Object Property: :translationOf   back to top


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

Implementation:

@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" .

Object Property: :translator   back to top


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

Implementation:

@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" .

Object Property: rdf:value   back to top


NOTE rdf:value is a leaf node.

Description

Implementation:

@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 .

Object Property: foaf:based_near   back to top


NOTE foaf:based_near is a leaf node.

Description

Implementation:

@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 .

Object Property: foaf:depiction   back to top


NOTE foaf:depiction is a leaf node.

Description

Implementation:

@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 .

Object Property: foaf:homepage   back to top


NOTE foaf:homepage is a leaf node.

Description

Implementation:

@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 .


 Datatype Properties

Datatype Property: prism:doi   back to top


NOTE prism:doi is a leaf node.

Description

Implementation:

@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 .

Datatype Property: prism:eIssn   back to top


NOTE prism:eIssn is a leaf node.

Description

Implementation:

@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 .

Datatype Property: prism:edition   back to top


NOTE prism:edition is a leaf node.

Description

Implementation:

@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 .

Datatype Property: prism:endingPage   back to top


NOTE prism:endingPage is a leaf node.

Description

Implementation:

@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 .

Datatype Property: prism:isbn   back to top


NOTE prism:isbn is a leaf node.

Description

Implementation:

@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 .

Datatype Property: prism:issn   back to top


NOTE prism:issn is a leaf node.

Description

Implementation:

@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 .

Datatype Property: prism:issue   back to top


NOTE prism:issue is a leaf node.

Description

Implementation:

@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 .

Datatype Property: prism:number   back to top


NOTE prism:number is a leaf node.

Description

Implementation:

@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 .

Datatype Property: prism:startingPage   back to top


NOTE prism:startingPage is a leaf node.

Description

Implementation:

@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 .

Datatype Property: prism:volume   back to top


NOTE prism:volume is a leaf node.

Description

Implementation:

@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 .

Datatype Property: dcterms:created   back to top


NOTE dcterms:created is a leaf node.

Description

Inherits from (1):
dcterms:date

Implementation:

@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 .

Datatype Property: dcterms:date   back to top


Description

Has sub-property (direct):
dcterms:created | dcterms:issued

Implementation:

@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 .

Datatype Property: dcterms:issued   back to top


NOTE dcterms:issued is a leaf node.

Description

Inherits from (1):
dcterms:date

Implementation:

@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 .

Datatype Property: :abstract   back to top


NOTE :abstract is a leaf node.

Description

A summary of the resource.

Class Domain for:
rdfs:Resource

Class Range for:
rdfs:Literal

Implementation:

@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" .

Datatype Property: :argued   back to top


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

Implementation:

@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" .

Datatype Property: :asin   back to top


NOTE :asin is a leaf node.

Description

Inherits from (1):
:identifier

Class Domain for:
N6926951ab4644002ac9ee36c1d92219e

Class Range for:
rdfs:Literal

Implementation:

@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 .

Datatype Property: :chapter   back to top


NOTE :chapter is a leaf node.

Description

An chapter number

Inherits from (1):
:locator

Class Domain for:
:BookSection

Class Range for:
rdfs:Literal

Implementation:

@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" .

Datatype Property: :coden   back to top


NOTE :coden is a leaf node.

Description

Inherits from (1):
:identifier

Class Domain for:
N753b30466f0144a7a59f570e50448ff8

Class Range for:
rdfs:Literal

Implementation:

@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 .

Datatype Property: :content   back to top


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

Implementation:

@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 .

Datatype Property: :doi   back to top


NOTE :doi is a leaf node.

Description

Inherits from (1):
:identifier

Class Domain for:
N5caf92f709534ddab979031236208dae

Class Range for:
rdfs:Literal

Implementation:

@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 .

Datatype Property: :eanucc13   back to top


NOTE :eanucc13 is a leaf node.

Description

Inherits from (1):
:identifier

Class Domain for:
N015865ce65e04956970fb8446168adda

Class Range for:
rdfs:Literal

Implementation:

@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 .

Datatype Property: :edition   back to top


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

Implementation:

@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" .

Datatype Property: :eissn   back to top


NOTE :eissn is a leaf node.

Description

Inherits from (1):
:identifier

Class Domain for:
:Collection

Class Range for:
rdfs:Literal

Implementation:

@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 .

Datatype Property: :gtin14   back to top


NOTE :gtin14 is a leaf node.

Description

Inherits from (1):
:identifier

Class Domain for:
Naa206e3aa7dd4385ad11fc927d532d40

Class Range for:
rdfs:Literal

Implementation:

@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 .

Datatype Property: :handle   back to top


NOTE :handle is a leaf node.

Description

Inherits from (1):
:identifier

Class Domain for:
N6cd011f28d114b1ca2ad9fa7767ee622

Class Range for:
rdfs:Literal

Implementation:

@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 .

Datatype Property: :identifier   back to top


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

Implementation:

@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 .

Datatype Property: :isbn   back to top


Description

Inherits from (1):
:identifier

Has sub-property (direct):
:isbn10 | :isbn13

Implementation:

@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 .

Datatype Property: :isbn10   back to top


NOTE :isbn10 is a leaf node.

Description

Inherits from (2):
:isbn | :identifier

Class Domain for:
N9024e918d5884f8aa1098e14278a3bf7

Class Range for:
rdfs:Literal

Implementation:

@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 .

Datatype Property: :isbn13   back to top


NOTE :isbn13 is a leaf node.

Description

Inherits from (2):
:isbn | :identifier

Class Domain for:
Nf5e2d731c987495aa80623b71e2e211e

Class Range for:
rdfs:Literal

Implementation:

@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 .

Datatype Property: :issn   back to top


NOTE :issn is a leaf node.

Description

Inherits from (1):
:identifier

Class Domain for:
:Collection

Class Range for:
rdfs:Literal

Implementation:

@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 .

Datatype Property: :issue   back to top


NOTE :issue is a leaf node.

Description

An issue number

Inherits from (1):
:locator

Class Domain for:
:Issue

Class Range for:
rdfs:Literal

Implementation:

@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" .

Datatype Property: :lccn   back to top


NOTE :lccn is a leaf node.

Description

Inherits from (1):
:identifier

Class Domain for:
N3e1e0770d9d047db8bbdd8bd2284d26d

Class Range for:
rdfs:Literal

Implementation:

@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 .

Datatype Property: :locator   back to top


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

Implementation:

@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" .

Datatype Property: :numPages   back to top


NOTE :numPages is a leaf node.

Description

The number of pages contained in a document

Class Domain for:
:Document

Class Range for:
rdfs:Literal

Implementation:

@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" .

Datatype Property: :numVolumes   back to top


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

Implementation:

@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" .

Datatype Property: :number   back to top


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

Implementation:

@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" .

Datatype Property: :oclcnum   back to top


NOTE :oclcnum is a leaf node.

Description

Inherits from (1):
:identifier

Class Domain for:
N4455cacc858c417e9317ccf207c31b95

Class Range for:
rdfs:Literal

Implementation:

@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 .

Datatype Property: :pageEnd   back to top


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

Implementation:

@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" .

Datatype Property: :pageStart   back to top


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

Implementation:

@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" .

Datatype Property: :pages   back to top


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

Implementation:

@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" .

Datatype Property: :pmid   back to top


NOTE :pmid is a leaf node.

Description

Inherits from (1):
:identifier

Class Domain for:
N70dcff6d7a6742ddba5f9bab87a17eb2

Class Range for:
rdfs:Literal

Implementation:

@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 .

Datatype Property: :prefixName   back to top


NOTE :prefixName is a leaf node.

Description

The prefix of a name

Class Domain for:
foaf:Agent

Class Range for:
rdfs:Literal

Implementation:

@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" .

Datatype Property: :section   back to top


NOTE :section is a leaf node.

Description

A section number

Inherits from (1):
:locator

Class Domain for:
:Document

Class Range for:
rdfs:Literal

Implementation:

@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 .

Datatype Property: :shortDescription   back to top


NOTE :shortDescription is a leaf node.

Description

Class Domain for:
:Document

Class Range for:
rdfs:Literal

Implementation:

@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 .

Datatype Property: :shortTitle   back to top


NOTE :shortTitle is a leaf node.

Description

The abbreviation of a title.

Class Domain for:
:Document

Class Range for:
rdfs:Literal

Implementation:

@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" .

Datatype Property: :sici   back to top


NOTE :sici is a leaf node.

Description

Inherits from (1):
:identifier

Class Domain for:
N68c197e5e25e4d77bde84cd1823269f0

Class Range for:
rdfs:Literal

Implementation:

@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 .

Datatype Property: :suffixName   back to top


NOTE :suffixName is a leaf node.

Description

The suffix of a name

Class Domain for:
foaf:Agent

Class Range for:
rdfs:Literal

Implementation:

@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" .

Datatype Property: :upc   back to top


NOTE :upc is a leaf node.

Description

Inherits from (1):
:identifier

Class Domain for:
N7c5a51612a3f4b8398f00555a8e743b4

Class Range for:
rdfs:Literal

Implementation:

@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 .

Datatype Property: :uri   back to top


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

Implementation:

@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" .

Datatype Property: :volume   back to top


NOTE :volume is a leaf node.

Description

A volume number

Inherits from (1):
:locator

Class Domain for:
:Document

Class Range for:
rdfs:Literal

Implementation:

@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" .

Datatype Property: schema1:localityName   back to top


NOTE schema1:localityName is a leaf node.

Description

Implementation:

@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 .

Datatype Property: foaf:family_name   back to top


NOTE foaf:family_name is a leaf node.

Description

Implementation:

@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 .

Datatype Property: foaf:givenname   back to top


NOTE foaf:givenname is a leaf node.

Description

Implementation:

@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 .

Datatype Property: foaf:name   back to top


NOTE foaf:name is a leaf node.

Description

Implementation:

@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

foaf:name a owl:DatatypeProperty .


 Annotation Properties

Annotation Property: dcterms:creator   back to top


NOTE dcterms:creator is a leaf node.

Description

Implementation:

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

dcterms:creator a owl:AnnotationProperty .

Annotation Property: dcterms:description   back to top


NOTE dcterms:description is a leaf node.

Description

Implementation:

@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 .

Annotation Property: dcterms:identifier   back to top


NOTE dcterms:identifier is a leaf node.

Description

Implementation:

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

dcterms:identifier a owl:AnnotationProperty .

Annotation Property: dcterms:title   back to top


NOTE dcterms:title is a leaf node.

Description

Implementation:

@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 .

Annotation Property: owl:deprecated   back to top


NOTE owl:deprecated is a leaf node.

Description

Implementation:

@prefix owl: <http://www.w3.org/2002/07/owl#> .

owl:deprecated a owl:AnnotationProperty .

Annotation Property: ns:term_status   back to top


NOTE ns:term_status is a leaf node.

Description

Implementation:

@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 .

Annotation Property: skos:changeNote   back to top


NOTE skos:changeNote is a leaf node.

Description

Implementation:

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

skos:changeNote a owl:AnnotationProperty .

Annotation Property: skos:editorialNote   back to top


NOTE skos:editorialNote is a leaf node.

Description

Implementation:

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

skos:editorialNote a owl:AnnotationProperty .

Annotation Property: skos:example   back to top


NOTE skos:example is a leaf node.

Description

Implementation:

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

skos:example a owl:AnnotationProperty .

Annotation Property: skos:historyNote   back to top


NOTE skos:historyNote is a leaf node.

Description

Implementation:

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

skos:historyNote a owl:AnnotationProperty .

Annotation Property: skos:note   back to top


NOTE skos:note is a leaf node.

Description

Implementation:

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

skos:note a owl:AnnotationProperty .

Annotation Property: skos:scopeNote   back to top


NOTE skos:scopeNote is a leaf node.

Description

Implementation:

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

skos:scopeNote a owl:AnnotationProperty .


Ontology documentation automatically generated by Ontospy v1.9.9.4 on 28th July 2022 17:08