@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix matsci: <https://w3id.org/matsci-sam/metadata#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://w3id.org/matsci-sam/vocabulary/k-point_mesh> a skos:Concept ;
  skos:inScheme <https://w3id.org/matsci-sam/vocabulary> ;
  skos:prefLabel "k-point mesh"@en ;
  matsci:canonicalDefinition <https://w3id.org/matsci-sam/vocabulary/k-point_mesh/definitions/1> ;
  skos:definition <https://w3id.org/matsci-sam/vocabulary/k-point_mesh/definitions/1/revisions/2> ;
  dcterms:contributor "Christopher Rauch" ;
  dcterms:created "2026-07-26"^^xsd:date .

<https://w3id.org/matsci-sam/vocabulary/k-point_mesh/definitions/1> a matsci:Definition ;
  dcterms:isPartOf <https://w3id.org/matsci-sam/vocabulary/k-point_mesh> ;
  matsci:definitionNumber "1"^^xsd:positiveInteger ;
  matsci:currentRevision <https://w3id.org/matsci-sam/vocabulary/k-point_mesh/definitions/1/revisions/2> ;
  dcterms:hasVersion <https://w3id.org/matsci-sam/vocabulary/k-point_mesh/definitions/1/revisions/2> ;
  dcterms:created "2026-07-26T11:23:00.457Z"^^xsd:dateTime .

<https://w3id.org/matsci-sam/vocabulary/k-point_mesh/definitions/1/revisions/2> a matsci:DefinitionRevision ;
  rdf:value "The grid of points used to sample the Brillouin zone when integrating over reciprocal space in a periodic electronic structure calculation. The mesh density must be converged for the specific property being computed, and metals generally require denser sampling than insulators because of the discontinuity at the Fermi surface."@en ;
  skos:example "The metal required a denser k-point mesh than the insulator to converge the total energy to within 1 meV per atom."@en ;
  dcterms:isVersionOf <https://w3id.org/matsci-sam/vocabulary/k-point_mesh/definitions/1> ;
  prov:specializationOf <https://w3id.org/matsci-sam/vocabulary/k-point_mesh/definitions/1> ;
  dcterms:creator "Christopher Rauch" ;
  matsci:version "2"^^xsd:positiveInteger ;
  matsci:status "proposed" ;
  dcterms:created "2026-07-26T11:24:02.924Z"^^xsd:dateTime .
