<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:j.0="http://qudt.org/schema/qudt/"
xmlns:j.1="http://purl.org/dc/terms/"
xmlns:j.2="http://www.linkedmodel.org/schema/vaem#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#" >
<rdf:Description rdf:about="http://qudt.org/vocab/quantitykind/Period">
<j.0:plainTextDescription>Duration of one cycle of a periodic phenomenon.</j.0:plainTextDescription>
<rdfs:label xml:lang="en">Period</rdfs:label>
<rdfs:comment>Applicable units are those of quantitykind:Period</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/vocab/quantitykind"/>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/SEC"/>
<j.2:todo>belongs to SOQ-ISO</j.2:todo>
<rdf:type rdf:resource="http://qudt.org/schema/qudt/QuantityKind"/>
<j.0:hasDimensionVector rdf:resource="http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0"/>
<j.0:applicableUnit rdf:resource="http://qudt.org/vocab/unit/MegaSEC"/>
<j.1:description rdf:datatype="http://qudt.org/schema/qudt/LatexString">Duration of one cycle of a periodic phenomenon.</j.1:description>
</rdf:Description>
</rdf:RDF>
@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://qudt.org/vocab/quantitykind/Period>
rdf:type <http://qudt.org/schema/qudt/QuantityKind> ;
<http://purl.org/dc/terms/description> "Duration of one cycle of a periodic phenomenon."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/MegaSEC> ;
<http://qudt.org/schema/qudt/applicableUnit> <http://qudt.org/vocab/unit/SEC> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/plainTextDescription> "Duration of one cycle of a periodic phenomenon." ;
<http://www.linkedmodel.org/schema/vaem#todo> "belongs to SOQ-ISO" ;
rdfs:comment "Applicable units are those of quantitykind:Period" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
rdfs:label "Period"@en ;
.
{"resource":"Period"
,"qname":"quantitykind:Period"
,"uri":"http:\/\/qudt.org\/vocab\/quantitykind\/Period"
,"properties":["applicable unit":"unit:MegaSEC"
,"applicable unit":"unit:SEC"
,"comment":"Applicable units are those of quantitykind:Period"
,"description":"Duration of one cycle of a periodic phenomenon."
,"description (plain text)":"Duration of one cycle of a periodic phenomenon."
,"has dimension vector":"dimension:A0E0L0I0M0H0T1D0"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/vocab\/quantitykind>"
,"label":"Period"
,"todo":"belongs to SOQ-ISO"
,"type":"qudt:QuantityKind"
]}
{
"@id" : "http://qudt.org/vocab/quantitykind/Period",
"@type" : "http://qudt.org/schema/qudt/QuantityKind",
"description" : "Duration of one cycle of a periodic phenomenon.",
"applicableUnit" : [ "http://qudt.org/vocab/unit/SEC", "http://qudt.org/vocab/unit/MegaSEC" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"plainTextDescription" : "Duration of one cycle of a periodic phenomenon.",
"todo" : "belongs to SOQ-ISO",
"comment" : "Applicable units are those of quantitykind:Period",
"isDefinedBy" : "http://qudt.org/2.1/vocab/quantitykind",
"label" : {
"@language" : "en",
"@value" : "Period"
},
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"comment" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#comment"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableUnit" : {
"@id" : "http://qudt.org/schema/qudt/applicableUnit",
"@type" : "@id"
},
"todo" : {
"@id" : "http://www.linkedmodel.org/schema/vaem#todo"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}