188 lines
7.6 KiB
YAML
188 lines
7.6 KiB
YAML
# =============================================================================
|
|
# GLAM-NER: ONTOLOGY NAMESPACES MODULE
|
|
# =============================================================================
|
|
# Module: core/namespaces.yaml
|
|
# Parent: entity_annotation_rules_v1.7.0_unified.yaml
|
|
# Purpose: All namespace prefixes used in ontology mappings
|
|
# =============================================================================
|
|
|
|
id: https://w3id.org/glam/ner/namespaces
|
|
name: glam-ner-ontology-namespaces
|
|
|
|
ontology:
|
|
namespaces:
|
|
# -------------------------------------------------------------------------
|
|
# Core Heritage/Cultural Ontologies
|
|
# -------------------------------------------------------------------------
|
|
rico: "https://www.ica.org/standards/RiC/ontology#"
|
|
crm: "http://www.cidoc-crm.org/cidoc-crm/"
|
|
edm: "http://www.europeana.eu/schemas/edm/"
|
|
|
|
# -------------------------------------------------------------------------
|
|
# Web/General Ontologies
|
|
# -------------------------------------------------------------------------
|
|
schema: "http://schema.org/"
|
|
foaf: "http://xmlns.com/foaf/0.1/"
|
|
|
|
# -------------------------------------------------------------------------
|
|
# Organization Ontologies
|
|
# -------------------------------------------------------------------------
|
|
org: "http://www.w3.org/ns/org#"
|
|
rov: "http://www.w3.org/ns/regorg#"
|
|
|
|
# -------------------------------------------------------------------------
|
|
# Person/Identity Ontologies
|
|
# -------------------------------------------------------------------------
|
|
picom: "https://personincontext.org/model/"
|
|
pnv: "https://w3id.org/pnv#"
|
|
|
|
# -------------------------------------------------------------------------
|
|
# Contact Information
|
|
# -------------------------------------------------------------------------
|
|
vcard: "http://www.w3.org/2006/vcard/ns#"
|
|
|
|
# -------------------------------------------------------------------------
|
|
# Provenance
|
|
# -------------------------------------------------------------------------
|
|
prov: "http://www.w3.org/ns/prov#"
|
|
pav: "http://purl.org/pav/"
|
|
|
|
# -------------------------------------------------------------------------
|
|
# Vocabularies & Classification
|
|
# -------------------------------------------------------------------------
|
|
skos: "http://www.w3.org/2004/02/skos/core#"
|
|
|
|
# -------------------------------------------------------------------------
|
|
# Core RDF/OWL
|
|
# -------------------------------------------------------------------------
|
|
rdf: "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
rdfs: "http://www.w3.org/2000/01/rdf-schema#"
|
|
xsd: "http://www.w3.org/2001/XMLSchema#"
|
|
owl: "http://www.w3.org/2002/07/owl#"
|
|
|
|
# -------------------------------------------------------------------------
|
|
# Dublin Core
|
|
# -------------------------------------------------------------------------
|
|
dc: "http://purl.org/dc/elements/1.1/"
|
|
dct: "http://purl.org/dc/terms/"
|
|
|
|
# -------------------------------------------------------------------------
|
|
# Temporal Ontologies
|
|
# -------------------------------------------------------------------------
|
|
time: "http://www.w3.org/2006/time#"
|
|
timeml: "http://timeml.org/timeml/"
|
|
|
|
# -------------------------------------------------------------------------
|
|
# Spatial/Geographic Ontologies
|
|
# -------------------------------------------------------------------------
|
|
geo: "http://www.w3.org/2003/01/geo/wgs84_pos#"
|
|
geosparql: "http://www.opengis.net/ont/geosparql#"
|
|
sf: "http://www.opengis.net/ont/sf#"
|
|
|
|
# -------------------------------------------------------------------------
|
|
# Bibliographic/FRBR
|
|
# -------------------------------------------------------------------------
|
|
frbr: "http://purl.org/vocab/frbr/core#"
|
|
frbre: "http://purl.org/vocab/frbr/extended#"
|
|
bibo: "http://purl.org/ontology/bibo/"
|
|
|
|
# -------------------------------------------------------------------------
|
|
# Document/Media Structure
|
|
# -------------------------------------------------------------------------
|
|
premis: "http://www.loc.gov/premis/rdf/v3/"
|
|
csvw: "http://www.w3.org/ns/csvw#"
|
|
html: "http://www.w3.org/1999/xhtml/"
|
|
as: "https://www.w3.org/ns/activitystreams#"
|
|
|
|
# -------------------------------------------------------------------------
|
|
# TEI (Text Encoding Initiative)
|
|
# -------------------------------------------------------------------------
|
|
tei: "http://www.tei-c.org/ns/1.0/"
|
|
|
|
# -------------------------------------------------------------------------
|
|
# NLP Interchange Format (NIF 2.0)
|
|
# -------------------------------------------------------------------------
|
|
nif: "http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#"
|
|
|
|
# -------------------------------------------------------------------------
|
|
# Named Entity Recognition and Disambiguation (NERD)
|
|
# -------------------------------------------------------------------------
|
|
nerd: "http://nerd.eurecom.fr/ontology#"
|
|
|
|
# -------------------------------------------------------------------------
|
|
# W3C Web Annotation Data Model
|
|
# -------------------------------------------------------------------------
|
|
oa: "http://www.w3.org/ns/oa#"
|
|
|
|
# -------------------------------------------------------------------------
|
|
# Internationalization Tag Set (ITS 2.0) - Entity Linking
|
|
# -------------------------------------------------------------------------
|
|
itsrdf: "http://www.w3.org/2005/11/its/rdf#"
|
|
|
|
# -------------------------------------------------------------------------
|
|
# LinkML Schema Language
|
|
# -------------------------------------------------------------------------
|
|
linkml: "https://w3id.org/linkml/"
|
|
|
|
# -------------------------------------------------------------------------
|
|
# Project-specific Namespaces
|
|
# -------------------------------------------------------------------------
|
|
glam: "https://w3id.org/glam/"
|
|
hc: "https://nde.nl/ontology/hc/"
|
|
|
|
# -------------------------------------------------------------------------
|
|
# Measurement
|
|
# -------------------------------------------------------------------------
|
|
ivoa: "http://www.ivoa.net/rdf/UCD1+#"
|
|
|
|
# =============================================================================
|
|
# NAMESPACE CATEGORIES (for documentation/tooling)
|
|
# =============================================================================
|
|
namespace_categories:
|
|
heritage:
|
|
description: "Cultural heritage and museum domain"
|
|
prefixes: [rico, crm, edm]
|
|
|
|
web:
|
|
description: "General web semantics"
|
|
prefixes: [schema, foaf]
|
|
|
|
organization:
|
|
description: "Organizational structure"
|
|
prefixes: [org, rov]
|
|
|
|
person:
|
|
description: "Person and identity modeling"
|
|
prefixes: [picom, pnv]
|
|
|
|
provenance:
|
|
description: "Data provenance and versioning"
|
|
prefixes: [prov, pav]
|
|
|
|
temporal:
|
|
description: "Time and duration modeling"
|
|
prefixes: [time, timeml]
|
|
|
|
spatial:
|
|
description: "Geographic and geometric data"
|
|
prefixes: [geo, geosparql, sf]
|
|
|
|
bibliographic:
|
|
description: "Bibliographic and document modeling"
|
|
prefixes: [frbr, frbre, bibo]
|
|
|
|
nlp:
|
|
description: "NLP interchange and annotation"
|
|
prefixes: [nif, nerd, oa, itsrdf]
|
|
|
|
document:
|
|
description: "Document structure and media"
|
|
prefixes: [premis, csvw, html, as, tei]
|
|
|
|
core:
|
|
description: "Core RDF/OWL and Dublin Core"
|
|
prefixes: [rdf, rdfs, xsd, owl, dc, dct, skos]
|
|
|
|
project:
|
|
description: "Project-specific namespaces"
|
|
prefixes: [glam, hc, linkml]
|