@prefix dct: .
@prefix foaf: .
@prefix rdf: .
@prefix skos: .
@prefix vocab: .
@prefix xsd: .
@prefix rdfs: .
@prefix owl: .
@prefix schema: .
@prefix iop: .
@prefix puv: .
@prefix sosa: .
iop:constrains a owl:ObjectProperty ;
rdfs:comment "A Constraint constrains an Entity having a role in the Variable description." ;
rdfs:domain iop:Constraint ;
rdfs:label "constrains" ;
rdfs:range iop:Entity .
iop:hasConstraint a owl:ObjectProperty ;
rdfs:comment "A Variable has a Constraint, that confines an Entity involved in the observation." ;
rdfs:domain iop:Variable ;
rdfs:label "hasConstraint" ;
rdfs:range iop:Constraint .
iop:hasContextObject a owl:ObjectProperty ;
rdfs:comment "A Variable has an Entity that provides additional background information regarding the ObjectOfInterest." ;
rdfs:domain iop:Variable ;
rdfs:label "hasContextObject" ;
rdfs:range iop:Entity .
iop:hasMatrix a owl:ObjectProperty ;
rdfs:comment "A Variable might have an Entity in which the ObjectOfInterest is contained." ;
rdfs:domain iop:Variable ;
rdfs:label "hasMatrix" ;
rdfs:range iop:Entity ;
rdfs:subPropertyOf iop:hasContextObject .
iop:hasObjectOfInterest
a owl:ObjectProperty ;
rdfs:comment "A Variable has an Entity whose Property is observed." ;
rdfs:domain iop:Variable ;
rdfs:label "hasObjectOfInterest" ;
rdfs:range iop:Entity .
iop:hasProperty a owl:ObjectProperty ;
rdfs:comment "A Variable has a Property that characterizes an Entity." ;
rdfs:domain iop:Variable ;
rdfs:label "hasProperty" ;
rdfs:range iop:Property .
puv:uom
a owl:ObjectProperty ;
rdfs:comment "scale or unit of measurement" ;
rdfs:label "unit-of-measurement " ;
rdfs:range puv:UnitOfMeasurement .
puv:statistic
a owl:ObjectProperty ;
rdfs:comment "statistical treatment" ;
rdfs:domain puv:Parameter ;
rdfs:label "statistic " ;
rdfs:range puv:ParameterStatistic .
puv:method
a owl:ObjectProperty ;
rdfs:comment "method used to measure the value" ;
rdfs:label "method" ;
rdfs:range puv:Method .
sosa:madeBySensor
a owl:ObjectProperty ;
rdfs:label "made by sensor"@en ;
skos:definition "Relation between an Observation and the Sensor which made the Observation."@en ;
rdfs:comment "Relation between an Observation and the Sensor which made the Observation."@en ;
schema:domainIncludes sosa:Observation ;
schema:rangeIncludes sosa:Sensor ;
owl:inverseOf sosa:madeObservation ;
rdfs:isDefinedBy sosa: .
a skos:ConceptScheme;
dct:created "2022-06-01T00:00:00+00:00"^^xsd:datetime;
dct:description "Vocabulary description"@en;
dct:hasVersion "0.1.0";
dct:modified "2022-06-23T11:41:46+00:00"^^xsd:datetime;
dct:rights ;
dct:title "Vocabulary title"@en;
skos:hasTopConcept vocab:1000, vocab:1004;
foaf:homepage "URL to the community developing vocab"@en .
vocab:1000 a skos:Concept;
dct:created "2022-06-20"^^xsd:date;
dct:creator "0000-0003-2195-3997"@en;
dct:modified "2022-06-20"^^xsd:date;
skos:inScheme ;
skos:narrower vocab:1001, vocab:1002, vocab:1003;
skos:prefLabel "reaction time"@en;
skos:topConceptOf .
vocab:1001 a skos:Concept;
dct:created "2022-06-20"^^xsd:date;
dct:creator "0000-0003-2195-3997"@en;
dct:modified "2022-06-20"^^xsd:date;
skos:altLabel "PM_RT"@en;
skos:broader vocab:1000;
skos:inScheme ;
skos:prefLabel "reaction time at prospective memory task"@en .
vocab:1002 a skos:Concept;
skos:altLabel "LDT_RT"@en;
skos:broader vocab:1000;
skos:inScheme ;
skos:prefLabel "reaction time at lexical decision task (without prospective memory component)"@en .
vocab:1003 a skos:Concept;
skos:altLabel "OG_RT"@en;
skos:broader vocab:1000;
skos:inScheme ;
skos:prefLabel "reaction time at lexical decision task (with prospective memory component)"@en .
vocab:1004 a skos:Concept;
skos:inScheme ;
skos:narrower vocab:1005, vocab:1006, vocab:1007;
skos:prefLabel "accuracy"@en;
skos:topConceptOf .
vocab:1005 a skos:Concept;
skos:altLabel "PM_accuracy"@en;
skos:broader vocab:1004;
skos:inScheme ;
skos:prefLabel "accuracy at prospective memory task"@en .
vocab:1006 a skos:Concept;
skos:altLabel "LDT_accuracy"@en;
skos:broader vocab:1004;
skos:inScheme ;
skos:prefLabel "accuracy at lexical decision task (without prospective memory component)"@en .
vocab:1007 a skos:Concept;
skos:altLabel "OG_accuracy"@en;
skos:broader vocab:1004;
skos:inScheme ;
skos:prefLabel "accuracy at lexical decision task (with prospective memory component)"@en .