@prefix dc: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix wl: <http://www.wsmo.org/ns/wsmo-lite#> .
@prefix sawsdl: <http://www.w3.org/ns/sawsdl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<http://www.wsmo.org/ns/wsmo-lite#> a owl:Ontology ;
	dc:created "2009-04-22"^^xsd:date ;
	dc:issued "2009-04-22"^^xsd:date ;
	dc:description "This is a lightweight ontology for semantic annotations of services, intended for use with SAWSDL and the Minimal Service Model."@en ;
	dc:creator <http://vitvar.com/> , <http://jacek.cz/#me> ;
	dc:modified "2013-05-30"^^xsd:date ;
	rdfs:label "WSMO-Lite"@en ;
	owl:versionInfo "2013-05-30" ;
	owl:imports <http://iserve.kmi.open.ac.uk/ns/msm> , <http://www.w3.org/ns/sawsdl#> .

wl:FunctionalClassificationRoot rdfs:subClassOf rdfs:Class ;
	rdfs:label "Functional Classification Root"@en ;
	rdfs:description "instances of this class are roots of functionality classification hierarchies"@en ;
	rdfs:isDefinedBy <http://www.wsmo.org/ns/wsmo-lite#> .

wl:NonfunctionalParameter a rdfs:Class ;
	rdfs:label "Nonfunctional Parameter"@en ;
	rdfs:description "instances of this class are concrete nonfunctional properties of services"@en ;
	rdfs:isDefinedBy <http://www.wsmo.org/ns/wsmo-lite#> .

wl:Condition a rdfs:Class ;
	rdfs:label "Condition"@en ;
	rdfs:description "preconditions of services and operations"@en ;
	rdfs:isDefinedBy <http://www.wsmo.org/ns/wsmo-lite#> .

wl:Effect a rdfs:Class ;
	rdfs:label "Effect"@en ;
	rdfs:description "effects (postconditions) of services and operations"@en ;
	rdfs:isDefinedBy <http://www.wsmo.org/ns/wsmo-lite#> .

wl:Ontology a rdfs:Class ;
	rdfs:subClassOf owl:Ontology ;
	owl:deprecated "true"^^xsd:boolean ;
	rdfs:label "Ontology"@en ;
	rdfs:description "information model ontology (deprecated)"@en ;
	rdfs:isDefinedBy <http://www.wsmo.org/ns/wsmo-lite#> .

wl:usesOntology a rdfs:Property ;
	rdfs:domain wl:Service ;
	rdfs:subPropertyOf rdfs:seeAlso ;
	owl:deprecated "true"^^xsd:boolean ;
	rdfs:label "uses Ontology"@en ;
	rdfs:description "pointer from a semantic description to an ontology that it uses (deprecated)"@en ;
	rdfs:isDefinedBy <http://www.wsmo.org/ns/wsmo-lite#> .

sawsdl:modelReference a rdf:Property .

sawsdl:liftingSchemaMapping a rdf:Property .

sawsdl:loweringSchemaMapping a rdf:Property .
