dbcterms.rdf

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:dbc="http://lod.dbc.dk/schemas/dbcterms#" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:event="http://purl.org/NET/c4dm/event.owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dct="http://purl.org./dc/terms/" xmlns:blt="http://www.bl.uk/schemas/bibliographic/blterms#">

<!-- DBC Terms RDF schema. 
Version 1.0 - st@dbc.dk 2012-09-18
 --> 


<!-- About this ontology -->
	<owl:Ontology rdf:about="http://lod.dbc.dk/schemas/dbcterms">
		<owl:versionInfo>1.3</owl:versionInfo>
		<dct:title xml:lang="en">DBC Terms RDF schema</dct:title>
		<rdfs:label xml:lang="en">DBC Terms RDF schema</rdfs:label>
		<rdfs:comment xml:lang="en">Some useful terms for describing bibliographic resources that other models did not include.</rdfs:comment>
		<dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2012-09-18</dct:created>
		<dct:description>This schema describes properties and classes defined to facilitate the description of bibliographic resources and their relationships to other entities. The properties and classes defined by this schema supplement properties and classes from other ontologies. A diagram of the full model as used by DBC is available at: http://oss.dbc.dk/plone/linked-data</dct:description>
		<dct:contributor foaf:mbox="mailto:st@dbc.dk" foaf:name="Susanne Thorborg" />
		<dct:contributor foaf:mbox="mailto:kwc@dbc.dk" foaf:name="Kirstine Wilfred Christensen" />
		<dct:contributor foaf:mbox="mailto:lsk@dbc.dk" foaf:name="Linda Schwartz Karlsen" />
		<dct:license rdf:resource="http://www.opendatacommons.org/licenses/pddl/1.0/" />
	</owl:Ontology>
	
	<!-- Classes -->
	<rdfs:Class rdf:about="http://lod.dbc.dk/schemas/dbcterms#TopicDK5">
		<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class" />
		<rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept" />
		<rdfs:label xml:lang="en">DK5 (Danish decimal classification. 5th edition) number</rdfs:label>
		<rdfs:label xml:lang="da">DK5 klassemærke</rdfs:label>
		<rdfs:comment xml:lang="en">A DK5 classification number (as found in The Danish national bibliography, books)</rdfs:comment>
		<rdfs:isDefinedBy rdf:resource="http://lod.dbc.dk/schemas/dbcterms#" />
	</rdfs:Class>
	
	<!-- Properties -->
	<rdf:Property rdf:about="http://lod.dbc.dk/schemas/dbcterms#originalTitle">
		<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty" />
		<rdfs:subPropertyOf rdf:resource="http://purl.org./dct/terms/alternative" />
		<rdfs:label xml:lang="en">Title in the original language</rdfs:label>
		<rdfs:label xml:lang="da">Originaltitel</rdfs:label>
		<rdfs:comment xml:lang="en">The title in the original language (as found in The Danish national bibliography, books)</rdfs:comment>
		<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" />
		<rdfs:isDefinedBy rdf:resource="http://lod.dbc.dk/schemas/dbcterms#" />
	</rdf:Property>

</rdf:RDF>