@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: <http://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 vs: <https://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ceterms:processMethod a rdf:Property ;
	rdfs:label "Process Method"@en-US ;
	rdfs:comment "Webpage or online document that describes the process methods."@en-US ;
	vs:term_status vs:stable ;
	meta:changeHistory <https://credreg.net/qdata/termhistory/ceterms/processMethod/json> ;
	schema:domainIncludes ceterms:ProcessProfile ;
	schema:rangeIncludes xsd:anyURI .

