SCHEMA_transform-helper-schema.ttl 2.39 KB
# baseURI: http://www.reportinghub.no/ep/transform/transform-helper-schema
# imports: http://www.epim.no/schemas/mprml/1
# imports: http://www.reportinghub.no/ep/schema/1.0/activity

@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 transhelp:  <http://www.reportinghub.no/ep/transform/transform-helper-schema#> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .

<http://www.reportinghub.no/ep/transform/transform-helper-schema>
      rdf:type owl:Ontology ;
      rdfs:comment "The Transform Helper Schema is the set of properties and classes used for the creation of temporary data used as part of the ERH transformations. All instances of classes and uses of these properties is deleted before the triples are stored in the RDF database."^^xsd:string ;
      owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.epim.no/schemas/mprml/1> ;
      owl:versionInfo "Created with TopBraid Composer"^^xsd:string .

transhelp:derivedFrom
      rdf:type owl:ObjectProperty .

transhelp:forComment
      rdf:type owl:ObjectProperty ;
      rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ;
      rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ;
      rdfs:label "for comment"^^xsd:string .

transhelp:hasDerivedText
      rdf:type owl:DatatypeProperty .

transhelp:intervalEnd
      rdf:type owl:FunctionalProperty , owl:DatatypeProperty .

transhelp:intervalIdentifier
      rdf:type owl:FunctionalProperty , owl:DatatypeProperty .

transhelp:intervalStart
      rdf:type owl:FunctionalProperty , owl:DatatypeProperty .

transhelp:mapsTo
      rdf:type rdf:Property .

transhelp:materialClassMapsToMPREnumeration
      rdf:type owl:ObjectProperty , owl:FunctionalProperty , owl:InverseFunctionalProperty ;
      rdfs:label "material class maps to MPR enumeration"^^xsd:string ;
      rdfs:subPropertyOf transhelp:mapsTo .

transhelp:standardTempPres
      rdf:type rdf:Property ;
      rdfs:range <http://www.epim.no/schemas/mprml/1#StandardTempPress> .

transhelp:typeOfPartCommentedOn
      rdf:type owl:ObjectProperty ;
      rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ;
      rdfs:domain owl:Class ;
      rdfs:label "type of part commented on"^^xsd:string .