# EARL 0.95 Inferences
# 
# On the Semantic Web, it is important that relationships are stated between 
# terms and ontologies, so that the entire system may scale, and to provide 
# useful piecs of localized information to processors. For example, you may 
# want to provide inferences that can transform an older version of a language 
# into a new one, or that enables an outside processor to partially understand 
# your particular language.
# 
# Thus, with this EARL inferences file, we are stating two types of things:-
# 
#    1) Relationships to other similar languages
#    2) Relationships to previous versions of EARL
#    3) Links to conversion files
# 
# To get an inference to your ontology listed here, please send a note to 
# <mailto:sean@mysterylights.com> CC'd to <mailto:www-archive+earl@w3.org>, 
# and we'll take a look at it.

@prefix : <#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix daml: <http://www.daml.org/2001/03/daml+oil#> .
@prefix log: <http://www.w3.org/2000/10/swap/log#> .
@prefix earl: <http://www.w3.org/2001/03/earl/0.95#> .
@prefix earl9: <http://www.w3.org/2001/03/earl/0.9#> .
@prefix foaf: <http://xmlns.com/0.1/foaf/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dca: <http://dublincore.org/2000/03/13-dcagent#> .
@prefix dcq: <http://dublincore.org/2000/03/13-dcq#> .
@prefix doc: <http://www.w3.org/2000/10/swap/pim/doc#> .
@prefix rcs: <http://www.w3.org/2001/03swell/rcs#> .
@prefix roughterms: <http://webns.net/roughterms/> .

this rcs:id "$Id$" .

#    1) Relationships to other similar languages

rdfs:comment rdfs:subPropertyOf earl:note .
earl:email :kindaLike foaf:mbox .
earl:version = doc:version, daml:versionInfo .
# earl:version     - "For earl:version(x, y), read: x is of version y"
# doc:version      - "This version of this document (eg number, date, etc). 
#                     A string"
# daml:versionInfo - "generally, a string giving information about this
#                     version; e.g. RCS/CVS keywords"
earl:date :kindaLike dc:date .
earl:name rdfs:seeAlso dca:agentName, 
   rdfs:label .
earl:lastModified rdfs:seeAlso dcq:modified .
earl:name rdfs:subPropertyOf foaf:name .

#    2) Relationships to previous versions of EARL

earl9:Evaluation = earl:Evaluation .
earl9:Assertor = earl:assertor .
earl9:asserts rdfs:subPropertyOf earl:asserts .
earl9:Person = earl:Person .
earl9:hasEmail = earl:email .
earl9:hasName = earl:name .
earl9:hasAddress rdfs:subPropertyOf earl:contactInfo .
earl9:hasPlatform = earl:platform .
earl9:TestSubject = earl:TestSubject .
earl9:TestCase = earl:TestCase .
earl9:WebContent = earl:WebContent .
earl9:Tool = earl:Tool .
earl9:Auto = earl:Auto .
earl9:Manual = earl:Manual .

#    3) Links to conversion files

earl:EARL 
   roughterms:updateInfo 
     <http://www.w3.org/2001/03/earl/0.9to0.95> .