@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<https://w3id.org/ozcar-theia/c_930664da>
  skos:broader <https://w3id.org/ozcar-theia/c_25ff936c> ;
  skos:definition <https://w3id.org/ozcar-theia/def_94e9089c> ;
  skos:narrower <https://w3id.org/ozcar-theia/c_ada4cbc1> ;
  dc:created "2022-02-07T17:00:00"^^xsd:dateTime ;
  skos:inScheme <https://w3id.org/ozcar-theia/> ;
  skos:prefLabel "Subatomic particle"@en ;
  a skos:Concept .

<https://w3id.org/ozcar-theia/c_25ff936c>
  skos:prefLabel "Physical entity"@en ;
  a skos:Concept ;
  skos:narrower <https://w3id.org/ozcar-theia/c_930664da> .

<https://w3id.org/ozcar-theia/> a skos:ConceptScheme, owl:Ontology .
<https://w3id.org/ozcar-theia/c_ada4cbc1>
  skos:prefLabel "Photons"@en ;
  a <https://w3id.org/iadopt/ont/Entity>, skos:Concept ;
  skos:broader <https://w3id.org/ozcar-theia/c_930664da> .

<https://w3id.org/ozcar-theia/def_94e9089c>
  dc:source <https://en.wikipedia.org/wiki/Subatomic_particle> ;
  rdf:value "In physical sciences, a subatomic particle is a particle that is smaller than an atom. According to the Standard Model of particle physics, a subatomic particle can be either a composite particle, which is composed of other particles (for example, a proton, neutron, or meson), or an elementary particle, which is not composed of other particles (for example, an electron, photon, or muon)."@en .

