@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix msc: <http://dice.nims.go.jp/ontology/SuperCon-ont/Schema#> .
@prefix msc-cmp: <http://dice.nims.go.jp/ontology/SuperCon-ont/supercon-rdf/cmp#> .
@prefix msc-elm: <http://dice.nims.go.jp/ontology/SuperCon-ont/supercon-rdf/elm#> .
@prefix msc-prc: <http://dice.nims.go.jp/ontology/SuperCon-ont/supercon-rdf/prc#> .
@prefix msc-prop: <http://dice.nims.go.jp/ontology/SuperCon-ont/supercon-rdf/prop#> .
@prefix msc-ref: <http://dice.nims.go.jp/ontology/SuperCon-ont/supercon-rdf/ref#> .
@prefix msc-smp: <http://dice.nims.go.jp/ontology/SuperCon-ont/supercon-rdf/smp#> .
@prefix msc-str: <http://dice.nims.go.jp/ontology/SuperCon-ont/supercon-rdf/str#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix prism: <http://prismstandard.org/namespaces/basic/2.0/> .
@prefix sio: <http://semanticscience.org/resource/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://dice.nims.go.jp/ontology/SuperCon-ont/supercon-rdf/cmp#>  rdf:type owl:Ontology ;
  dcterms:creator "Masashi Ishii and Koichi Sakamoto"^^xsd:string ;
  dcterms:description "The MSC SuperCon Datasheet Namespace that provides the vocabulary needed to describe superconductivity data in RDF."@en ;
  dcterms:license "Creative Commons Attribution 4.0 International"@en ;
  dcterms:title "A SuperCon RDF Namespace, cmp"@en ;
  rdfs:comment "A SuperCon RDF Namespace, cmp"@en ;
  rdfs:label "SuperCon-RDF_cmp"@en ;
  owl:versionInfo "0.1"^^xsd:string .