@prefix dct: . @prefix owl: . @prefix pav: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @base . [ rdf:type owl:Ontology ] . ################################################################# # # Annotation properties # ################################################################# ### http://purl.org/dc/terms/description dct:description rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/title dct:title rdf:type owl:AnnotationProperty . ################################################################# # # Classes # ################################################################# ### http://purl.org/dc/terms/LicenseDocument dct:LicenseDocument rdf:type owl:Class . ################################################################# # # Individuals # ################################################################# ### http://purl.allotrope.org/voc/iupac-license rdf:type owl:NamedIndividual , dct:LicenseDocument ; dct:description """ Copyright Notice and License Terms for IUPAC terms Copyright © 2019 International Union of Pure Applied Chemistry Reproduced by permission of International Union of Pure and Applied Chemistry """ ; dct:title "Copyright Notice and License Terms for IUPAC terms" . ### Generated by the OWL API (version 4.1.3) https://github.com/owlcs/owlapi