glam/tests/fixtures/publications/conference_paper_example.yaml
kempersc e5a532a8bc Add comprehensive tests for NLP institution extraction and RDF partnership integration
- Introduced `test_nlp_extractor.py` with unit tests for the InstitutionExtractor, covering various extraction patterns (ISIL, Wikidata, VIAF, city names) and ensuring proper classification of institutions (museum, library, archive).
- Added tests for extracted entities and result handling to validate the extraction process.
- Created `test_partnership_rdf_integration.py` to validate the end-to-end process of extracting partnerships from a conversation and exporting them to RDF format.
- Implemented tests for temporal properties in partnerships and ensured compliance with W3C Organization Ontology patterns.
- Verified that extracted partnerships are correctly linked with PROV-O provenance metadata.
2025-11-19 23:20:47 +01:00

122 lines
4.1 KiB
YAML

---
# Example: Conference paper from ISWC (International Semantic Web Conference)
# Reference: Hogan, A., et al. (2021). Knowledge Graphs.
# ACM Computing Surveys, 54(4), 1-37. https://doi.org/10.1145/3447772
# (Published version of ISWC 2020 keynote)
- publication_id: https://doi.org/10.1145/3447772
title: "Knowledge Graphs"
publication_type: REVIEW_ARTICLE
authors:
- person_id: https://orcid.org/0000-0003-0103-6247
person_name: "Aidan Hogan"
orcid: "0000-0003-0103-6247"
affiliation:
organization_id: https://ror.org/05v62cm79
organization_name: "Universidad de Chile"
ror_id: "https://ror.org/05v62cm79"
location: "CL"
- person_id: https://orcid.org/0000-0002-8356-9309
person_name: "Eva Blomqvist"
orcid: "0000-0002-8356-9309"
affiliation:
organization_id: https://ror.org/03yghzc09
organization_name: "Linköping University"
ror_id: "https://ror.org/03yghzc09"
location: "SE"
- person_id: https://orcid.org/0000-0002-5711-3091
person_name: "Michael Cochez"
orcid: "0000-0002-5711-3091"
affiliation:
organization_id: https://ror.org/04pp8hn57
organization_name: "Vrije Universiteit Amsterdam"
ror_id: "https://ror.org/04pp8hn57"
location: "NL"
published_in: https://w3id.org/heritage/journal/acm-csur
publication_date: "2021-07-01"
volume: "54"
issue: "4"
page_range: "1-37"
article_number: "71"
doi: "10.1145/3447772"
url: "https://dl.acm.org/doi/10.1145/3447772"
abstract: >-
In this article, we provide a comprehensive introduction to knowledge
graphs, which have recently garnered significant attention from both
industry and academia in scenarios that require exploiting diverse,
dynamic, large-scale collections of data. After a general introduction,
we motivate and contrast various graph-based data models, as well as
graph query languages that are used to define and access knowledge graphs.
keywords:
- "Knowledge Graphs"
- "Semantic Web"
- "RDF"
- "SPARQL"
- "Ontologies"
- "Linked Data"
- "Graph Databases"
open_access_status: OPEN_ACCESS_REPOSITORY
citations:
- citation_id: https://w3id.org/heritage/citation/kg-survey-cites-rdf
citing_work: https://doi.org/10.1145/3447772
cited_work: https://www.w3.org/TR/rdf11-concepts/
citation_type: CITES_AS_EVIDENCE
- citation_id: https://w3id.org/heritage/citation/kg-survey-cites-sparql
citing_work: https://doi.org/10.1145/3447772
cited_work: https://www.w3.org/TR/sparql11-query/
citation_type: CITES_AS_EVIDENCE
- citation_id: https://w3id.org/heritage/citation/kg-survey-extends
citing_work: https://doi.org/10.1145/3447772
cited_work: https://doi.org/10.1007/978-3-540-76298-0_52
citation_type: EXTENDS
document_sections:
- section_id: https://w3id.org/heritage/section/kg-survey-intro
section_type: INTRODUCTION
section_title: "Introduction"
section_order: 1
- section_id: https://w3id.org/heritage/section/kg-survey-models
section_type: METHODS
section_title: "Data Graphs"
section_order: 2
- section_id: https://w3id.org/heritage/section/kg-survey-schema
section_type: METHODS
section_title: "Schema, Identity, and Context"
section_order: 3
- section_id: https://w3id.org/heritage/section/kg-survey-deductive
section_type: METHODS
section_title: "Deductive Knowledge"
section_order: 4
- section_id: https://w3id.org/heritage/section/kg-survey-inductive
section_type: METHODS
section_title: "Inductive Knowledge"
section_order: 5
- section_id: https://w3id.org/heritage/section/kg-survey-conclusion
section_type: CONCLUSION
section_title: "Conclusion"
section_order: 6
provenance:
data_source: CSV_REGISTRY
data_tier: TIER_1_AUTHORITATIVE
extraction_date: "2025-11-09T15:15:00Z"
extraction_method: "Manual curation from ACM Digital Library metadata"
confidence_score: 1.0