@prefix adminRecord: <https://credreg.net/qdata/vocabs/adminRecord/> .
@prefix asn: <http://purl.org/asn/schema/core/> .
@prefix ceasn: <https://purl.org/ctdlasn/terms/> .
@prefix ceterms: <https://purl.org/ctdl/terms/> .
@prefix collectionMethod: <http://credreg.net/qdata/vocabs/collectionMethod/> .
@prefix dataWithholding: <https://credreg.net/qdata/vocabs/dataWithholding/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix incomeDetermination: <http://credreg.net/qdata/vocabs/incomeDetermination/> .
@prefix meta: <http://credreg.net/meta/terms/> .
@prefix qdata: <https://credreg.net/qdata/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sourceCoverage: <http://credreg.net/qdata/vocabs/sourceCoverage/> .
@prefix subjectCategory: <http://credreg.net/qdata/vocabs/subjectCategory/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <https://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ceterms:externalInputType a rdf:Property ;
	rdfs:label "External Input Type"@en-US ;
	rdfs:comment "Types of external stakeholders that provide input to an entity's processes or resources; select from an existing enumeration of such types."@en-US ;
	vann:usageNote "Best practice for developing credential descriptions for the Credential Engine Registry is to use the ceterms:ExternalInput vocabulary."@en-US ;
	vs:term_status vs:stable ;
	meta:changeHistory <https://credreg.net/qdata/termhistory/ceterms/externalInputType/json> ;
	rdfs:subPropertyOf ceterms:credentialAlignment ;
	schema:domainIncludes ceterms:ProcessProfile ;
	schema:rangeIncludes ceterms:CredentialAlignmentObject ;
	meta:targetScheme ceterms:ExternalInput .

