# baseURI: http://qudt.org/2.1/vocab/unit/template # imports: http://qudt.org/2.1/vocab/quantitykind # imports: http://qudt.org/2.1/schema/qudt # imports: http://www.linkedmodel.org/schema/vaem # prefix: unit @prefix dc: . @prefix dct: . @prefix dimension: . @prefix owl: . @prefix prov: . @prefix quantitykind: . @prefix qudt: . @prefix rdf: . @prefix rdfs: . @prefix skos: . @prefix unit: . @prefix vaem: . @prefix voag: . @prefix xsd: . dc:contributor a owl:AnnotationProperty ; rdfs:isDefinedBy dc: ; rdfs:label "contributor" ; rdfs:range xsd:string ; . dc:creator a owl:AnnotationProperty ; rdfs:isDefinedBy dc: ; rdfs:label "creator" ; rdfs:range xsd:string ; . dc:description a owl:AnnotationProperty ; rdfs:isDefinedBy dc: ; rdfs:label "description" ; rdfs:range xsd:string ; . dc:rights a owl:AnnotationProperty ; rdfs:isDefinedBy dc: ; rdfs:label "rights" ; rdfs:range xsd:string ; . dc:subject a owl:AnnotationProperty ; rdfs:isDefinedBy dc: ; rdfs:label "subject" ; rdfs:range xsd:string ; . dc:title a owl:AnnotationProperty ; rdfs:isDefinedBy dc: ; rdfs:label "title" ; rdfs:range xsd:string ; . a owl:Ontology ; vaem:hasGraphMetadata vaem:GMD_QUDT-UNITS-TEMPLATE ; rdfs:label "QUDT Units of Measure for Template Release 2.1" ; owl:imports ; owl:imports ; owl:imports ; owl:imports ; owl:versionIRI ; . unit:ExampleTemplateUnit a qudt:templateUnit ; a qudt:Unit ; qudt:abbreviation "ETU" ; qudt:code "9999" ; qudt:conversionMultiplier "1"^^xsd:double ; qudt:conversionOffset "0.0"^^xsd:double ; qudt:description "A description"^^rdf:HTML ; qudt:hasQuantityKind quantitykind:SignalStrength ; qudt:id "U-9999" ; qudt:symbol "ETU" ; qudt:ucumCaseInsensitiveCode "ETU"^^qudt:UCUMci-term ; qudt:ucumCaseInsensitiveCode "ETU"^^qudt:UCUMcs-term ; qudt:ucumCode "ETU"^^qudt:UCUMci-term ; qudt:ucumCode "ETU"^^qudt:UCUMcs-term ; rdfs:isDefinedBy unit:template ; rdfs:label "ETU" ; skos:exactMatch ; skos:prefLabel "ETU" ; prov:wasInfluencedBy ; . voag:QUDT-UNITS-VocabCatalogEntry a vaem:CatalogEntry ; rdfs:label "QUDT UNITS Vocab Catalog Entry" ; . voag:hasCatalogEntry a owl:ObjectProperty ; rdfs:label "has catalog entry" ; . voag:hasLicenseType a owl:ObjectProperty ; rdfs:label "has license type"@en-US ; . voag:withAttributionTo a owl:ObjectProperty ; rdfs:label "with attribution to" ; . vaem:GMD_QUDT-UNITS-TEMPLATE a vaem:GraphMetaData ; dct:author "Your name" ; dct:contributor "Your name" ; dct:created "2019-01-01"^^xsd:date ; dct:creator "Your name" ; dct:modified "2019-01-01"^^xsd:date ; dct:rights "The QUDT Ontologies are issued under a Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA 4.0), available at https://creativecommons.org/licenses/by-sa/4.0/. Attribution should be made to QUDT.org" ; dct:subject "Units-Template" ; dct:title "UNITS TEMPLATE Version 2.1 Graph Metadata" ; vaem:description "Standard units of measure for template." ; vaem:hasGraphRole vaem:VocabularyGraph ; vaem:intent "To provide a vocabulary of commonly used Template units." ; vaem:isMetadataFor ; vaem:logo "http://www.linkedmodel.org/lib/lm/images/logos/qudt_logo-300x110.png"^^xsd:anyURI ; vaem:name "qudt" ; vaem:namespace "http://qudt.org/vocab/unit/" ; vaem:namespacePrefix "unit" ; vaem:owner "QUDT.org" ; vaem:revision "2.1" ; vaem:title "Template Units Ontology Version 2.1" ; vaem:turtleFileURL "http://qudt.org/2.1/vocab/VOCAB_QUDT-UNITS-TEMPLATE-v2.1.ttl"^^xsd:anyURI ; vaem:usesNonImportedResource dct:abstract ; vaem:usesNonImportedResource dct:author ; vaem:usesNonImportedResource dct:created ; vaem:usesNonImportedResource dct:modified ; vaem:usesNonImportedResource dct:title ; vaem:usesNonImportedResource ; vaem:withAttributionTo "QUDT is issued under a Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA 4.0), available at https://creativecommons.org/licenses/by-sa/4.0/. Attribution should be made to QUDT.org" ; rdfs:isDefinedBy ; rdfs:isDefinedBy unit:template ; rdfs:label "Template Units Ontology Version 2.1" ; . skos:closeMatch a rdf:Property ; . skos:exactMatch a rdf:Property ; .