-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace spaces by hypthens in URI template object
Also add ASB classification as sample and unit tests.
- Loading branch information
1 parent
5caa2ba
commit 56fff5f
Showing
6 changed files
with
81 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
@prefix dcterms: <http://purl.org/dc/terms/> . | ||
@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 skos: <http://www.w3.org/2004/02/skos/core#> . | ||
@prefix xml: <http://www.w3.org/XML/1998/namespace> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
|
||
<http://uri.gbv.de/terminology/asb/Ubk-2> a skos:Concept ; | ||
skos:altLabel "Astronomie / Atlas"@de, | ||
"Astronomie / Aufgabensammlung / Allgemeines"@de, | ||
"Astronomie / Bibliographie / Allgemeines"@de, | ||
"Astronomie / Formelsammlung / Allgemeines"@de, | ||
"Astronomie / Nachschlagewerk / Allgemeines"@de, | ||
"Astronomie / Tabellensammlung / Allgemeines"@de, | ||
"Weltraum / Atlas"@de ; | ||
skos:broader <http://uri.gbv.de/terminology/asb/Ubk> ; | ||
skos:editorialNote "Spezielle Nachschlagewerke und Bibliographien s. Ubk 5 bis Ubm 3"@de ; | ||
skos:inScheme <http://uri.gbv.de/terminology/asb/> ; | ||
skos:notation "Ubk 2" ; | ||
skos:prefLabel "Nachschlagewerke. Bibliographien"@de ; | ||
skos:scopeNote "Formel- und Tabellensammlungen"@de . | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<marc:collection xmlns:marc="http://www.loc.gov/MARC21/slim"> | ||
<marc:record> | ||
<marc:leader>*****nw###22*****n##4500</marc:leader> | ||
<marc:datafield tag="040" ind1=" " ind2=" "> | ||
<marc:subfield code="a">DE-Rt5</marc:subfield> | ||
<marc:subfield code="b">ger</marc:subfield> | ||
</marc:datafield> | ||
<marc:datafield tag="084" ind1="0" ind2=" "> | ||
<marc:subfield code="a">asb</marc:subfield> | ||
<marc:subfield code="e">ger</marc:subfield> | ||
<marc:subfield code="q">DE-Rt5</marc:subfield> | ||
</marc:datafield> | ||
<marc:datafield tag="153" ind1=" " ind2=" "> | ||
<marc:subfield code="a">Ubk 2</marc:subfield> | ||
<marc:subfield code="e">Ubk</marc:subfield> | ||
<marc:subfield code="j">Nachschlagewerke. Bibliographien</marc:subfield> | ||
</marc:datafield> | ||
<marc:datafield tag="680" ind1="0" ind2=" "> | ||
<marc:subfield code="i">Formel- und Tabellensammlungen</marc:subfield> | ||
</marc:datafield> | ||
<marc:datafield tag="683" ind1="0" ind2=" "> | ||
<marc:subfield code="i">Spezielle Nachschlagewerke und Bibliographien s. Ubk 5 bis Ubm 3</marc:subfield> | ||
</marc:datafield> | ||
<marc:datafield tag="750" ind1=" " ind2="4"> | ||
<marc:subfield code="a">Astronomie / Atlas</marc:subfield> | ||
</marc:datafield> | ||
<marc:datafield tag="750" ind1=" " ind2="4"> | ||
<marc:subfield code="a">Astronomie / Aufgabensammlung / Allgemeines</marc:subfield> | ||
</marc:datafield> | ||
<marc:datafield tag="750" ind1=" " ind2="4"> | ||
<marc:subfield code="a">Astronomie / Bibliographie / Allgemeines</marc:subfield> | ||
</marc:datafield> | ||
<marc:datafield tag="750" ind1=" " ind2="4"> | ||
<marc:subfield code="a">Astronomie / Formelsammlung / Allgemeines</marc:subfield> | ||
</marc:datafield> | ||
<marc:datafield tag="750" ind1=" " ind2="4"> | ||
<marc:subfield code="a">Astronomie / Nachschlagewerk / Allgemeines</marc:subfield> | ||
</marc:datafield> | ||
<marc:datafield tag="750" ind1=" " ind2="4"> | ||
<marc:subfield code="a">Astronomie / Tabellensammlung / Allgemeines</marc:subfield> | ||
</marc:datafield> | ||
<marc:datafield tag="750" ind1=" " ind2="4"> | ||
<marc:subfield code="a">Weltraum / Atlas</marc:subfield> | ||
</marc:datafield> | ||
</marc:record> | ||
</marc:collection> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters