<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY todo "http://example.org/todo#" >
<!ENTITY dct "http://purl.org/dc/terms/" >
<!ENTITY owl "http://www.w3.org/2002/07/owl#" >
<!ENTITY dc "http://purl.org/dc/elements/1.1/" >
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
<!ENTITY xml "http://www.w3.org/XML/1998/namespace" >
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema-datatypes#" >
]>
<rdf:RDF xmlns="http://purl.net/dol/1.0/standardization#"
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:Ontology rdf:about="http://purl.net/dol/1.0/standardization#">
<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"/>
<owl:AnnotationProperty rdf:about="http://purl.net/dol/1.0/standardization#standardizationStatus">
<rdfs:comment>standardization status of a feature of an ontology language</rdfs:comment>
<rdfs:range rdf:resource="http://purl.net/dol/1.0/standardization#StandardizationStatus"/>
</owl:AnnotationProperty>
<owl:AnnotationProperty rdf:about="&dct;date"/>
<owl:AnnotationProperty rdf:about="&todo;question"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Datatypes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.net/dol/1.0/standardization#StandardizationStatus -->
<owl:Class rdf:about="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 rdf:about="http://purl.net/dol/1.0/standardization#AcademicLiterature">
<rdf:type rdf:resource="http://purl.net/dol/1.0/standardization#StandardizationStatus"/>
</owl:NamedIndividual>
<!-- http://purl.net/dol/1.0/standardization#ISOStandard -->
<owl:NamedIndividual rdf:about="http://purl.net/dol/1.0/standardization#ISOStandard">
<rdf:type rdf:resource="http://purl.net/dol/1.0/standardization#StandardizationStatus"/>
<rdfs:label>ISO Standard</rdfs:label>
</owl:NamedIndividual>
<!-- http://purl.net/dol/1.0/standardization#Unofficial -->
<owl:NamedIndividual rdf:about="http://purl.net/dol/1.0/standardization#Unofficial">
<rdf:type rdf:resource="http://purl.net/dol/1.0/standardization#StandardizationStatus"/>
</owl:NamedIndividual>
<!-- http://purl.net/dol/1.0/standardization#W3CRecommendation -->
<owl:NamedIndividual rdf:about="http://purl.net/dol/1.0/standardization#W3CRecommendation">
<rdf:type rdf:resource="http://purl.net/dol/1.0/standardization#StandardizationStatus"/>
<rdfs:label>W3C Recommendation</rdfs:label>
</owl:NamedIndividual>
<!-- http://purl.net/dol/1.0/standardization#W3CWorkingGroupNote -->
<owl:NamedIndividual rdf:about="http://purl.net/dol/1.0/standardization#W3CWorkingGroupNote">
<rdf:type rdf:resource="http://purl.net/dol/1.0/standardization#StandardizationStatus"/>
<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 -->