owl:Ontology
dct:creator
Hans Cools, MD, knowledge engineer, ontologist, software developer, University of Basel, Switzerland
dct:description
Formal description of terminology and code systems and their datatypes, as link between system data and OWL-ontologies and RDF-data.
dct:license
skos:note
Other datatypes are declared in a respective domain ontology, e.g. calendar:julianDate, languages:iso639-2, and text:characterSize.
dct:publisher
Universities of Basel, Bern, and Zürich, Switzerland
dct:title
An ontology about terminology and code systems
owl:versionInfo
2020-06-11

Classes

terminology-code-systems:gnd
a
rdfs:Class,
rdfs:comment
Datatype to type a GND-number numeral.
rdfs:isDefinedBy
rdfs:label
GND-Datentyp (de)
GND-datatype (en)
terminology-code-systems:gndSystem
a
rdfs:Class,
concept:codingSystemHasDatatype
rdfs:comment
The Integrated Authority File (in German Gemeinsame Normdatei, GND) is an authority file for persons, corporate bodies, conferences and events, geographic information, topics and works.
rdfs:isDefinedBy
rdfs:label
GND-system (en)
GND-System (de)
rdfs:seeAlso
terminology-code-systems:hexadecimalColorCodingSystem
a
rdfs:Class,
concept:codingSystemHasDatatype
rdfs:comment
Color coding system to represent a color with a hex triplet or six-digit, three-byte hexadecimal number. The bytes represent the red, green and blue components of the color. Used in HTML, CSS, SVG, and other computing applications.
rdfs:isDefinedBy
rdfs:label
hexadecimal color coding system (en)
hexadezimales Farbcodesystem (de)
rdfs:seeAlso
terminology-code-systems:oai
a
rdfs:Class,
rdfs:comment
Datatype to type an OAI-identifier literal.
rdfs:isDefinedBy
rdfs:label
OAI-Datentyp (de)
OAI-datatype (en)

Instances

terminology-code-systems:hexadecimalColor
a
rdfs:Datatype,
rdfs:comment
Datatype to type a literal representing a hexadecimal color code.
rdfs:isDefinedBy
rdfs:label
hexadecimal color datatype (en)
hexadezimaler Farbdatentyp (de)

Properties

terminology-code-systems:hasGNDNumber
a
owl:ObjectProperty
rdfs:comment
Relating something to its GND-identifier.
rdfs:domain
rdfs:isDefinedBy
rdfs:label
hat GND-Identifikator (de)
has GND-number (en)
skos:note
example:personX terminology-code-systems:hasGNDNumber [concept:identifierCodeHasSystem terminology-code-systems:gndSystem; concept:identifierCodeHasValue "118679325"^^terminology-code-systems:gnd].
rdfs:range
rdfs:subPropertyOf
terminology-code-systems:hasHexadecimalColorCodeValue
a
owl:DatatypeProperty
rdfs:comment
Relating something to a hexadecimal color code value.
rdfs:domain
rdfs:isDefinedBy
rdfs:label
hat hexadezimalen Farbcodewert (de)
has hexadecimal color code value (en)
skos:note
example:page1 terminology-code-systems:hasHexadecimalColorCodeValue "000000"^^terminology-code-systems:hexadecimalColor.
rdfs:range
rdfs:subPropertyOf