@prefix : <http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix msc: <http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix oboInOwl: <oboInOwl:> .
@base <http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#> .

<http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#> rdf:type owl:Ontology ;
#  owl:imports obo:uo.owl ,
#    <http://purl.obolibrary.org/obo/iao/2020-12-09/iao.owl> ;
  dc:creator "Masashi Ishii"^^xsd:string ;
  dc:description "The SuperCon ontology that provides the vocabulary needed to describe superconductor data in RDF."@en ;
  dcterms:license "Creative Commons Attribution 4.0 International"@en ;
  dcterms:title "The SuperCon Ontology, Schema"@en ;
  rdfs:comment "The SuperCon Ontology, Schema"@en ;
  rdfs:label "SuperCon-Ontology_Schema"@en ;
  owl:versionInfo "0.1"^^xsd:string .

#################################################################
#    Annotation properties
#################################################################

###  http://purl.obolibrary.org/obo/IAO_0000118
obo:IAO_0000118 rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/identifier
<http://purl.org/dc/elements/1.1/identifier> rdf:type owl:AnnotationProperty .

#################################################################
#    Object Properties
#################################################################

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#hasInformation msc:hasInformation rdf:type owl:ObjectProperty ; owl:inverseOf obo:IAO_0000136 ; rdfs:domain obo:BFO_0000001 ; rdfs:range obo:IAO_0000030 ; rdfs:label "hasInformation"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#hasAttribute msc:hasAttribute rdf:type owl:ObjectProperty ; rdfs:subPropertyOf msc:hasInformation ; rdfs:label "hasAttribute"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#hasFigureData msc:hasFigureData rdf:type owl:ObjectProperty ; rdfs:subPropertyOf msc:hasAttribute ; rdfs:domain msc:Specimen ; rdfs:range msc:FigureNumber ; rdfs:label "hasFigureData"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#hasDescriptor msc:hasDescriptor rdf:type owl:ObjectProperty ; rdfs:subPropertyOf msc:hasAttribute ; rdfs:domain msc:Specimen ; rdfs:range msc:Descriptor ; rdfs:label "hasDescriptor"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#isCharacterizedBy msc:isCharacterizedBy rdf:type owl:ObjectProperty ; rdfs:comment "The relationship A isCharacterizedBy B represents a relationship in which the important characteristics of A are determined by an entity B that is different from A."@en ; rdfs:label "isCharacterizedBy"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#hasCondition msc:hasCondition rdf:type owl:ObjectProperty ; rdfs:subPropertyOf msc:isCharacterizedBy ; rdfs:domain obo:OBI_0000011 ; rdfs:label "hasCondition"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#hasMolecularFormula msc:hasMolecularFormula rdf:type owl:ObjectProperty ; rdfs:subPropertyOf msc:hasDescriptor ; rdfs:domain msc:Specimen ; rdfs:range msc:element ; rdfs:label "hasMolecularFormula"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#ParallelTo msc:ParallelTo rdf:type owl:ObjectProperty ; rdfs:subPropertyOf msc:hasDescriptor ; rdfs:domain msc:PhysicalDescriptor ; rdfs:range msc:CrystalOrientation ; rdfs:label "ParallelTo"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#PerpendicularTo msc:PerpendicularTo rdf:type owl:ObjectProperty ; rdfs:subPropertyOf msc:hasDescriptor ; rdfs:domain msc:PhysicalDescriptor ; rdfs:range msc:CrystalOrientation ; rdfs:label "PerpendicularTo"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#isPotentiallyRelatedTo msc:isPotentiallyRelatedTo rdf:type owl:ObjectProperty ; rdfs:comment "isPotentiallyRelatedTo refers to the fact that two entities are potentially related, and represents a relationship that is not directly related but can be referred to"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#dependsOn msc:dependsOn rdf:type owl:ObjectProperty ; rdfs:subPropertyOf msc:isPotentiallyRelatedTo ; rdfs:domain msc:isotope ; rdfs:range msc:OxideAndMetallic ; rdfs:label "dependentsOn"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#hasIsotope msc:hasIsotope rdf:type owl:ObjectProperty ; rdfs:subPropertyOf owl:topObjectProperty ; rdfs:domain msc:OxideAndMetallic, msc:Organic ; rdfs:range msc:isoel ; rdfs:label "hasIsotope"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#realizes msc:realizes rdf:type owl:ObjectProperty ; rdfs:subPropertyOf owl:topObjectProperty ; rdfs:domain msc:Specimen ; rdfs:range msc:Component ; rdfs:comment "Realizes the entity indicated by the object; unlike BFO:0000055 (realize), the subject need not be a process."@en ; rdfs:label "realizes"@en . ################################################################# # Classes #################################################################

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#Property msc:Property rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000020 ; rdfs:comment "Property refers to properties on SuperCon."@en ; rdfs:label "Property"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#RelationalProperty msc:RelationalProperty rdf:type owl:Class ; rdfs:subClassOf msc:Property ; rdfs:comment "A subclass of the Property Class, RelationalProperty. Properties that presuppose the existence of a substance that has properties and the existence of other substances"@en ; rdfs:label "Relational Property"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#isotope msc:isotope rdf:type owl:Class ; rdfs:subClassOf msc:RelationalProperty ; rdfs:comment "A subclass of the RelationalProperty Class, isotope. alpha in Tc = A * M^(-alpha), isotope effect"@en ; rdfs:label "isotope"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#MaterialProperty msc:MaterialProperty rdf:type owl:Class ; rdfs:subClassOf msc:Property ; rdfs:comment "A subclass of the Property Class, MaterialProperty"@en ; rdfs:label "Material Property"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#oz msc:oz rdf:type owl:Class ; rdfs:subClassOf msc:MaterialProperty ; rdfs:comment "A subclass of the MaterialProperty Class, oz. measured value of Oxygen content"@en ; rdfs:label "oz"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#MagneticProperty msc:MagneticProperty rdf:type owl:Class ; rdfs:subClassOf msc:Property ; rdfs:comment "A subclass of the Property Class, MagneticProperty"@en ; rdfs:label "Magnetic property"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#kaizero msc:kaizero rdf:type owl:Class ; rdfs:subClassOf msc:MagneticProperty ; rdfs:comment "A subclass of the MagneticProperty Class, kaizero. temperature independent term in susceptibility"@en ; rdfs:label "kaizero"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#curiec msc:curiec rdf:type owl:Class ; rdfs:subClassOf msc:MagneticProperty ; rdfs:comment "A subclass of the MagneticProperty Class, curiec. Curie constant"@en ; rdfs:label "curiec"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#moment msc:moment rdf:type owl:Class ; rdfs:subClassOf msc:MagneticProperty ; rdfs:comment "A subclass of the MagneticProperty Class, moment. magnetic moment per formula"@en ; rdfs:label "moment"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#curiet msc:curiet rdf:type owl:Class ; rdfs:subClassOf msc:MagneticProperty ; rdfs:comment "A subclass of the MagneticProperty Class, curiet. Curie temperature"@en ; rdfs:label "curiet"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#neelt msc:neelt rdf:type owl:Class ; rdfs:subClassOf msc:MagneticProperty ; rdfs:comment "A subclass of the MagneticProperty Class, neelt. Neel temperature"@en ; rdfs:label "neelt"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#MechanicalProperty msc:MechanicalProperty rdf:type owl:Class ; rdfs:subClassOf msc:Property ; rdfs:comment "A subclass of the Property Class, MechanicalProperty"@en ; rdfs:label "Mechanical property"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#dens msc:dens rdf:type owl:Class ; rdfs:subClassOf msc:MechanicalProperty ; rdfs:comment "A subclass of the MechanicalProperty Class, dens. density (gcm-3)"@en ; rdfs:label "dens"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#hv300 msc:hv300 rdf:type owl:Class ; rdfs:subClassOf msc:MechanicalProperty ; rdfs:comment "A subclass of the MechanicalProperty Class, hv300. hardness at 300 K"@en ; rdfs:label "hv300"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#yehe msc:yehe rdf:type owl:Class ; rdfs:subClassOf msc:MechanicalProperty ; rdfs:comment "A subclass of the MechanicalProperty Class, yehe. Young's modulus at 4.2 K"@en ; rdfs:label "yehe"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#ye300 msc:ye300 rdf:type owl:Class ; rdfs:subClassOf msc:MechanicalProperty ; rdfs:comment "A subclass of the MechanicalProperty Class, ye300. Young's modulus at 300 K"@en ; rdfs:label "ye300"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#ghe msc:ghe rdf:type owl:Class ; rdfs:subClassOf msc:MechanicalProperty ; rdfs:comment "A subclass of the MechanicalProperty Class, ghe. shear modulus at 4.2 K"@en ; rdfs:label "ghe"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#g300 msc:g300 rdf:type owl:Class ; rdfs:subClassOf msc:MechanicalProperty ; rdfs:comment "A subclass of the MechanicalProperty Class, g300. shear modulus at 300 K"@en ; rdfs:label "g300"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#bhe msc:bhe rdf:type owl:Class ; rdfs:subClassOf msc:MechanicalProperty ; rdfs:comment "A subclass of the MechanicalProperty Class, bhe. bulk modulus at 4.2 K"@en ; rdfs:label "bhe"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#b300 msc:b300 rdf:type owl:Class ; rdfs:subClassOf msc:MechanicalProperty ; rdfs:comment "A subclass of the MechanicalProperty Class, b300. bulk modulus at 300 K"@en ; rdfs:label "b300"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#pohe msc:pohe rdf:type owl:Class ; rdfs:subClassOf msc:MechanicalProperty ; rdfs:comment "A subclass of the MechanicalProperty Class, pohe. Poisson ratio at 4.2 K"@en ; rdfs:label "pohe"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#po300 msc:po300 rdf:type owl:Class ; rdfs:subClassOf msc:MechanicalProperty ; rdfs:comment "A subclass of the MechanicalProperty Class, po300. Poisson ratio at 300 K"@en ; rdfs:label "po300"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#svhe msc:svhe rdf:type owl:Class ; rdfs:subClassOf msc:MechanicalProperty ; rdfs:comment "A subclass of the MechanicalProperty Class, svhe. sound velocity at 4.2 K"@en ; rdfs:label "svhe"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#sv300 msc:sv300 rdf:type owl:Class ; rdfs:subClassOf msc:MechanicalProperty ; rdfs:comment "A subclass of the MechanicalProperty Class, sv300. sound velocity at 300 K"@en ; rdfs:label "sv300"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#StructuralProperty msc:StructuralProperty rdf:type owl:Class ; rdfs:subClassOf msc:Property ; rdfs:comment "A subclass of the Property Class, StructuralProperty"@en ; rdfs:label "Structural property"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#LatticeConstant msc:LatticeConstant rdf:type owl:Class ; rdfs:subClassOf msc:StructuralProperty ; rdfs:comment "A subclass of the StructuralProperty Class, LatticeConstant"@en ; rdfs:label "LatticeConstant"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#lata msc:lata rdf:type owl:Class ; rdfs:subClassOf msc:LatticeConstant ; rdfs:comment "A subclass of the LatticeConstant Class, lata. lattice constant a"@en ; rdfs:label "lata"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#latb msc:latb rdf:type owl:Class ; rdfs:subClassOf msc:LatticeConstant ; rdfs:comment "A subclass of the LatticeConstant Class, latb. lattice constant b"@en ; rdfs:label "latb"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#latc msc:latc rdf:type owl:Class ; rdfs:subClassOf msc:LatticeConstant ; rdfs:comment "A subclass of the LatticeConstant Class, latc. lattice constant c"@en ; rdfs:label "latc"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#dadt msc:dadt rdf:type owl:Class ; rdfs:subClassOf msc:StructuralProperty ; rdfs:comment "A subclass of the StructuralProperty Class, dadt. temperature dependence of lata"@en ; rdfs:label "dadt"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#dbdt msc:dbdt rdf:type owl:Class ; rdfs:subClassOf msc:StructuralProperty ; rdfs:comment "A subclass of the StructuralProperty Class, dbdt. temperature dependence of latb"@en ; rdfs:label "dbdt"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#dcdt msc:dcdt rdf:type owl:Class ; rdfs:subClassOf msc:StructuralProperty ; rdfs:comment "A subclass of the StructuralProperty Class, dcdt. temperature dependence of latc"@en ; rdfs:label "dcdt"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#dadp msc:dadp rdf:type owl:Class ; rdfs:subClassOf msc:StructuralProperty ; rdfs:comment "A subclass of the StructuralProperty Class, dadp. pressure dependence of lata"@en ; rdfs:label "dadp"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#dbdp msc:dbdp rdf:type owl:Class ; rdfs:subClassOf msc:StructuralProperty ; rdfs:comment "A subclass of the StructuralProperty Class, dbdp. pressure dependence of latb"@en ; rdfs:label "dbdp"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#dcdp msc:dcdp rdf:type owl:Class ; rdfs:subClassOf msc:StructuralProperty ; rdfs:comment "A subclass of the StructuralProperty Class, dcdp. pressure dependence of latc"@en ; rdfs:label "dcdp"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#SuperConductingProperty msc:SuperConductingProperty rdf:type owl:Class ; rdfs:subClassOf msc:Property ; rdfs:comment "A subclass of the Property Class, SuperConductingProperty"@en ; rdfs:label "Superconducting property"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#t1 msc:t1 rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, t1. transition temperature (R = 0)"@en ; rdfs:label "t1"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#t2 msc:t2 rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, t2. transition temperature (mid point)"@en ; rdfs:label "t2"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#t3 msc:t3 rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, t3. transition temperature (R = 100%)"@en ; rdfs:label "t3"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#tcsus msc:tcsus rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, tcsus. Tc from susceptibility measurement"@en ; rdfs:label "tcsus"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#tcn msc:tcn rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, tcn. lowest temperature for measurement (not superconducting)"@en ; rdfs:label "tcn"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#tcwidth msc:tcwidth rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, tcwidth. transition width for resistive transition"@en ; rdfs:label "tcwidth"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#tc msc:tc rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, tc. Tc (of this sample) recommended"@en ; rdfs:label "tc"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#dtcdp msc:dtcdp rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, dtcdp. slope at P = 0 in Tc vs P plot "@en ; rdfs:label "dtcdp"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#pmax msc:pmax rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, pmax. maximum pressure applied"@en ; rdfs:label "pmax"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#isotope msc:isotope rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, isotope. alpha in Tc = A * M^(-alpha), isotope effect"@en ; rdfs:label "isotope"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#dtc msc:dtc rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, dtc. DTC = Tc - Tc0 for isotope element"@en ; rdfs:label "dtc"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#vols msc:vols rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, vols. volume fraction of Meissner effect(%)"@en ; rdfs:label "vols"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#hc1zero msc:hc1zero rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, hc1zero. Hc1 at 0 K for poly crystal"@en ; rdfs:label "hc1zero"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#phc1zero msc:phc1zero rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, phc1zero. Hc1 at 0 K for single crystal for H //ab-plane"@en ; rdfs:label "phc1zero"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#nhc1zero msc:nhc1zero rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, nhc1zero. Hc1 at 0 K for single crystal for H //c-axis"@en ; rdfs:label "nhc1zero"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#hc1t msc:hc1t rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, hc1t. Hc1 at given temperature for poly crystal"@en ; rdfs:label "hc1t"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#phc1t msc:phc1t rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, phc1t. Hc1 at given temperature for single crystal H//ab-plane"@en ; rdfs:label "phc1t"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#nhc1t msc:nhc1t rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, nhc1t. Hc1 at given temperature for single crystal H//c-axis"@en ; rdfs:label "nhc1t"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#hc2zero msc:hc2zero rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, hc2zero. Hc2 at 0 K for poly crystal"@en ; rdfs:label "hc2zero"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#phc2zero msc:phc2zero rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, phc2zero. Hc2 at 0 K for single crystal for H //ab-plane"@en ; rdfs:label "phc2zero"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#nhc2zero msc:nhc2zero rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, nhc2zero. Hc2 at 0 K for single crystal for H //c-axis"@en ; rdfs:label "nhc2zero"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#hc2t msc:hc2t rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, hc2t. Hc2 at given temperature for poly crystal"@en ; rdfs:label "hc2t"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#phc2t msc:phc2t rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, phc2t. Hc2 at given temperature for single crystal H//ab-plane"@en ; rdfs:label "phc2t"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#nhc2t msc:nhc2t rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, nhc2t. Hc2 at given temperature for single crystal H//c-axis"@en ; rdfs:label "nhc2t"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#dhc2dt msc:dhc2dt rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, dhc2dt. -slope in Hc2 vs T at Tc for poly crystal"@en ; rdfs:label "dhc2dt"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#pdhc2dt msc:pdhc2dt rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, pdhc2dt. -slope in Hc2 vs T at Tc for single crystal for H //ab-plane"@en ; rdfs:label "pdhc2dt"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#ndhc2dt msc:ndhc2dt rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, ndhc2dt. -slope in Hc2 vs T at Tc for single crystal for H //c-axis"@en ; rdfs:label "ndhc2dt"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#cohere msc:cohere rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, cohere. coherence length at 0 K for poly crystal"@en ; rdfs:label "cohere"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#pcohere msc:pcohere rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, pcohere. coherence length at 0 K for single crystal for H //ab-plane"@en ; rdfs:label "pcohere"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#ncohere msc:ncohere rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, ncohere. coherence length at 0 K for single crystal for H ⊥ab-plane"@en ; rdfs:label "ncohere"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#penet msc:penet rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, penet. penetration depth at 0 K for poly crystal"@en ; rdfs:label "penet"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#ppenet msc:ppenet rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, ppenet. penetration depth at 0 K for single crystal for H //ab-plane"@en ; rdfs:label "ppenet"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#npenet msc:npenet rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, npenet. penetration depth at 0 K for single crystal for H⊥ab-plane"@en ; rdfs:label "npenet"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#gap msc:gap rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, gap. energy gap at 0 K , delta(0)"@en ; rdfs:label "gap"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#gapene msc:gapene rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, gapene. normarized energy gap at 0 K , 2delta(0)/kTc"@en ; rdfs:label "gapene"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#jche msc:jche rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, jche. Jc at 4.2 K, H = 0 T"@en ; rdfs:label "jche"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#jc77 msc:jc77 rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingProperty ; rdfs:comment "A subclass of the SuperConductingProperty Class, jc77. Jc at T = 77 K, H = 0 T"@en ; rdfs:label "jc77"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#ThermalProperty msc:ThermalProperty rdf:type owl:Class ; rdfs:subClassOf msc:Property ; rdfs:comment "A subclass of the Property Class, ThermalProperty"@en ; rdfs:label "Thermal property"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#spjump msc:spjump rdf:type owl:Class ; rdfs:subClassOf msc:ThermalProperty ; rdfs:comment "A subclass of the ThermalProperty Class, spjump. specific heat jump at Tc (delta-C)"@en ; rdfs:label "spjump"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#gamma msc:gamma rdf:type owl:Class ; rdfs:subClassOf msc:ThermalProperty ; rdfs:comment "A subclass of the ThermalProperty Class, gamma. coefficient of electronic specific heat"@en ; rdfs:label "gamma"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#debyet msc:debyet rdf:type owl:Class ; rdfs:subClassOf msc:ThermalProperty ; rdfs:comment "A subclass of the ThermalProperty Class, debyet. Debye temperature"@en ; rdfs:label "debyet"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#thc300 msc:thc300 rdf:type owl:Class ; rdfs:subClassOf msc:ThermalProperty ; rdfs:comment "A subclass of the ThermalProperty Class, thc300. thermal conductivity at 300 K"@en ; rdfs:label "thc300"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#thc300n msc:thc300n rdf:type owl:Class ; rdfs:subClassOf msc:ThermalProperty ; rdfs:comment "A subclass of the ThermalProperty Class, thc300n. thermal conductivity at 300 K for heat flow//c-axis"@en ; rdfs:label "thc300n"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#thc300p msc:thc300p rdf:type owl:Class ; rdfs:subClassOf msc:ThermalProperty ; rdfs:comment "A subclass of the ThermalProperty Class, thc300p. thermal conductivity at 300 K for heat flow//ab-plane"@en ; rdfs:label "thc300p"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#tp300 msc:tp300 rdf:type owl:Class ; rdfs:subClassOf msc:ThermalProperty ; rdfs:comment "A subclass of the ThermalProperty Class, tp300. thermopower at 300 K"@en ; rdfs:label "tp300"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#tp300n msc:tp300n rdf:type owl:Class ; rdfs:subClassOf msc:ThermalProperty ; rdfs:comment "A subclass of the ThermalProperty Class, tp300n. thermopower at 300 K for normal to ab-plane"@en ; rdfs:label "tp300n"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#tp300p msc:tp300p rdf:type owl:Class ; rdfs:subClassOf msc:ThermalProperty ; rdfs:comment "A subclass of the ThermalProperty Class, tp300p. thermopower at 300 K for parallel to ab-plane"@en ; rdfs:label "tp300p"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#NormalStateProperty msc:NormalStateProperty rdf:type owl:Class ; rdfs:subClassOf msc:Property ; rdfs:comment "A subclass of the Property Class, NormalStateProperty"@en ; rdfs:label "Normal state property"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#reshe msc:reshe rdf:type owl:Class ; rdfs:subClassOf msc:NormalStateProperty ; rdfs:comment "A subclass of the NormalStateProperty Class, reshe. resistivity at 4.2 K for poly crystal"@en ; rdfs:label "reshe"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#abreshe msc:abreshe rdf:type owl:Class ; rdfs:subClassOf msc:NormalStateProperty ; rdfs:comment "A subclass of the NormalStateProperty Class, abreshe. resistivity at 4.2 K for single crystal for J//ab-plane"@en ; rdfs:label "abreshe"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#creshe msc:creshe rdf:type owl:Class ; rdfs:subClassOf msc:NormalStateProperty ; rdfs:comment "A subclass of the NormalStateProperty Class, creshe. resistivity at 4.2 K for single crystal for J//c-axis"@en ; rdfs:label "creshe"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#res77 msc:res77 rdf:type owl:Class ; rdfs:subClassOf msc:NormalStateProperty ; rdfs:comment "A subclass of the NormalStateProperty Class, res77. resistivity at 77 K for poly crystal"@en ; rdfs:label "res77"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#abres77 msc:abres77 rdf:type owl:Class ; rdfs:subClassOf msc:NormalStateProperty ; rdfs:comment "A subclass of the NormalStateProperty Class, abres77. resistivity at 77 K for single crystal for J//ab-plane"@en ; rdfs:label "abres77"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#cres77 msc:cres77 rdf:type owl:Class ; rdfs:subClassOf msc:NormalStateProperty ; rdfs:comment "A subclass of the NormalStateProperty Class, cres77. resistivity at 77 K for single crystal for J//c-axis"@en ; rdfs:label "cres77"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#resn msc:resn rdf:type owl:Class ; rdfs:subClassOf msc:NormalStateProperty ; rdfs:comment "A subclass of the NormalStateProperty Class, resn. resistivity at normal-T for poly crystal"@en ; rdfs:label "resn"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#abresn msc:abresn rdf:type owl:Class ; rdfs:subClassOf msc:NormalStateProperty ; rdfs:comment "A subclass of the NormalStateProperty Class, abresn. resistivity at normal-T for single crystal for J//ab-plane"@en ; rdfs:label "abresn"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#cresn msc:cresn rdf:type owl:Class ; rdfs:subClassOf msc:NormalStateProperty ; rdfs:comment "A subclass of the NormalStateProperty Class, cresn. resistivity at normal-T for single crystal for J//c-axis"@en ; rdfs:label "cresn"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#resrt msc:resrt rdf:type owl:Class ; rdfs:subClassOf msc:NormalStateProperty ; rdfs:comment "A subclass of the NormalStateProperty Class, resrt. resistivity at RT for poly crystal"@en ; rdfs:label "resrt"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#abresrt msc:abresrt rdf:type owl:Class ; rdfs:subClassOf msc:NormalStateProperty ; rdfs:comment "A subclass of the NormalStateProperty Class, abresrt. resistivity at RT for single crystal for J//ab-plane"@en ; rdfs:label "abresrt"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#cresrt msc:cresrt rdf:type owl:Class ; rdfs:subClassOf msc:NormalStateProperty ; rdfs:comment "A subclass of the NormalStateProperty Class, cresrt. resistivity at RT for single crystal for J//c-axis"@en ; rdfs:label "cresrt"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#rh300 msc:rh300 rdf:type owl:Class ; rdfs:subClassOf msc:NormalStateProperty ; rdfs:comment "A subclass of the NormalStateProperty Class, rh300. Hall coefficient at 300 K"@en ; rdfs:label "rh300"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#rh300n msc:rh300n rdf:type owl:Class ; rdfs:subClassOf msc:NormalStateProperty ; rdfs:comment "A subclass of the NormalStateProperty Class, rh300n. Hall coefficient at 300 K for single, H//c-axis"@en ; rdfs:label "rh300n"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#rh300p msc:rh300p rdf:type owl:Class ; rdfs:subClassOf msc:NormalStateProperty ; rdfs:comment "A subclass of the NormalStateProperty Class, rh300p. Hall coefficient at 300 K for single, H//ab-plane"@en ; rdfs:label "rh300p"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#rhn msc:rhn rdf:type owl:Class ; rdfs:subClassOf msc:NormalStateProperty ; rdfs:comment "A subclass of the NormalStateProperty Class, rhn. Hall coefficient for single, H//c-axis"@en ; rdfs:label "rhn"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#field msc:field rdf:type owl:Class ; rdfs:subClassOf msc:NormalStateProperty ; rdfs:comment "A subclass of the NormalStateProperty Class, field. magnetic field for Hall effect"@en ; rdfs:label "field"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#carrier msc:carrier rdf:type owl:Class ; rdfs:subClassOf msc:NormalStateProperty ; rdfs:comment "A subclass of the NormalStateProperty Class, carrier. carrier density at 300 K"@en ; rdfs:label "carrier"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#Specimen msc:Specimen rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000040 ; rdfs:comment "Specimen refers to real materials dealt with in SuperCon."@en ; rdfs:label "Specimen"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#Organic msc:Organic rdf:type owl:Class ; rdfs:subClassOf msc:Specimen ; rdfs:comment "A subclass of the Specimen Class, Organic"@en ; rdfs:label "Organic"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#OxideAndMetallic msc:OxideAndMetallic rdf:type owl:Class ; rdfs:subClassOf msc:Specimen ; rdfs:comment "A subclass of the Specimen Class, OxideAndMetallic. represents all chemicals dealt in SuperCon, Oxide & Metallic."@en ; rdfs:label "OxideAndMetallic"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#rawmat msc:rawmat rdf:type owl:Class ; rdfs:subClassOf msc:OxideAndMetallic ; rdfs:comment "A subclass of the OxideAndMetallic Class, rawmat. raw materials"@en ; rdfs:label "rawmat"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#subst msc:subst rdf:type owl:Class ; rdfs:subClassOf msc:OxideAndMetallic ; rdfs:comment "A subclass of the OxideAndMetallic Class, subst"@en ; rdfs:label "subst"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#target msc:target rdf:type owl:Class ; rdfs:subClassOf msc:OxideAndMetallic ; rdfs:comment "A subclass of the OxideAndMetallic Class, target"@en ; rdfs:label "target"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#sample msc:sample rdf:type owl:Class ; rdfs:subClassOf msc:OxideAndMetallic ; rdfs:comment "A subclass of the OxideAndMetallic Class, sample"@en ; rdfs:label "sample"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#isoel msc:isoel rdf:type owl:Class ; rdfs:subClassOf msc:Specimen ; rdfs:comment "A subclass of the Specimen Class, isoel. isotope element"@en ; rdfs:label "isoel"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#Role msc:Role rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000023 , [ rdf:type owl:Restriction ; owl:onProperty obo:RO_0000081 ; owl:someValuesFrom obo:BFO_0000004 ] ; rdfs:comment "Role refers to roles dealt with in SuperCon."@en ; rdfs:label "Role"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#SampleProcessRole msc:SampleProcessRole rdf:type owl:Class ; rdfs:subClassOf msc:Role ; rdfs:comment "A subclass of the Role Class, SampleProcessRole"@en ; rdfs:label "SampleProcessRole"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#ProductRole msc:ProductRole rdf:type owl:Class ; rdfs:subClassOf msc:SampleProcessRole ; rdfs:comment "A subclass of the SampleProcessRole Class, ProductRole"@en ; rdfs:label "ProductRole"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#SamplePreparationRole msc:SamplePreparationRole rdf:type owl:Class ; rdfs:subClassOf msc:SampleProcessRole ; rdfs:comment "A subclass of the SampleProcess Class, SamplePreparationRole"@en ; rdfs:label "SamplePreparationRole"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#rawmatRole msc:rawmatRole rdf:type owl:Class ; rdfs:subClassOf msc:SamplePreparationRole ; rdfs:comment "A subclass of the SamplePreparationRole Class, rawmatRole. The role of Raw material."@en ; rdfs:label "rawmatRole"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#substRole msc:substRole rdf:type owl:Class ; rdfs:subClassOf msc:SamplePreparationRole ; rdfs:comment "A subclass of the SamplePreparationRole Class, substRole. The role of Substrate."@en ; rdfs:label "substRole"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#targetRole msc:targetRole rdf:type owl:Class ; rdfs:subClassOf msc:SamplePreparationRole ; rdfs:comment "A subclass of the SamplePreparationRole Class, targetRole. The role of Target."@en ; rdfs:label "targetRole"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#IsotopeRole msc:IsotopeRole rdf:type owl:Class ; rdfs:subClassOf msc:Role ; rdfs:comment "A subclass of the Role Class, IsotopeRole"@en ; rdfs:label "IsotopeRole"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#MixtureRole msc:MixtureRole rdf:type owl:Class ; rdfs:subClassOf msc:Role ; rdfs:comment "A subclass of the Role Class, MixtureRole"@en ; rdfs:label "MixtureRole"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#Component msc:Component rdf:type owl:Class ; rdfs:subClassOf msc:MixtureRole ; rdfs:comment "A subclass of the MixtureRole Class, Component"@en ; rdfs:label "Component"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#ma1 msc:ma1 rdf:type owl:Class ; rdfs:subClassOf msc:Component ; rdfs:comment "A subclass of the Component Class, ma1. first component roll"@en ; rdfs:label "ma1"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#mb1 msc:mb1 rdf:type owl:Class ; rdfs:subClassOf msc:Component ; rdfs:comment "A subclass of the Component Class, mb1. second component roll"@en ; rdfs:label "mb1"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#mc1 msc:mc1 rdf:type owl:Class ; rdfs:subClassOf msc:Component ; rdfs:comment "A subclass of the Component Class, mc1. third component roll"@en ; rdfs:label "mc1"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#md1 msc:md1 rdf:type owl:Class ; rdfs:subClassOf msc:Component ; rdfs:comment "A subclass of the Component Class, md1. forth component roll"@en ; rdfs:label "md1"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#me1 msc:me1 rdf:type owl:Class ; rdfs:subClassOf msc:Component ; rdfs:comment "A subclass of the Component Class, me1. fifth component roll"@en ; rdfs:label "me1"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#mf1 msc:mf1 rdf:type owl:Class ; rdfs:subClassOf msc:Component ; rdfs:comment "A subclass of the Component Class, mf1. sixth component roll"@en ; rdfs:label "mf1"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#mg1 msc:mg1 rdf:type owl:Class ; rdfs:subClassOf msc:Component ; rdfs:comment "A subclass of the Component Class, mg1. seventh component roll"@en ; rdfs:label "mg1"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#mh1 msc:mh1 rdf:type owl:Class ; rdfs:subClassOf msc:Component ; rdfs:comment "A subclass of the Component Class, mh1. eighth component roll"@en ; rdfs:label "mh1"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#mi1 msc:mi1 rdf:type owl:Class ; rdfs:subClassOf msc:Component ; rdfs:comment "A subclass of the Component Class, mi1. nineth component roll"@en ; rdfs:label "mi1"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#mj1 msc:mj1 rdf:type owl:Class ; rdfs:subClassOf msc:Component ; rdfs:comment "A subclass of the Component Class, mj1. tenth component roll"@en ; rdfs:label "mj1"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#mo1 msc:mo1 rdf:type owl:Class ; rdfs:subClassOf msc:Component ; rdfs:comment "A subclass of the Component Class, mo1. component rolls with oxygen"@en ; rdfs:label "mo1"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#Unit msc:Unit rdf:type owl:Class ; rdfs:subClassOf obo:IAO_0000003 ; rdfs:label "Unit" .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#MagneticPropertyUnit msc:MagneticPropertyUnit rdf:type owl:Class ; rdfs:subClassOf msc:Unit ; rdfs:label "Magnetic property unit" .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#ukai msc:ukai rdf:type owl:Class ; rdfs:subClassOf msc:MagneticPropertyUnit ; rdfs:comment "A subclass of the MagneticPropertyUnit Class, ukai. unit of KAIZERO"@en ; rdfs:label "ukai"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#ucc msc:ucc rdf:type owl:Class ; rdfs:subClassOf msc:MagneticPropertyUnit ; rdfs:comment "A subclass of the MagneticPropertyUnit Class, ucc. unit of CURIEC"@en ; rdfs:label "ucc"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#umoment msc:umoment rdf:type owl:Class ; rdfs:subClassOf msc:MagneticPropertyUnit ; rdfs:comment "A subclass of the MagneticPropertyUnit Class, umoment. unit of MOMENT"@en ; rdfs:label "umoment"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#MechanicalPropertyUnit msc:MechanicalPropertyUnit rdf:type owl:Class ; rdfs:subClassOf msc:Unit ; rdfs:label "Mechanical property unit" .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#Udens msc:Udens rdf:type owl:Class ; rdfs:subClassOf msc:MechanicalPropertyUnit ; rdfs:comment "A subclass of the MechanicalPropertyUnit Class, Udens. Unit of density "@en ; rdfs:label "Udens"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#uhv msc:uhv rdf:type owl:Class ; rdfs:subClassOf msc:MechanicalPropertyUnit ; rdfs:comment "A subclass of the MechanicalPropertyUnit Class, uhv. unit of hardness "@en ; rdfs:label "uhv"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#uye msc:uye rdf:type owl:Class ; rdfs:subClassOf msc:MechanicalPropertyUnit ; rdfs:comment "A subclass of the MechanicalPropertyUnit Class, uye. unit of Young's modulus "@en ; rdfs:label "uye"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#ug msc:ug rdf:type owl:Class ; rdfs:subClassOf msc:MechanicalPropertyUnit ; rdfs:comment "A subclass of the MechanicalPropertyUnit Class, ug. unit of shear modulus "@en ; rdfs:label "ug"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#ub msc:ub rdf:type owl:Class ; rdfs:subClassOf msc:MechanicalPropertyUnit ; rdfs:comment "A subclass of the MechanicalPropertyUnit Class, ub. unit of bulk modulus "@en ; rdfs:label "ub"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#usv msc:usv rdf:type owl:Class ; rdfs:subClassOf msc:MechanicalPropertyUnit ; rdfs:comment "A subclass of the MechanicalPropertyUnit Class, usv. unit of sound velocity "@en ; rdfs:label "usv"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#StructuralPropertyUnit msc:StructuralPropertyUnit rdf:type owl:Class ; rdfs:subClassOf msc:Unit ; rdfs:label "Structural property unit" .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#ulat msc:ulat rdf:type owl:Class ; rdfs:subClassOf msc:StructuralPropertyUnit ; rdfs:comment "A subclass of the StructuralPropertyUnit Class, ulat. unit of lattice constant"@en ; rdfs:label "ulat"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#udldt msc:udldt rdf:type owl:Class ; rdfs:subClassOf msc:StructuralPropertyUnit ; rdfs:comment "A subclass of the StructuralPropertyUnit Class, udldt. unit of D(L)DT"@en ; rdfs:label "udldt"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#udldp msc:udldp rdf:type owl:Class ; rdfs:subClassOf msc:StructuralPropertyUnit ; rdfs:comment "A subclass of the StructuralPropertyUnit Class, udldp. unit of D(L)DP"@en ; rdfs:label "udldp"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#SuperConductingPropertyUnit msc:SuperConductingPropertyUnit rdf:type owl:Class ; rdfs:subClassOf msc:Unit ; rdfs:label "SuperConducting property unit" .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#utc msc:utc rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingPropertyUnit ; rdfs:comment "A subclass of the SuperConductingPropertyUnit Class, utc. unit of Tc"@en ; rdfs:label "utc"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#udtcdp msc:udtcdp rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingPropertyUnit ; rdfs:comment "A subclass of the SuperConductingPropertyUnit Class, udtcdp. unit of DTCDP"@en ; rdfs:label "udtcdp"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#uhc1 msc:uhc1 rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingPropertyUnit ; rdfs:comment "A subclass of the SuperConductingPropertyUnit Class, uhc1. unit of Hc1"@en ; rdfs:label "uhc1"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#uhc2 msc:uhc2 rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingPropertyUnit ; rdfs:comment "A subclass of the SuperConductingPropertyUnit Class, uhc2. unit of Hc2"@en ; rdfs:label "uhc2"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#udhc2dt msc:udhc2dt rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingPropertyUnit ; rdfs:comment "A subclass of the SuperConductingPropertyUnit Class, udhc2dt. unit of dHc2/dT"@en ; rdfs:label "udhc2dt"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#ucohere msc:ucohere rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingPropertyUnit ; rdfs:comment "A subclass of the SuperConductingPropertyUnit Class, ucohere. unit of COHERE"@en ; rdfs:label "ucohere"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#upenet msc:upenet rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingPropertyUnit ; rdfs:comment "A subclass of the SuperConductingPropertyUnit Class, upenet. unit of PENET"@en ; rdfs:label "upenet"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#ugap msc:ugap rdf:type owl:Class ; rdfs:subClassOf msc:SuperConductingPropertyUnit ; rdfs:comment "A subclass of the SuperConductingPropertyUnit Class, ugap. unit of energy gap"@en ; rdfs:label "ugap"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#ThermalPropertyUnit msc:ThermalPropertyUnit rdf:type owl:Class ; rdfs:subClassOf msc:Unit ; rdfs:label "Thermal property unit" .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#ujump msc:ujump rdf:type owl:Class ; rdfs:subClassOf msc:ThermalPropertyUnit ; rdfs:comment "A subclass of the ThermalPropertyUnit Class, ujump. unit of SPJUMP"@en ; rdfs:label "ujump"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#ugamma msc:ugamma rdf:type owl:Class ; rdfs:subClassOf msc:ThermalPropertyUnit ; rdfs:comment "A subclass of the ThermalPropertyUnit Class, ugamma. unit of GAMMA"@en ; rdfs:label "ugamma"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#uthc msc:uthc rdf:type owl:Class ; rdfs:subClassOf msc:ThermalPropertyUnit ; rdfs:comment "A subclass of the ThermalPropertyUnit Class, uthc. unit of thermal conductivity"@en ; rdfs:label "uthc"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#utp msc:utp rdf:type owl:Class ; rdfs:subClassOf msc:ThermalPropertyUnit ; rdfs:comment "A subclass of the ThermalPropertyUnit Class, utp. unit of thermopower"@en ; rdfs:label "utp"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#NormalStatePropertyUnit msc:NormalStatePropertyUnit rdf:type owl:Class ; rdfs:subClassOf msc:Unit ; rdfs:label "Normal state property unit" .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#ures msc:ures rdf:type owl:Class ; rdfs:subClassOf msc:NormalStatePropertyUnit ; rdfs:comment "A subclass of the NormalStatePropertyUnit Class, ures. unit of resistivity"@en ; rdfs:label "ures"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#uhall msc:uhall rdf:type owl:Class ; rdfs:subClassOf msc:NormalStatePropertyUnit ; rdfs:comment "A subclass of the NormalStatePropertyUnit Class, uhall. unit of RH300"@en ; rdfs:label "uhall"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#ucarr msc:ucarr rdf:type owl:Class ; rdfs:subClassOf msc:NormalStatePropertyUnit ; rdfs:comment "A subclass of the NormalStatePropertyUnit Class, ucarr. unit of carrier density"@en ; rdfs:label "ucarr"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#Descriptor msc:Descriptor rdf:type owl:Class ; rdfs:subClassOf obo:IAO_0000027 ; rdfs:comment "Descriptor refers to descriptors for concepts on SuperCon."@en ; rdfs:label "Descriptor"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#GeometricDescriptor msc:GeometricDescriptor rdf:type owl:Class ; rdfs:subClassOf msc:Descriptor ; rdfs:comment "A subclass of the Descriptor Class, GeometricDescriptor. Descriptors for geometrical features, such as shape"@en ; rdfs:label "Geometric Descriptor"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#shape msc:shape rdf:type owl:Class ; rdfs:subClassOf msc:GeometricDescriptor ; rdfs:comment "A subclass of the GeometricDescriptor Class, shape"@en ; rdfs:label "shape"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#IsotopeDescriptor msc:IsotopeDescriptor rdf:type owl:Class ; rdfs:subClassOf msc:Descriptor ; rdfs:comment "A subclass of the Descriptor Class, IsotopeDescriptor. A descriptor that represents isotope-specific characteristics rather than chemical properties."@en ; rdfs:label "Isotope Descriptor"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#isorat msc:isorat rdf:type owl:Class ; rdfs:subClassOf msc:IsotopeDescriptor ; rdfs:comment "A subclass of the IsotopeDescriptor Class, isorat. exchange ratio of isotope(%)"@en ; rdfs:label "isorat"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#MaterialStructureDescriptor msc:MaterialStructureDescriptor rdf:type owl:Class ; rdfs:subClassOf msc:Descriptor ; rdfs:comment "A subclass of the Descriptor Class, MaterialStructureDescriptor. Descriptors for chemical and crystallographic structural features."@en ; rdfs:label "Material Structure Descriptor"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#CrystalState msc:CrystalState rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Class ; owl:oneOf ( msc:CrystalState ) ] ; rdfs:subClassOf msc:MaterialStructureDescriptor .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#str1 msc:str1 rdf:type owl:Class ; rdfs:subClassOf msc:CrystalState ; rdfs:comment "A subclass of the CrystalState Class, str1. crystal structure, symmetry"@en ; rdfs:label "str1"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#str1_01 msc:str1_01 rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Class ; owl:oneOf ( msc:str1_01 ) ] ; rdfs:subClassOf msc:str1 .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#str1_02 msc:str1_02 rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Class ; owl:oneOf ( msc:str1_02 ) ] ; rdfs:subClassOf msc:str1 .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#str1_03 msc:str1_03 rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Class ; owl:oneOf ( msc:str1_03 ) ] ; rdfs:subClassOf msc:str1 .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#str1_04 msc:str1_04 rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Class ; owl:oneOf ( msc:str1_04 ) ] ; rdfs:subClassOf msc:str1 .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#str1_05 msc:str1_05 rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Class ; owl:oneOf ( msc:str1_05 ) ] ; rdfs:subClassOf msc:str1 .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#str1_06 msc:str1_06 rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Class ; owl:oneOf ( msc:str1_06 ) ] ; rdfs:subClassOf msc:str1 .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#str1_07 msc:str1_07 rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Class ; owl:oneOf ( msc:str1_07 ) ] ; rdfs:subClassOf msc:str1 .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#str3 msc:str3 rdf:type owl:Class ; rdfs:subClassOf msc:CrystalState ; rdfs:comment "A subclass of the CrystalState Class, str3. common name of structure"@en ; rdfs:label "str3"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#spaceg msc:spaceg rdf:type owl:Class ; rdfs:subClassOf msc:str1 ; rdfs:comment "A subclass of the str1 Class, spaceg. space group"@en ; rdfs:label "spaceg"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#tblno msc:tblno rdf:type owl:Class ; rdfs:subClassOf msc:str1 ; rdfs:comment "A subclass of the str1 Class, tblno. international table number"@en ; rdfs:label "tblno"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#element msc:element rdf:type owl:Class ; rdfs:subClassOf msc:MaterialStructureDescriptor ; rdfs:comment "A subclass of the MaterialStructureDescriptor Class, element. chemical formula"@en ; rdfs:label "element"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#name msc:name rdf:type owl:Class ; rdfs:subClassOf msc:MaterialStructureDescriptor ; # owl:disjointWith msc:Property ; rdfs:comment "A subclass of the MaterialStructureDescriptor Class, name. common formula of materials"@en ; rdfs:label "name"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#ElementComposition msc:ElementComposition rdf:type owl:Class ; rdfs:subClassOf msc:MaterialStructureDescriptor ; rdfs:comment "A subclass of the MaterialStructureDescriptor Class, ElementComposition"@en ; rdfs:label "ElementComposition"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#ma2 msc:ma2 rdf:type owl:Class ; rdfs:subClassOf msc:ElementComposition ; rdfs:comment "A subclass of the ElementComposition Class, ma2. composition of first component roll"@en ; rdfs:label "ma2"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#mb2 msc:mb2 rdf:type owl:Class ; rdfs:subClassOf msc:ElementComposition ; rdfs:comment "A subclass of the ElementComposition Class, mb2. composition of second component roll"@en ; rdfs:label "mb2"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#mc2 msc:mc2 rdf:type owl:Class ; rdfs:subClassOf msc:ElementComposition ; rdfs:comment "A subclass of the ElementComposition Class, mc2. composition of third component roll"@en ; rdfs:label "mc2"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#md2 msc:md2 rdf:type owl:Class ; rdfs:subClassOf msc:ElementComposition ; rdfs:comment "A subclass of the ElementComposition Class, md2. composition of forth component roll"@en ; rdfs:label "md2"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#me2 msc:me2 rdf:type owl:Class ; rdfs:subClassOf msc:ElementComposition ; rdfs:comment "A subclass of the ElementComposition Class, me2. composition of fifth component roll e"@en ; rdfs:label "me2"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#mf2 msc:mf2 rdf:type owl:Class ; rdfs:subClassOf msc:ElementComposition ; rdfs:comment "A subclass of the ElementComposition Class, mf2. composition of sixth component roll"@en ; rdfs:label "mf2"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#mg2 msc:mg2 rdf:type owl:Class ; rdfs:subClassOf msc:ElementComposition ; rdfs:comment "A subclass of the ElementComposition Class, mg2. composition of seventh component roll"@en ; rdfs:label "mg2"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#mh2 msc:mh2 rdf:type owl:Class ; rdfs:subClassOf msc:ElementComposition ; rdfs:comment "A subclass of the ElementComposition Class, mh2. composition of eighth component roll"@en ; rdfs:label "mh2"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#mi2 msc:mi2 rdf:type owl:Class ; rdfs:subClassOf msc:ElementComposition ; rdfs:comment "A subclass of the ElementComposition Class, mi2. composition of nineth component roll"@en ; rdfs:label "mi2"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#mj2 msc:mj2 rdf:type owl:Class ; rdfs:subClassOf msc:ElementComposition ; rdfs:comment "A subclass of the ElementComposition Class, mj2. composition of tenth component roll"@en ; rdfs:label "mj2"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#mo2 msc:mo2 rdf:type owl:Class ; rdfs:subClassOf msc:ElementComposition ; rdfs:comment "A subclass of the ElementComposition Class, mo2. composition of O in common formula"@en ; rdfs:label "mo2"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#CrystalOrientation msc:CrystalOrientation rdf:type owl:Class ; rdfs:subClassOf msc:MaterialStructureDescriptor ; rdfs:comment "A subclass of the MaterialStructureDescriptor Class, CrystalOrientation"@en ; rdfs:label "CrystalOrientation"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#PhysicalDescriptor msc:PhysicalDescriptor rdf:type owl:Class ; rdfs:subClassOf msc:Descriptor ; rdfs:comment "A subclass of the Descriptor Class, PhysicalDescriptor. Descriptors that represent features with basic physical properties."@en ; rdfs:label "Physical Descriptor"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#Pressure msc:Pressure rdf:type owl:Class ; rdfs:subClassOf msc:PhysicalDescriptor ; rdfs:comment "A subclass of the PhysicalDescriptor Class, Pressure"@en ; rdfs:label "Pressure"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#Temperature msc:Temperature rdf:type owl:Class ; rdfs:subClassOf msc:PhysicalDescriptor ; rdfs:comment "A subclass of the PhysicalDescriptor Class, Temperature"@en ; rdfs:label "Temperature"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#tempc1 msc:tempc1 rdf:type owl:Class ; rdfs:subClassOf msc:Temperature ; rdfs:comment "A subclass of the Temperature Class, tempc1. measuring temperature for hc1t, phc1t, and nhc1t"@en ; rdfs:label "tempc1"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#tempc2 msc:tempc2 rdf:type owl:Class ; rdfs:subClassOf msc:Temperature ; rdfs:comment "A subclass of the Temperature Class, tempc2. measuring temperature for hc2t, phc2t, and nhc2t"@en ; rdfs:label "tempc2"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#nort msc:nort rdf:type owl:Class ; rdfs:subClassOf msc:Temperature ; rdfs:comment "A subclass of the Temperature Class, nort. normal temperature"@en ; rdfs:label "nort"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#MagneticField msc:MagneticField rdf:type owl:Class ; rdfs:subClassOf msc:PhysicalDescriptor ; rdfs:comment "A subclass of the PhysicalDescriptor Class, MagneticField. Magnetic field, H"@en ; rdfs:label "MagneticField"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#field msc:field rdf:type owl:Class ; rdfs:subClassOf msc:MagneticField ; rdfs:comment "A subclass of the MagneticField Class, field. magnetic field for Hall effect."@en ; rdfs:label "field"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#ElectricField msc:ElectricField rdf:type owl:Class ; rdfs:subClassOf msc:PhysicalDescriptor ; rdfs:comment "A subclass of the PhysicalDescriptor Class, ElectricField E"@en ; rdfs:label "ElectricField"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#Current msc:Current rdf:type owl:Class ; rdfs:subClassOf msc:ElectricField ; rdfs:comment "A subclass of the ElectricField Class, Current J"@en ; rdfs:label "Current"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#Struture msc:Struture rdf:type owl:Class ; rdfs:subClassOf obo:IAO_0000030 ; rdfs:comment "Struture refers to the internal structure of a substance, identified based on its chemical structure, etc."@en ; rdfs:label "Struture"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#InternalStructure msc:InternalStructure rdf:type owl:Class ; rdfs:subClassOf msc:Struture ; rdfs:comment "A subclass of the Struture Class, InternalStructure"@en ; rdfs:label "InternalStructure"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#SuperConData #msc:SuperConData rdf:type owl:Class ; # rdfs:subClassOf obo:IAO_0000030 ; # rdfs:comment "SuperConData refers to data items regarding SuperCon."@en ; # rdfs:label "SuperConData"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#SampleData #msc:SampleData rdf:type owl:Class ; # rdfs:subClassOf msc:SuperConData ; # rdfs:comment "A subclass of the SuperConData Class, SampleData"@en ; # rdfs:label "SampleData"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#MeasurementMethod msc:MeasurementMethod rdf:type owl:Class ; rdfs:subClassOf obo:IAO_0000104 ; rdfs:comment "MeasurementMethod refers to a measurement method as a plan specification."@en ; rdfs:label "MeasurementMethod"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#analm msc:analm rdf:type owl:Class ; rdfs:subClassOf msc:MeasurementMethod ; rdfs:comment "A subclass of the MeasurementMethod Class, analm. method of analysis for structure"@en ; rdfs:label "analm"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#analm_01 msc:analm_01 rdf:type owl:Class ; rdfs:subClassOf msc:analm ; rdfs:comment "A subclass of the analm Class, analm_01"@en ; skos:exactMatch obo:CHMO_0000159 ; rdfs:label "X-ray crystallography"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#analm_02 msc:analm_02 rdf:type owl:Class ; rdfs:subClassOf msc:analm ; rdfs:comment "A subclass of the analm Class, analm_02"@en ; rdfs:label "Neutron crystallography"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#analm_03 msc:analm_03 rdf:type owl:Class ; rdfs:subClassOf msc:analm ; rdfs:comment "A subclass of the analm Class, analm_03"@en ; skos:exactMatch obo:CHMO_0000158 ; rdfs:label "Powder x-ray diffraction"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#analm_04 msc:analm_04 rdf:type owl:Class ; rdfs:subClassOf msc:analm ; rdfs:comment "A subclass of the analm Class, analm_04"@en ; skos:exactMatch obo:CHMO_0000699 ; rdfs:label "Powder neutron diffraction"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#analm_05 msc:analm_05 rdf:type owl:Class ; rdfs:subClassOf msc:analm ; rdfs:comment "A subclass of the analm Class, analm_05"@en ; skos:exactMatch obo:CHMO_0000142 ; rdfs:label "Electron diffraction"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#analm_07 msc:analm_07 rdf:type owl:Class ; rdfs:subClassOf msc:analm ; rdfs:comment "A subclass of the analm Class, analm_07"@en ; rdfs:label "Unknown analm 7"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#tcmeth msc:tcmeth rdf:type owl:Class ; rdfs:subClassOf msc:MeasurementMethod ; rdfs:comment "A subclass of the MeasurementMethod Class, tcmeth. tc measurement method"@en ; rdfs:label "tcmeth"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#mhc1 msc:mhc1 rdf:type owl:Class ; rdfs:subClassOf msc:MeasurementMethod ; rdfs:comment "A subclass of the MeasurementMethod Class, mhc1. method of Hc1 derivation"@en ; rdfs:label "mhc1"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#mhc2 msc:mhc2 rdf:type owl:Class ; rdfs:subClassOf msc:MeasurementMethod ; rdfs:comment "A subclass of the MeasurementMethod Class, mhc2. method of Hc2 derivation"@en ; rdfs:label "mhc2"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#mdhc2dt msc:mdhc2dt rdf:type owl:Class ; rdfs:subClassOf msc:MeasurementMethod ; rdfs:comment "A subclass of the MeasurementMethod Class, mdhc2dt. method of dHc2/dT derivation"@en ; rdfs:label "mdhc2dt"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#mhirr msc:mhirr rdf:type owl:Class ; rdfs:subClassOf msc:MeasurementMethod ; rdfs:comment "A subclass of the MeasurementMethod Class, mhirr. difinition or method for Hirr"@en ; rdfs:label "mhirr"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#mcohere msc:mcohere rdf:type owl:Class ; rdfs:subClassOf msc:MeasurementMethod ; rdfs:comment "A subclass of the MeasurementMethod Class, mcohere. method of COHERE derivation"@en ; rdfs:label "mcohere"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#mpenet msc:mpenet rdf:type owl:Class ; rdfs:subClassOf msc:MeasurementMethod ; rdfs:comment "A subclass of the MeasurementMethod Class, mpenet. method of PENET derivation"@en ; rdfs:label "mpenet"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#gapmeth msc:gapmeth rdf:type owl:Class ; rdfs:subClassOf msc:MeasurementMethod ; rdfs:comment "A subclass of the MeasurementMethod Class, gapmeth. method of measuring energy gap"@en ; rdfs:label "gapmeth"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#mdebye msc:mdebye rdf:type owl:Class ; rdfs:subClassOf msc:MeasurementMethod ; rdfs:comment "A subclass of the MeasurementMethod Class, mdebye. method for derivation of Debye temperature"@en ; rdfs:label "mdebye"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#PreparationMethod msc:PreparationMethod rdf:type owl:Class ; rdfs:subClassOf obo:IAO_0000104 ; rdfs:comment "PreparationMethod refers to a preparation method as a plan specification."@en ; rdfs:label "PreparationMethod"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#method msc:method rdf:type owl:Class ; rdfs:subClassOf msc:PreparationMethod ; rdfs:comment "A subclass of the PreparationMethod Class, method. preparation method"@en ; rdfs:label "method"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#f_prep msc:f_prep rdf:type owl:Class ; rdfs:subClassOf msc:PreparationMethod ; rdfs:comment "A subclass of the PreparationMethod Class, f_prep. preparation method for film"@en ; rdfs:label "f_prep"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#FigureNumber msc:FigureNumber rdf:type owl:Class ; rdfs:subClassOf obo:IAO_0000300 ; # owl:disjointWith msc:Property ; rdfs:comment "FigureNumber refers to the figure numbers contained in SuperCon."@en ; rdfs:label "FigureNumber"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#svfig msc:svfig rdf:type owl:Class ; rdfs:subClassOf msc:FigureNumber ; rdfs:comment "A subclass of the FigureNumber Class, svfig. figure number for SV(T)"@en ; rdfs:label "svfig"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#model msc:model rdf:type owl:Class ; rdfs:subClassOf msc:FigureNumber ; rdfs:comment "A subclass of the FigureNumber Class, model. figure number of structure model"@en ; rdfs:label "model"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#tcfig msc:tcfig rdf:type owl:Class ; rdfs:subClassOf msc:FigureNumber ; rdfs:comment "A subclass of the FigureNumber Class, tcfig. figure number for Tc(p, x, etc)"@en ; rdfs:label "tcfig"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#hirfig msc:hirfig rdf:type owl:Class ; rdfs:subClassOf msc:FigureNumber ; rdfs:comment "A subclass of the FigureNumber Class, hirfig. figure number for Hirr(T), irreversibility field"@en ; rdfs:label "hirfig"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#figjc msc:figjc rdf:type owl:Class ; rdfs:subClassOf msc:FigureNumber ; rdfs:comment "A subclass of the FigureNumber Class, figjc. figure number for Jc(T,H)"@en ; rdfs:label "figjc"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#spheat msc:spheat rdf:type owl:Class ; rdfs:subClassOf msc:FigureNumber ; rdfs:comment "A subclass of the FigureNumber Class, spheat. graph number of specific heat"@en ; rdfs:label "spheat"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#thcfig msc:thcfig rdf:type owl:Class ; rdfs:subClassOf msc:FigureNumber ; rdfs:comment "A subclass of the FigureNumber Class, thcfig. graph number for thermal conductivity"@en ; rdfs:label "thcfig"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#tpfig msc:tpfig rdf:type owl:Class ; rdfs:subClassOf msc:FigureNumber ; rdfs:comment "A subclass of the FigureNumber Class, tpfig. graph number for thermopower"@en ; rdfs:label "tpfig"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#hallfig msc:hallfig rdf:type owl:Class ; rdfs:subClassOf msc:FigureNumber ; rdfs:comment "A subclass of the FigureNumber Class, hallfig. graph number for Hall coefficient"@en ; rdfs:label "hallfig"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#institute msc:institute rdf:type owl:Class ; rdfs:subClassOf obo:IAO_0000303 ; rdfs:comment "institute refers to the institution where the study was conducted."@en ; rdfs:label "institute"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#Measurement msc:Measurement rdf:type owl:Class ; rdfs:subClassOf obo:OBI_0000011 ; rdfs:comment "Measurement refers to measurement as a planned process."@en ; rdfs:label "Measurement"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#CrystallographicMeasurement msc:CrystallographicMeasurement rdf:type owl:Class ; rdfs:subClassOf msc:Measurement ; rdfs:comment "A subclass of the Measurement Class, CrystallographicMeasurement"@en ; rdfs:label "CrystallographicMeasurement"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#SampleProcess msc:SampleProcess rdf:type owl:Class ; rdfs:subClassOf obo:OBI_0000011 ; rdfs:comment "SampleProcess refers to Processes for samples dealt with in SuperCon."@en ; rdfs:label "SampleProcess"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#SamplePreparation msc:SamplePreparation rdf:type owl:Class ; rdfs:subClassOf msc:SampleProcess ; rdfs:comment "A subclass of the SampleProcess Class, SamplePreparation."@en ; rdfs:label "SamplePreparation"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#SamplePreparationForFilm msc:PreparationForFilm rdf:type owl:Class ; rdfs:subClassOf msc:SampleProcess ; rdfs:comment "A subclass of the SampleProcess Class, PreparationForFilm. Preparation for film"@en ; rdfs:label "PreparationForFilm"@en . ################################################################# # Individuals ################################################################# ########## # Instance of 30_shape ##########

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#shape_01 msc:shape_01 rdf:type owl:NamedIndividual , msc:shape ; rdfs:comment "An instance of the shape Class, shape_01"@en ; rdfs:label "single phase (bulk)"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#shape_02 msc:shape_02 rdf:type owl:NamedIndividual , msc:shape ; rdfs:comment "An instance of the shape Class, shape_02"@en ; rdfs:label "multi phase (bulk)"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#shape_03 msc:shape_03 rdf:type owl:NamedIndividual , msc:shape ; rdfs:comment "An instance of the shape Class, shape_03"@en ; rdfs:label "single crystal (bulk)"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#shape_04 msc:shape_04 rdf:type owl:NamedIndividual , msc:shape ; rdfs:comment "An instance of the shape Class, shape_04"@en ; rdfs:label "film"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#shape_05 msc:shape_05 rdf:type owl:NamedIndividual , msc:shape ; rdfs:comment "An instance of the shape Class, shape_05"@en ; rdfs:label "film (single)"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#shape_06 msc:shape_06 rdf:type owl:NamedIndividual , msc:shape ; rdfs:comment "An instance of the shape Class, shape_06"@en ; rdfs:label "unknown shape 6"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#shape_08 msc:shape_08 rdf:type owl:NamedIndividual , msc:shape ; rdfs:comment "An instance of the shape Class, shape_08"@en ; rdfs:label "unknown shape 8"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#shape_09 msc:shape_09 rdf:type owl:NamedIndividual , msc:shape ; rdfs:comment "An instance of the shape Class, shape_09"@en ; rdfs:label "unknown shape 9"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#shape_12 msc:shape_12 rdf:type owl:NamedIndividual , msc:shape ; rdfs:comment "An instance of the shape Class, shape_12"@en ; rdfs:label "unknown shape 12"@en . ########## # Instance of 66_str1_crystal structure, symmetry ##########

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#str1_01 msc:str1_01 rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#str1_02 msc:str1_02 rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#str1_03 msc:str1_03 rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#str1_04 msc:str1_04 rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#str1_05 msc:str1_05 rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#str1_06 msc:str1_06 rdf:type owl:NamedIndividual .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#str1_07 msc:str1_07 rdf:type owl:NamedIndividual . ########## # Instance of 187_method_preparation method and 189-f_prep-preparation method for film ##########

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#method_01 msc:method_01 rdf:type owl:NamedIndividual , msc:method , msc:f_prep ; rdfs:comment "An instance of the method and f_prep Classes, method_01"@en ; rdfs:label "powder sintering method"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#method_02 msc:method_02 rdf:type owl:NamedIndividual , msc:method , msc:f_prep ; rdfs:comment "An instance of the method and f_prep Classes, method_02"@en ; rdfs:label "doctor blade method"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#method_03 msc:method_03 rdf:type owl:NamedIndividual , msc:method , msc:f_prep ; rdfs:comment "An instance of the method and f_prep Classes, method_03"@en ; rdfs:label "screen printing metod"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#method_04 msc:method_04 rdf:type owl:NamedIndividual , msc:method , msc:f_prep ; rdfs:comment "An instance of the method and f_prep Classes, method_04"@en ; rdfs:label "extrusion method"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#method_05 msc:method_05 rdf:type owl:NamedIndividual , msc:method , msc:f_prep ; rdfs:comment "An instance of the method and f_prep Classes, method_05"@en ; rdfs:label "flux method"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#method_06 msc:method_06 rdf:type owl:NamedIndividual , msc:method , msc:f_prep ; rdfs:comment "An instance of the method and f_prep Classes, method_06"@en ; rdfs:label "Top Seeded Solution Growth method"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#method_07 msc:method_07 rdf:type owl:NamedIndividual , msc:method , msc:f_prep ; rdfs:comment "An instance of the method and f_prep Classes, method_07"@en ; rdfs:label "floating zone method"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#method_08 msc:method_08 rdf:type owl:NamedIndividual , msc:method , msc:f_prep ; rdfs:comment "An instance of the method and f_prep Classes, method_08"@en ; rdfs:label "Liquid Phase Epitaxy"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#method_09 msc:method_09 rdf:type owl:NamedIndividual , msc:method , msc:f_prep ; rdfs:comment "An instance of the method and f_prep Classes, method_09"@en ; rdfs:label "melt-quench method"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#method_10 msc:method_10 rdf:type owl:NamedIndividual , msc:method , msc:f_prep ; rdfs:comment "An instance of the method and f_prep Classes, method_10"@en ; rdfs:label "Bridgeman"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#method_11 msc:method_11 rdf:type owl:NamedIndividual , msc:method , msc:f_prep ; rdfs:comment "An instance of the method and f_prep Classes, method_11"@en ; rdfs:label "sol-gel method"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#method_12 msc:method_12 rdf:type owl:NamedIndividual , msc:method , msc:f_prep ; rdfs:comment "An instance of the method and f_prep Classes, method_12"@en ; rdfs:label "organic acid base method"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#method_13 msc:method_13 rdf:type owl:NamedIndividual , msc:method , msc:f_prep ; rdfs:comment "An instance of the method and f_prep Classes, method_13"@en ; rdfs:label "suspension method"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#method_14 msc:method_14 rdf:type owl:NamedIndividual , msc:method , msc:f_prep ; rdfs:comment "An instance of the method and f_prep Classes, method_14"@en ; rdfs:label "spray coating method"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#method_15 msc:method_15 rdf:type owl:NamedIndividual , msc:method , msc:f_prep ; rdfs:comment "An instance of the method and f_prep Classes, method_15"@en ; rdfs:label "plasma spray method"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#method_16 msc:method_16 rdf:type owl:NamedIndividual , msc:method , msc:f_prep ; rdfs:comment "An instance of the method and f_prep Classes, method_16"@en ; rdfs:label "sputter deposition"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#method_17 msc:method_17 rdf:type owl:NamedIndividual , msc:method , msc:f_prep ; rdfs:comment "An instance of the method and f_prep Classes, method_17"@en ; rdfs:label "vacuum deposition"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#method_18 msc:method_18 rdf:type owl:NamedIndividual , msc:method , msc:f_prep ; rdfs:comment "An instance of the method and f_prep Classes, method_18"@en ; rdfs:label "CVD method"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#method_19 msc:method_19 rdf:type owl:NamedIndividual , msc:method , msc:f_prep ; rdfs:comment "An instance of the method and f_prep Classes, method_19"@en ; rdfs:label "Metal-Organic Chemical Vapor Deposition"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#method_20 msc:method_20 rdf:type owl:NamedIndividual , msc:method , msc:f_prep ; rdfs:comment "An instance of the method and f_prep Classes, method_20"@en ; rdfs:label "Vapor Growth method "@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#method_21 msc:method_21 rdf:type owl:NamedIndividual , msc:method , msc:f_prep ; rdfs:comment "An instance of the method and f_prep Classes, method_21"@en ; rdfs:label "Molecular Beam Epitaxy method"@en . ########## # Instance of 94-tcmeth-tc measurement method ##########

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#tcmeth_01 msc:tcmeth_01 rdf:type owl:NamedIndividual , msc:tcmeth ; rdfs:comment "An instance of the tcmeth Classes, tcmeth_01"@en ; rdfs:label "magnetization"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#tcmeth_02 msc:tcmeth_02 rdf:type owl:NamedIndividual , msc:tcmeth ; rdfs:comment "An instance of the tcmeth Classes, tcmeth_02"@en ; rdfs:label "ac susceptibility"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#tcmeth_03 msc:tcmeth_03 rdf:type owl:NamedIndividual , msc:tcmeth ; rdfs:comment "An instance of the tcmeth Classes, tcmeth_03"@en ; rdfs:label "resistivity"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#tcmeth_04 msc:tcmeth_04 rdf:type owl:NamedIndividual , msc:tcmeth ; rdfs:comment "An instance of the tcmeth Classes, tcmeth_04"@en ; rdfs:label "heat capacity"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#tcmeth_05 msc:tcmeth_05 rdf:type owl:NamedIndividual , msc:tcmeth ; rdfs:comment "An instance of the tcmeth Classes, tcmeth_05"@en ; rdfs:label "tunneling"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#tcmeth_06 msc:tcmeth_06 rdf:type owl:NamedIndividual , msc:tcmeth ; rdfs:comment "An instance of the tcmeth Classes, tcmeth_06"@en ; rdfs:label "infrared spectroscopy"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#tcmeth_07 msc:tcmeth_07 rdf:type owl:NamedIndividual , msc:tcmeth ; rdfs:comment "An instance of the tcmeth Classes, tcmeth_07"@en ; rdfs:label "thermal conductivity"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#tcmeth_08 msc:tcmeth_08 rdf:type owl:NamedIndividual , msc:tcmeth ; rdfs:comment "An instance of the tcmeth Classes, tcmeth_08"@en ; rdfs:label "Raman spectroscopy "@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#tcmeth_09 msc:tcmeth_09 rdf:type owl:NamedIndividual , msc:tcmeth ; rdfs:comment "An instance of the tcmeth Classes, tcmeth_09"@en ; rdfs:label "nuclear magnetic resonance"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#tcmeth_10 msc:tcmeth_10 rdf:type owl:NamedIndividual , msc:tcmeth ; rdfs:comment "An instance of the tcmeth Classes, tcmeth_10"@en ; rdfs:label "surface impedance"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#tcmeth_11 msc:tcmeth_11 rdf:type owl:NamedIndividual , msc:tcmeth ; rdfs:comment "An instance of the tcmeth Classes, tcmeth_11"@en ; rdfs:label "neutron diffraction"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#tcmeth_12 msc:tcmeth_12 rdf:type owl:NamedIndividual , msc:tcmeth ; rdfs:comment "An instance of the tcmeth Classes, tcmeth_12"@en ; rdfs:label "photoemission spectroscopy"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#tcmeth_13 msc:tcmeth_13 rdf:type owl:NamedIndividual , msc:tcmeth ; rdfs:comment "An instance of the tcmeth Classes, tcmeth_13"@en ; rdfs:label "microwave transmission"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#tcmeth_14 msc:tcmeth_14 rdf:type owl:NamedIndividual , msc:tcmeth ; rdfs:comment "An instance of the tcmeth Classes, tcmeth_14"@en ; rdfs:label "Others"@en . ########## # Instance of 141-gapmeth-method of measuring energy gap ##########

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#gapmeth_01 msc:gapmeth_01 rdf:type owl:NamedIndividual , msc:gapmeth ; rdfs:comment "An instance of the gapmeth Class, gapmeth_01"@en ; rdfs:label "tunneling"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#gapmeth_02 msc:gapmeth_02 rdf:type owl:NamedIndividual , msc:gapmeth ; rdfs:comment "An instance of the gapmeth Class, gapmeth_02"@en ; rdfs:label "infrared spectroscopy"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#gapmeth_03 msc:gapmeth_03 rdf:type owl:NamedIndividual , msc:gapmeth ; rdfs:comment "An instance of the gapmeth Class, gapmeth_03"@en ; rdfs:label "thermal conductivity"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#gapmeth_04 msc:gapmeth_04 rdf:type owl:NamedIndividual , msc:gapmeth ; rdfs:comment "An instance of the gapmeth Class, gapmeth_04"@en ; rdfs:label "Raman spectroscopy "@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#gapmeth_05 msc:gapmeth_05 rdf:type owl:NamedIndividual , msc:gapmeth ; rdfs:comment "An instance of the gapmeth Class, gapmeth_05"@en ; rdfs:label "AC susceptibility"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#gapmeth_06 msc:gapmeth_06 rdf:type owl:NamedIndividual , msc:gapmeth ; rdfs:comment "An instance of the gapmeth Class, gapmeth_06"@en ; rdfs:label "nuclear magnetic resonance"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#gapmeth_07 msc:gapmeth_07 rdf:type owl:NamedIndividual , msc:gapmeth ; rdfs:comment "An instance of the gapmeth Class, gapmeth_07"@en ; rdfs:label "surface impedance"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#gapmeth_08 msc:gapmeth_08 rdf:type owl:NamedIndividual , msc:gapmeth ; rdfs:comment "An instance of the gapmeth Class, gapmeth_08"@en ; rdfs:label "neutron diffraction"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#gapmeth_09 msc:gapmeth_09 rdf:type owl:NamedIndividual , msc:gapmeth ; rdfs:comment "An instance of the gapmeth Class, gapmeth_09"@en ; rdfs:label "ultraviolet photoemission spectroscopy"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#gapmeth_10 msc:gapmeth_10 rdf:type owl:NamedIndividual , msc:gapmeth ; rdfs:comment "An instance of the gapmeth Class, gapmeth_10"@en ; rdfs:label "microwave transmission"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#gapmeth_11 msc:gapmeth_11 rdf:type owl:NamedIndividual , msc:gapmeth ; rdfs:comment "An instance of the gapmeth Class, gapmeth_11"@en ; rdfs:label "unknown gapmeth 11"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#gapmeth_12 msc:gapmeth_12 rdf:type owl:NamedIndividual , msc:gapmeth ; rdfs:comment "An instance of the gapmeth Class, gapmeth_12"@en ; rdfs:label "unknown gapmeth 12"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#gapmeth_13 msc:gapmeth_13 rdf:type owl:NamedIndividual , msc:gapmeth ; rdfs:comment "An instance of the gapmeth Class, gapmeth_13"@en ; rdfs:label "unknown gapmeth 13"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#gapmeth_14 msc:gapmeth_14 rdf:type owl:NamedIndividual , msc:gapmeth ; rdfs:comment "An instance of the gapmeth Class, gapmeth_14"@en ; rdfs:label "unknown gapmeth 14"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#gapmeth_15 msc:gapmeth_15 rdf:type owl:NamedIndividual , msc:gapmeth ; rdfs:comment "An instance of the gapmeth Class, gapmeth_15"@en ; rdfs:label "unknown gapmeth 15"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#gapmeth_16 msc:gapmeth_16 rdf:type owl:NamedIndividual , msc:gapmeth ; rdfs:comment "An instance of the gapmeth Class, gapmeth_16"@en ; rdfs:label "unknown gapmeth 16"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#gapmeth_17 msc:gapmeth_17 rdf:type owl:NamedIndividual , msc:gapmeth ; rdfs:comment "An instance of the gapmeth Class, gapmeth_17"@en ; rdfs:label "unknown gapmeth 17"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#h_0 msc:h_0 rdf:type owl:NamedIndividual , msc:MagneticField ; rdfs:comment "An instance of the MagneticField Class, h_0. h_0 indicates a zero magnetic field."@en ; rdfs:label "h_0"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#pres_0 msc:pres_0 rdf:type owl:NamedIndividual , msc:Pressure ; rdfs:comment "An instance of the Pressure Class, pres_0. pres_0 indicates a non-pressurized state."@en ; rdfs:label "pres_0"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#temp_300 msc:temp_300 rdf:type owl:NamedIndividual , msc:Temperature ; rdfs:comment "An instance of the Temperature Class, temp_300. temp_300 indicates room temperature, roughly 300 K."@en ; rdfs:label "temp_300"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#temp_77 msc:temp_77 rdf:type owl:NamedIndividual , msc:Temperature ; rdfs:comment "An instance of the Temperature Class, temp_77. temp_77 refers to the liquid nitrogen temperature, roughly 77 K."@en ; rdfs:label "temp_77"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#temp_He msc:temp_He rdf:type owl:NamedIndividual , msc:Temperature ; rdfs:comment "An instance of the Temperature Class, temp_He. temp_He indicates the liquid helium temperature, roughly 4.2 K."@en ; rdfs:label "temp_He"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#temp_0 msc:temp_0 rdf:type owl:NamedIndividual , msc:Temperature ; rdfs:comment "An instance of the Temperature Class, temp_0. temp_0 indicates a virtual temperature of 0 K, known as absolute zero."@en ; rdfs:label "temp_0"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#temp_Tc msc:temp_Tc rdf:type owl:NamedIndividual , msc:Temperature ; rdfs:comment "An instance of the Temperature Class, temp_Tc. temp_Tc indicates the critical temperature at which the superconducting properties are observed."@en ; rdfs:label "temp_0"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#ab_plane msc:ab_plane rdf:type owl:NamedIndividual , msc:CrystalOrientation ; rdfs:comment "An instance of the CrystalOrientation Class, ab_plane. ab-plane of a crystal."@en ; rdfs:label "ab_plane"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#c_axis msc:c_axis rdf:type owl:NamedIndividual , msc:CrystalOrientation ; rdfs:comment "An instance of the CrystalOrientation Class, c_axis. c-axis of the crystal"@en ; rdfs:label "c_axis"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#tr0 msc:tr0 rdf:type owl:NamedIndividual , msc:Temperature ; rdfs:comment "An instance of the Temperature Class, tr0. Critical temperature for t1"@en ; rdfs:label "tr0"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#tmid msc:tmid rdf:type owl:NamedIndividual , msc:Temperature ; rdfs:comment "An instance of the Temperature Class, tmid. Critical temperature for t2"@en ; rdfs:label "tmid"@en .

### http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#tr100 msc:tr100 rdf:type owl:NamedIndividual , msc:Temperature ; rdfs:comment "An instance of the Temperature Class, tr100. Critical temperature for t3"@en ; rdfs:label "tr100"@en . ################################################################# # Annotations ################################################################# msc:str1_01 rdfs:label "cubic"@en ; rdfs:comment "one of the str1, str1_01. cubic"@en . msc:str1_02 rdfs:label "tetragonal"@en ; rdfs:comment "one of the str1, str1_02. tetragonal"@en . msc:str1_03 rdfs:label "orthorhombic"@en ; rdfs:comment "one of the str1, str1_03. orthorhombic"@en . msc:str1_04 rdfs:label "monoclinic"@en ; rdfs:comment "one of the str1, str1_04. monoclinic"@en . msc:str1_05 rdfs:label "triclinic"@en ; rdfs:comment "one of the str1, str1_05. triclinic"@en . msc:str1_06 rdfs:label "trigonal"@en ; rdfs:comment "one of the str1, str1_06. trigonal (rhombohedral)"@en . msc:str1_07 rdfs:label "hexagonal"@en ; rdfs:comment "one of the str1, str1_07. hexagonal"@en . ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi