@prefix dc: <http://purl.org/dc/terms/> .
@prefix dist: <http://www.w3.org/2007/08/pyRdfa/distiller#> .
@prefix ent: <http://www.w3.org/ns/entailment/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@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 xhv: <http://www.w3.org/1999/xhtml/vocab#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .


ent:Entailment a rdfs:Class, owl:Class ;
     dc:description "This is a unique, top-level Class URI for various Semantic Web entailment regimes. Instances include Simple entailment, RDF, RDFS, and D entailments, entailments with Direct and RDF Based Semantics of OWL, and RIF entailment." ;
     rdfs:seeAlso
         ent:D,
         ent:OWL-Direct,
         ent:OWL-RDF-Based,
         ent:RDF,
         ent:RDFS,
         ent:RIF,
         ent:Simple . 

ent:Overview.html dc:title "Unique URIs for Entailment Regimes" ;
     xhv:stylesheet <http://www.w3.org/StyleSheets/TR/base> . 

<http://www.w3.org/ns/entailment/> a owl:Ontology ;
     dc:creator <http://www.ivan-herman.net/foaf#me> ;
     dc:date "2010-01-05" ;
     dc:description "Unique URIs for Semantic Web Entailment Regimes" ;
     owl:versionIRI <http://www.w3.org/ns/entailment/> ;
     owl:versionInfo "2010-05-03 13:59:03" . 

<http://www.ivan-herman.net/foaf#me> a foaf:Person ;
     rdfs:seeAlso <http://www.ivan-herman.net/foaf#me> ;
     foaf:mbox <mailto:ivan@w3.org> ;
     foaf:name "Ivan Herman" ;
     foaf:title "Semantic Web Activity Lead" ;
     foaf:workplaceHomepage <http://www.w3.org> . 
