# Generated by N3Serializer.php from RDF RAP.
# http://www.wiwiss.fu-berlin.de/suhl/bizer/rdfapi/index.html

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


coffee:rating a rdf:Property ; rdfs:comment "A score with minimum 0 and maximum 10, with 10 being the perfect coffee." ; rdfs:domain coffee:Coffee ; rdfs:isDefinedBy ns0:n3 ; rdfs:label "rating" .
coffee:Espresso a rdfs:Class ; rdfs:isDefinedBy ns0:n3 ; rdfs:label "Espresso" ; rdfs:subClassOf coffee:Coffee .
coffee:Coffee a rdfs:Class ; rdfs:isDefinedBy ns0:n3 ; rdfs:label "Coffee" .
ns0:n3 a foaf:Document ; rdfs:label "coffee ontology's document" ; foaf:primaryTopic coffee: .
coffee: dc:title "coffee" ; a owl:Ontology .
