-
Notifications
You must be signed in to change notification settings - Fork 2
Initial version of library and bflc vocabulary #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
pkjacob
wants to merge
2
commits into
main
Choose a base branch
from
pjacob/bflc
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,61 @@ | ||
| @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| @prefix lite: <http://bibfra.me/vocab/lite/> . | ||
| @prefix dc: <http://purl.org/dc/terms/> . | ||
| @prefix schema: <http://schema.org/> . | ||
| @prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| @prefix bf: <http://id.loc.gov/ontologies/bibframe/> . | ||
| @prefix bflc: <http://bibfra.me/vocab/bflc/> . | ||
| @prefix lc: <http://id.loc.gov/ontologies/bflc/> . | ||
| @prefix skos: <http://www.w3.org/2004/02/skos/core#> . | ||
| @prefix oa: <http://www.w3.org/ns/oa#> . | ||
| @prefix foaf: <http://xmlns.com/foaf/0.1/> . | ||
| @prefix library: <http://bibfra.me/vocab/library/> . | ||
|
|
||
| # BIBFRAME Linked Data Extension aka BUILDE Relation 📖🔍 | ||
|
|
||
| # This RDF vocabulary encompasses a wide range of classes and properties suitable for describing various | ||
| # types of bibliographic resources, scholarly works, and related entities. BUILDE includes a basic set of | ||
| # core classes and properties known as the 'bflc' layer described here, as well as several extensions: | ||
|
|
||
| # archive: things found in archives | ||
| # rare books: things found in rare book libraries | ||
| # scholar: things found in scholarly research and publishing | ||
| # library: things found in libraries | ||
|
|
||
| # This vocabulary is ideal for librarians, information scientists, data curators, and developers working | ||
| # in academic and research settings. It can be employed in creating digital libraries, scholarly databases, | ||
| # cataloging systems, and other applications requiring structured bibliographic information. | ||
|
|
||
| # Key Features: | ||
| # - Compatibility with existing ontologies including Schema.org, SKOS, FOAF, and Dublin Core for enhanced interoperability. | ||
| # - Extension of BIBFRAME from the Library of Congress | ||
| # - Comprehensive coverage of bibliographic and scholarly domains. | ||
| # - Clear, self-explanatory labels and definitions for each class and property. | ||
| # - Hierarchical organization of classes using rdfs:subClassOf for structured representation. | ||
|
|
||
| # We encourage users to provide feedback and suggestions to continually improve and update this vocabulary. | ||
| # For versioning, updates, and more detailed documentation, please visit [https://bibfra.me/?]. | ||
|
|
||
| # ------------------------------ | ||
| # Created by: EBSCO Information Systems | ||
| # Version: 1.0 | ||
| # Created: August 15, 2024 | ||
| # Updated: August 15, 2024 | ||
| # ------------------------------ | ||
|
|
||
| # BUILDE BFLC Properties | ||
|
|
||
| bflc:projectedProvisionDate a rdf:Property ; | ||
| rdfs:label "projected provision date"@en ; | ||
| rdfs:comment "Projected date of publication of the resource."@en ; | ||
| rdfs:range rdfs:Literal ; | ||
| rdfs:domain lite:Instance ; | ||
| owl:equivalentProperty lc:projectedProvisionDate . | ||
|
|
||
| bflc:nonSortNum a rdf:Property ; | ||
| rdfs:label "non sort number"@en ; | ||
| rdfs:comment "Number of initial label characters to skip for indexing and sorting."@en ; | ||
| rdfs:range rdfs:Literal ; | ||
| rdfs:domain library:Title ; | ||
| owl:equivalentProperty lc:nonSortNum . |
This file contains hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HI @gmreburn @gloriagonz
We have two redundant 'place' properties in builde that store place as a literal text.
http://bibfra.me/vocab/lite/place -> Used in ProviderEvent resource.
http://bibfra.me/vocab/marc/place -> Used in Concept, Meeting, Jurisdiction, Organization resources.
See these examples:
https://viewer.internal.live.library.link/graph/cairn/resource/4AUq8wyT5W8 (uses
lite:placeproperty)https://viewer.internal.live.library.link/graph/cairn/resource/Fh_0PnNViIM (uses
library:placeproperty)In Bibframe (LC's) vocabulary, there is a property http://id.loc.gov/ontologies/bflc/simplePlace that holds place as a literal. However, there is no 'simplePlace' in builde.
In order to clean this up, how about doing one of the following two options:
Option 1:
Option 2:
What do you think? If needed, I can schedule a short call to discuss this.