@prefix : . @prefix owl: . @prefix dcterms: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix sopropcat: . @prefix sopropo: . @prefix soprop: . @prefix sopropq: . @prefix rdfs: . @base . rdf:type owl:Ontology ; owl:imports , , ; rdfs:label "SWEET Ontology Property Categorical" ; dcterms:license ; owl:versionInfo "3.6.0" . ################################################################# # Classes ################################################################# ### http://sweetontology.net/propCategorical/CategoricalProperty sopropcat:CategoricalProperty rdf:type owl:Class ; rdfs:subClassOf soprop:Property ; owl:disjointWith sopropo:OrdinalProperty , sopropq:Quantity ; rdfs:label "categorical property"@en . ### http://sweetontology.net/propCategorical/Category sopropcat:Category rdf:type owl:Class ; owl:equivalentClass sopropcat:Classification ; rdfs:subClassOf sopropcat:CategoricalProperty ; rdfs:label "category"@en . ### http://sweetontology.net/propCategorical/Characteristics sopropcat:Characteristics rdf:type owl:Class ; owl:equivalentClass sopropcat:Description ; rdfs:subClassOf sopropcat:CategoricalProperty ; rdfs:label "characteristics"@en . ### http://sweetontology.net/propCategorical/Classification sopropcat:Classification rdf:type owl:Class ; rdfs:label "classification"@en . ### http://sweetontology.net/propCategorical/Community sopropcat:Community rdf:type owl:Class ; rdfs:subClassOf sopropcat:Group ; rdfs:label "community"@en . ### http://sweetontology.net/propCategorical/Description sopropcat:Description rdf:type owl:Class ; rdfs:label "description"@en . ### http://sweetontology.net/propCategorical/Group sopropcat:Group rdf:type owl:Class ; rdfs:subClassOf sopropcat:CategoricalProperty ; rdfs:label "group"@en . ### http://sweetontology.net/propCategorical/Industry sopropcat:Industry rdf:type owl:Class ; rdfs:subClassOf sopropcat:CategoricalProperty ; rdfs:label "industry"@en . ### http://sweetontology.net/propCategorical/Name sopropcat:Name rdf:type owl:Class ; rdfs:subClassOf sopropcat:CategoricalProperty ; rdfs:label "name"@en . ### http://sweetontology.net/propCategorical/SIC sopropcat:SIC rdf:type owl:Class ; owl:equivalentClass sopropcat:StandardIndustrialClassification ; rdfs:label "sic"@en . ### http://sweetontology.net/propCategorical/StandardIndustrialClassification sopropcat:StandardIndustrialClassification rdf:type owl:Class ; rdfs:subClassOf sopropcat:Industry ; rdfs:label "standard industrial classification"@en . ### http://sweetontology.net/propCategorical/Type sopropcat:Type rdf:type owl:Class ; rdfs:subClassOf sopropcat:CategoricalProperty ; rdfs:label "type"@en . ### http://sweetontology.net/propOrdinal/OrdinalProperty sopropo:OrdinalProperty rdf:type owl:Class . ### http://sweetontology.net/propQuantity/Quantity sopropq:Quantity rdf:type owl:Class . ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi