@prefix cc:    <http://creativecommons.org/ns#> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .

<http://ns.ottr.xyz/0.4/source>
        a            owl:ObjectProperty ;
        rdfs:domain  <http://ns.ottr.xyz/0.4/InstanceMap> ;
        rdfs:range   <http://ns.ottr.xyz/0.4/Source> .

<http://ns.ottr.xyz/0.4/template>
        a            owl:ObjectProperty ;
        rdfs:domain  <http://ns.ottr.xyz/0.4/InstanceMap> .

<http://ns.ottr.xyz/0.4/listSep>
        a            owl:DatatypeProperty ;
        rdfs:domain  <http://ns.ottr.xyz/0.4/ArgumentMap> ;
        rdfs:range   <http://www.w3.org/2001/XMLSchema#string> .

<http://ns.ottr.xyz/0.4/type>
        a            owl:ObjectProperty ;
        rdfs:domain  <http://ns.ottr.xyz/0.4/ArgumentMap> ;
        rdfs:range   <http://ns.ottr.xyz/0.4/Type> .

<http://ns.ottr.xyz/0.4/argumentMaps>
        a            owl:ObjectProperty ;
        rdfs:domain  <http://ns.ottr.xyz/0.4/InstanceMap> .

<http://ns.ottr.xyz/0.4/username>
        a            owl:DatatypeProperty ;
        rdfs:domain  <http://ns.ottr.xyz/0.4/JDBCSource> ;
        rdfs:range   <http://www.w3.org/2001/XMLSchema#string> .

<http://ns.ottr.xyz/0.4/sourceURL>
        a            owl:DatatypeProperty ;
        rdfs:domain  <http://ns.ottr.xyz/0.4/Source> ;
        rdfs:range   <http://www.w3.org/2001/XMLSchema#string> .

<http://ns.ottr.xyz/0.4/query>
        a            owl:DatatypeProperty ;
        rdfs:domain  <http://ns.ottr.xyz/0.4/InstanceMap> ;
        rdfs:range   <http://www.w3.org/2001/XMLSchema#string> .

<http://ns.ottr.xyz/0.4/labelledBlankPrefix>
        a            owl:DatatypeProperty ;
        rdfs:domain  <http://ns.ottr.xyz/0.4/ArgumentMap> ;
        rdfs:range   <http://www.w3.org/2001/XMLSchema#string> .

<http://ns.ottr.xyz/0.4/password>
        a            owl:DatatypeProperty ;
        rdfs:domain  <http://ns.ottr.xyz/0.4/JDBCSource> ;
        rdfs:range   <http://www.w3.org/2001/XMLSchema#string> .

<http://ns.ottr.xyz/0.4/languageTag>
        a            owl:DatatypeProperty ;
        rdfs:domain  <http://ns.ottr.xyz/0.4/ArgumentMap> ;
        rdfs:range   <http://www.w3.org/2001/XMLSchema#string> .

<http://spec.ottr.xyz/bOTTR/0.1/core-vocabulary>
        a                owl:Ontology ;
        rdfs:seeAlso     <http://spec.ottr.xyz/bOTTR/0.1/> ;
        cc:licence       <https://creativecommons.org/licenses/by/4.0/> ;
        dc:creator       <http://folk.uio.no/martige/foaf#me> ;
        dc:date          "2019-10-08" ;
        owl:versionInfo  "0.1.0" ;
        foaf:logo        "https://ottr.xyz/logo/bOTTR.jpg" .

<http://ns.ottr.xyz/0.4/nullValue>
        a            owl:AnnotationProperty ;
        rdfs:domain  <http://ns.ottr.xyz/0.4/ArgumentMap> .

<http://ns.ottr.xyz/0.4/listStart>
        a            owl:DatatypeProperty ;
        rdfs:domain  <http://ns.ottr.xyz/0.4/ArgumentMap> ;
        rdfs:range   <http://www.w3.org/2001/XMLSchema#string> .

<http://ns.ottr.xyz/0.4/jdbcDriver>
        a            owl:DatatypeProperty ;
        rdfs:domain  <http://ns.ottr.xyz/0.4/JDBCSource> ;
        rdfs:range   <http://www.w3.org/2001/XMLSchema#string> .

<http://ns.ottr.xyz/0.4/listEnd>
        a            owl:DatatypeProperty ;
        rdfs:domain  <http://ns.ottr.xyz/0.4/ArgumentMap> ;
        rdfs:range   <http://www.w3.org/2001/XMLSchema#string> .
