@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix constraintType: <https://credreg.net/meta/vocabs/constraintType/> .
@prefix cs: <http://purl.org/vocab/changeset/schema#> .
@prefix graphPublicationStatus: <https://credreg.net/meta/vocabs/graphPublicationStatus/> .
@prefix groupType: <https://credreg.net/meta/vocabs/groupType/> .
@prefix meta: <http://credreg.net/meta/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix tst: <https://credreg.net/meta/vocabs/tst/> .
@prefix vs: <https://www.w3.org/2003/06/sw-vocab-status/ns> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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 <https://credreg.net/meta/termhistory/meta/domainFor/json> ;
	schema:domainIncludes rdf:Class ;
	schema:rangeIncludes rdf:Property .

