test.ttl
Home
/
ontologies /
test.ttl
@prefix : <http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/38/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/38/> .
<http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/38/> rdf:type owl:Ontology .
#################################################################
#
# Data properties
#
#################################################################
### http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/38/dataComplementOfProperty
:dataComplementOfProperty rdf:type owl:DatatypeProperty ;
rdfs:domain :Class1 ;
rdfs:range [ rdf:type rdfs:Datatype ;
owl:datatypeComplementOf xsd:string
] .
#################################################################
#
# Classes
#
#################################################################
### http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/38/Class1
:Class1 rdf:type owl:Class .
### http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/38/NoObjectComplementOf
:NoObjectComplementOf rdf:type owl:Class .
### http://webvowl.steffen-lohmann.de/ontobench-1.1.0-SNAPSHOT/ontology/38/ObjectComplementOf
:ObjectComplementOf rdf:type owl:Class ;
rdfs:subClassOf [ rdf:type owl:Class ;
owl:complementOf :NoObjectComplementOf
] .
### Generated by the OWL API (version 4.1.0) https://github.com/owlcs/owlapi