@prefix constraintType: . @prefix cs: . @prefix groupType: . @prefix meta: . @prefix rdf: . @prefix skos: . @prefix tst: . @prefix vs: . @prefix xsd: . #==================== # CLASSES #==================== meta:ChangeHistory a rdfs:Class ; rdfs:label "Change History"@en-US ; rdfs:comment "Provides a list of cs:ChangeSet instances for a term."@en-US ; vs:term_status vs:stable ; meta:changeHistory ; meta:domainFor meta:hasChangeSet . #==================== # PROPERTIES #==================== meta:domainFor a rdf:Property ; rdfs:label "Domain For"@en-US ; rdfs:comment "This class is one of the domains for the indicated property."@en-US ; vs:term_status vs:stable ; meta:changeHistory ; schema:domainIncludes rdf:Class ; schema:rangeIncludes rdf:Property . meta:hasChangeSet a rdf:Property ; rdfs:label "Has Change Set"@en-US ; rdfs:comment "Provides a list of change sets for this term."@en-US ; vs:term_status vs:stable ; meta:changeHistory ; schema:domainIncludes meta:ChangeHistory ; schema:rangeIncludes cs:ChangeSet . meta:hasConcept a rdf:Property ; rdfs:label "Has Concept"@en-US ; rdfs:comment "The indicated concept is a concept of this concept scheme at some level."@en-US ; dct:description "Less specific than skos:hasTopConcept. Concepts listed here may appear anywhere in this concept scheme."@en-US ; vs:term_status vs:stable ; meta:changeHistory ; schema:domainIncludes skos:ConceptScheme ; schema:rangeIncludes skos:Concept . meta:objectText a rdf:Property ; rdfs:label "Object Text"@en-US ; rdfs:comment "Language-encoded text of a meta:Triple."@en-US ; vs:term_status vs:stable ; meta:changeHistory ; rdfs:subPropertyOf rdf:object ; schema:domainIncludes rdf:Statement ; schema:rangeIncludes rdf:langString . meta:supersededBy a rdf:Property ; rdfs:label "Superseded By"@en-US ; rdfs:comment "Indicates the entity that supersedes this entity."@en-US ; vs:term_status vs:stable ; meta:changeHistory ; schema:domainIncludes rdf:Class, rdf:Property, skos:Concept, skos:ConceptScheme ; schema:rangeIncludes xsd:anyURI . meta:targetScheme a rdf:Property ; rdfs:label "Target Concept Scheme"@en-US ; rdfs:comment "Indicates the primary or preferred concept scheme that should ultimately be used with this property, even when the range of the property is an intermediate object."@en-US ; vs:term_status vs:stable ; meta:changeHistory ; schema:domainIncludes rdf:Property ; schema:rangeIncludes xsd:anyURI . #==================== # CONCEPT SCHEMES #==================== meta:ConstraintType a skos:ConceptScheme ; rdfs:label "Constraint Type"@en-US ; rdfs:comment "Types of constraints used in profiles of schemas."@en-US ; vs:term_status vs:stable ; meta:changeHistory ; meta:hasConcept constraintType:HasValidationGroup, constraintType:OverrideDomain, constraintType:OverrideRange, constraintType:RecommendsProperty, constraintType:ReferenceProperty, constraintType:RequiresAnyProperty, constraintType:RequiresProperty, constraintType:StronglyRecommendsProperty, constraintType:ValidationTopLevel . meta:GroupType a skos:ConceptScheme ; rdfs:label "Group Type"@en-US ; rdfs:comment "Groups of schema terms."@en-US ; vs:term_status vs:stable ; meta:changeHistory ; meta:hasConcept groupType:Expansion, groupType:SuperClass, groupType:TopLevel . meta:TermStatusType a skos:ConceptScheme ; rdfs:label "Term Status Type"@en-US ; rdfs:comment "Types of Statuses for terms, primarily those used in the CTDL family of schemas."@en-US ; vs:term_status vs:unstable ; meta:changeHistory ; meta:hasConcept tst:Deprecated, tst:Pending, tst:Stable, tst:Unstable . #==================== # CONCEPTS #==================== constraintType:HasValidationGroup a skos:Concept ; skos:prefLabel "Has Validation Group"@en-US ; skos:definition "When a class in the subject of this constraint is selected along with a parameter that indicates it should be grouped with similar classes, the resulting data should instead use classes in the object of this constraint."@en-US ; dct:description "Classes in the subject of this constraint may also appear in the object of this constraint, so that the object list should always be used without concatenation with the subject list."@en-US ; vs:term_status vs:stable ; meta:changeHistory ; skos:inScheme meta:ConstraintType . constraintType:OverrideDomain a skos:Concept ; skos:prefLabel "Override Domain"@en-US ; skos:definition "Replaces the domain of the property or properties in the subject with the value or values of the object."@en-US ; vs:term_status vs:stable ; meta:changeHistory ; skos:inScheme meta:ConstraintType . constraintType:OverrideRange a skos:Concept ; skos:prefLabel "Override Range"@en-US ; skos:definition "Replaces the rdfs:rangeIncludes of the property or properties in the subject with the value or values in the object."@en-US ; dct:description "Enables forcibly replacing the range of a property with an arbitrarily chosen range. Useful for restricting a multi-range property at the schema level to a single range in a profile."@en-US ; vs:term_status vs:stable ; meta:changeHistory ; skos:inScheme meta:ConstraintType . constraintType:RecommendsProperty a skos:Concept ; skos:prefLabel "Recommends Property"@en-US ; skos:definition "Classes in the subject of this constraint recommend that data be provided for properties in the object of this constraint."@en-US ; vs:term_status vs:stable ; meta:changeHistory ; skos:inScheme meta:ConstraintType . constraintType:ReferenceProperty a skos:Concept ; skos:prefLabel "Reference Property"@en-US ; skos:definition "Classes in the subject of this constraint can be pointed to by the set of properties in the object of this constraint when no direct reference to an instance of that class is available."@en-US ; dct:description "When you need to point to an entity that does not have a URI, you can use the set of properties indicated in the object of this constraint to provide a loose \"pointer\" object intended to lead the consumer of the information to the desired entity."@en-US ; vs:term_status vs:stable ; meta:changeHistory ; skos:inScheme meta:ConstraintType . constraintType:RequiresAnyProperty a skos:Concept ; skos:prefLabel "Requires Any Property"@en-US ; skos:definition "Classes in the subject of this constraint require that data be provided for one or more of the properties in the subject of this constraint."@en-US ; dct:description "Each instance of a constraint that uses this constraint type should be considered a separate entity. Do not merge the subjects or objects lists of such entities with any other entities, even if there is overlap between the subjects or objects lists."@en-US ; vs:term_status vs:stable ; meta:changeHistory ; skos:inScheme meta:ConstraintType . constraintType:RequiresProperty a skos:Concept ; skos:prefLabel "Requires Property"@en-US ; skos:definition "Classes in the subject of this constraint require that data be provided for properties listed in the object of this constraint."@en-US ; vs:term_status vs:stable ; meta:changeHistory ; skos:inScheme meta:ConstraintType . constraintType:StronglyRecommendsProperty a skos:Concept ; skos:prefLabel "Strongly Recommends Property"@en-US ; skos:definition "Classes in the subject of this constraint strongly recommend that data for properties in the object of this constraint be provided if such data is available."@en-US ; vs:term_status vs:stable ; meta:changeHistory ; skos:inScheme meta:ConstraintType . constraintType:ValidationTopLevel a skos:Concept ; skos:prefLabel "Validation Top Level"@en-US ; skos:definition "Classes in the subject of this constraint should be considered \"top level\" entities in some system, and should be directly retrievable from that system."@en-US ; vs:term_status vs:stable ; meta:changeHistory ; skos:inScheme meta:ConstraintType . groupType:Expansion a skos:Concept ; skos:prefLabel "Expansion"@en-US ; skos:definition "The URI of this group should be replaced with the members of this group when being processed by some system, when and where appropriate."@en-US ; vs:term_status vs:stable ; meta:changeHistory ; skos:inScheme meta:GroupType . groupType:SuperClass a skos:Concept ; skos:prefLabel "Super Class"@en-US ; skos:definition "Classes that serve as a grouping mechanism for other classes."@en-US ; dct:description "Generally, members of this group are not used in actual implementations; rather, subclasses of these classes should be used."@en-US ; vs:term_status vs:stable ; meta:changeHistory ; skos:inScheme meta:GroupType . groupType:TopLevel a skos:Concept ; skos:prefLabel "Top Level"@en-US ; skos:definition "Classes that are published as URI references rather than as embedded data."@en-US ; vs:term_status vs:stable ; meta:changeHistory ; skos:inScheme meta:GroupType . tst:Deprecated a skos:Concept ; skos:prefLabel "Deprecated"@en-US ; skos:definition "This term is marked as archaic. It is not considered typical of current best practice and therefore alternative expressions may be preferable."@en-US ; vs:term_status vs:unstable ; meta:changeHistory ; skos:inScheme meta:TermStatusType . tst:Pending a skos:Concept ; skos:prefLabel "Pending"@en-US ; skos:definition "The term is in a development/comment period; changes are still possible."@en-US ; vs:term_status vs:unstable ; meta:changeHistory ; skos:inScheme meta:TermStatusType . tst:Stable a skos:Concept ; skos:prefLabel "Stable"@en-US ; skos:definition "The term is relatively stable, and its documentation and meaning are not expected to change substantially."@en-US ; vs:term_status vs:unstable ; meta:changeHistory ; skos:inScheme meta:TermStatusType . tst:Unstable a skos:Concept ; skos:prefLabel "Unstable"@en-US ; skos:definition "The term is liable to change at some point in the future, or may be deleted entirely. Use with caution."@en-US ; vs:term_status vs:unstable ; meta:changeHistory ; skos:inScheme meta:TermStatusType .