{ "@context": "../contexts/base", "@graph": [ { "@id": "skos:prefLabel", "@type": "rdf:Property", "rdfs:comment": "The preferred label.", "rdfs:label": "preferred label", "schema:domainIncludes": { "@id": "reproschema:Protocol" }, "schema:rangeIncludes": { "@id": "schema:Text" } }, { "@id": "skos:altLabel", "@type": "rdf:Property", "rdfs:comment": "The alternate label.", "rdfs:label": "alternate label", "schema:domainIncludes": { "@id": "reproschema:Protocol" }, "schema:rangeIncludes": { "@id": "schema:Text" } }, { "@id": "schema:description", "schema:domainIncludes": { "@id": "reproschema:Protocol" } }, { "@id": "schema:schemaVersion", "schema:domainIncludes": { "@id": "reproschema:Protocol" } }, { "@id": "schema:version", "schema:domainIncludes": { "@id": "reproschema:Protocol" } }, { "@id": "schema:associatedMedia", "@type": "rdf:Property", "rdfs:comment": "A media object that encodes this CreativeWork. This property is a synonym for encoding.", "rdfs:label": "associatedMedia", "schema:domainIncludes": { "@id": "reproschema:Protocol" } }, { "@id": "reproschema:order", "schema:domainIncludes": { "@id": "reproschema:Protocol" } }, { "@id": "reproschema:shuffle", "schema:domainIncludes": { "@id": "reproschema:Protocol" } }, { "@id": "reproschema:messages", "schema:domainIncludes": { "@id": "reproschema:Protocol" } }, { "@id": "reproschema:addProperties", "schema:domainIncludes": { "@id": "reproschema:Protocol" } }, { "@id": "reproschema:overrideProperties", "schema:domainIncludes": { "@id": "reproschema:Protocol" } }, { "@id": "reproschema:allow", "schema:domainIncludes": { "@id": "reproschema:Protocol" } }, { "@id": "reproschema:landingPage", "schema:domainIncludes": { "@id": "reproschema:Protocol" } }, { "@id": "reproschema:compute", "schema:domainIncludes": { "@id": "reproschema:Protocol" } }, { "@id": "reproschema:cronTable", "schema:domainIncludes": { "@id": "reproschema:Protocol" } }, { "@id": "schema:about", "schema:domainIncludes": { "@id": "reproschema:Protocol" } }, { "@id": "reproschema:Protocol", "@type": [ "rdfs:Class", "prov:Plan", "prov:Entity" ], "rdfs:comment": "A representation of a study which comprises one or more assessments.", "rdfs:label": "Protocol", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } } ] }