StandardData.ttl 827 Bytes
# baseURI: http://ILAP_1.5_(git)/StandardData

@prefix :        <http://ILAP_1.5_(git)/StandardData#> .
@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 xsd:     <http://www.w3.org/2001/XMLSchema#> .

<http://ILAP_1.5_(git)/StandardData>
      rdf:type owl:Ontology ;
      owl:versionInfo "Created with TopBraid Composer"^^xsd:string .

:Criticality
      rdf:type owl:Class ;
      rdfs:label "Criticality"^^xsd:string ;
      rdfs:subClassOf owl:Thing .

:ExpenseType
      rdf:type owl:Class ;
      rdfs:label "Expense type"^^xsd:string ;
      rdfs:subClassOf owl:Thing .

:Priority
      rdf:type owl:Class ;
      rdfs:label "Priority"^^xsd:string ;
      rdfs:subClassOf owl:Thing .