@base <http://voparis-ns.obspm.fr/rdf/epn/2.0/particle-spectral-type>.
@prefix : <#>.

@prefix dc: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix ivoasem: <http://www.ivoa.net/rdf/ivoasem#>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix bibcode: <http://purl.org/vocab/vann/> .
@prefix doi: <http://purl.org/vocab/vann/> .

<> a owl:Ontology;
    owl:versionIRI <http://voparis-ns.obspm.fr/rdf/epn/2.0/particle-spectral-type/2025-10-15> ;
    dc:created "2025-10-15";
    vann:preferredNamespacePrefix "";
    dc:creator [ foaf:name "Cecconi, B." ],
    [ foaf:name "Erard, S." ];
    dc:license <http://creativecommons.org/publicdomain/zero/1.0/>;
    rdfs:label "Particle Spectral Type"@en;
    dc:title "Particle Spectral Type"@en;
    dc:description """A vocabulary for describing the spectral axis of Mass
spectrometer data.""";
    ivoasem:vocflavour "RDF CSV Class".

dc:created a owl:AnnotationProperty.
dc:creator a owl:AnnotationProperty.
dc:title a owl:AnnotationProperty.
dc:description a owl:AnnotationProperty.
owl:versionIRI a owl:AnnotationProperty.
vann:preferredNamespacePrefix a owl:AnnotationProperty.
dc:license a owl:AnnotationProperty.

<> owl:priorVersion <http://voparis-ns.obspm.fr/rdf/epn/2.0/particle-spectral-type/> .
owl:priorVersion a owl:AnnotationProperty.

<#energy> a rdfs:Class;
  rdfs:label "Energy";
  rdfs:comment "Energy spectroscopy axis (provided in eV)";
  ivoasem:preliminary ":__".

<#mass> a rdfs:Class;
  rdfs:label "Mass";
  rdfs:comment "Mass spectroscopy axis (in amu)";
  ivoasem:preliminary ":__".

<#mass_charge> a rdfs:Class;
  rdfs:label "Mass/Charge";
  rdfs:comment "Mass per charge spectroscopy axis (in amu/qe)";
  ivoasem:preliminary ":__".

