Skip to content

Instantly share code, notes, and snippets.

WEBVTT
1
00:00:00.578 --> 00:00:03.422
<v Interviewer>All right, here we are, let's see.</v>
2
00:00:03.422 --> 00:00:04.255
K...
@reachym
reachym / owl.xml
Created December 2, 2015 21:25
OWL example
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:plants="http://www.linkeddatatools.com/plants#">
<!-- OWL Header Example -->
<owl:Ontology rdf:about="http://www.linkeddatatools.com/plants">
<dc:title>The LinkedDataTools.com Example Plant Ontology</dc:title>