@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix sib: <http://cdn.startinblox.com/owl/ttl/vocab.ttl>.
@prefix hd: <http://cdn.startinblox.com/owl/ttl/vocab.ttl>.
@prefix wot: <http://xmlns.com/wot/0.1/>.
@prefix dc: <http://purl.org/dc/elements/1.1/>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.

dc:date a owl:AnnotationProperty.
dc:description a owl:AnnotationProperty.
dc:title a owl:AnnotationProperty.
rdfs:Class a owl:Class.
owl:Thing rdfs:label "Thing".
                                  
sib: dc:description "The SIB Vocabulary";
      dc:title "SIB vocabulary";
      a owl:Ontology.
