<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY todo "http://example.org/todo#" >
]>
xml:base="http://purl.net/dol/1.0/standardization"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:dct="http://purl.org/dc/terms/"
xmlns:todo="http://example.org/todo#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace">
<owl:versionInfo>1.0</owl:versionInfo>
<rdfs:comment>Standardization ontology for the OntoIOp registry</rdfs:comment>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<owl:AnnotationProperty rdf:about="&dct;creator"/>
<owl:AnnotationProperty rdf:about="&dct;source"/>
<rdfs:comment>standardization status of a feature of an ontology language</rdfs:comment>
</owl:AnnotationProperty>
<owl:AnnotationProperty rdf:about="&dct;date"/>
<owl:AnnotationProperty rdf:about="&todo;question"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Datatypes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.net/dol/1.0/standardization#StandardizationStatus -->
<rdfs:comment>the status of the standardization of something</rdfs:comment>
</owl:Class>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Individuals
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.net/dol/1.0/standardization#AcademicLiterature -->
</owl:NamedIndividual>
<!-- http://purl.net/dol/1.0/standardization#ISOStandard -->
<rdfs:label>ISO Standard</rdfs:label>
</owl:NamedIndividual>
<!-- http://purl.net/dol/1.0/standardization#Unofficial -->
</owl:NamedIndividual>
<!-- http://purl.net/dol/1.0/standardization#W3CRecommendation -->
<rdfs:label>W3C Recommendation</rdfs:label>
</owl:NamedIndividual>
<!-- http://purl.net/dol/1.0/standardization#W3CWorkingGroupNote -->
<rdfs:label>W3C Working Group Note</rdfs:label>
</owl:NamedIndividual>
</rdf:RDF>
<!-- Generated by the OWL API (version 3.2.3.1824) http://owlapi.sourceforge.net -->