@prefix actionStat: <http://purl.org/ctdl/vocabs/actionStat/> .
@prefix agentSector: <http://purl.org/ctdl/vocabs/agentSector/> .
@prefix asn: <http://purl.org/ASN/schema/core/> .
@prefix assessMethod: <http://purl.org/ctdl/vocabs/assessMethod/> .
@prefix assessUse: <http://purl.org/ctdl/vocabs/assessUse/> .
@prefix audience: <http://purl.org/ctdl/vocabs/audience/> .
@prefix audLevel: <http://purl.org/ctdl/vocabs/audLevel/> .
@prefix ceterms: <http://purl.org/ctdl/terms/> .
@prefix claimType: <http://purl.org/ctdl/vocabs/claimType/> .
@prefix costType: <http://purl.org/ctdl/vocabs/costType/> .
@prefix credentialStat: <http://purl.org/ctdl/vocabs/credentialStat/> .
@prefix creditUnit: <http://purl.org/ctdl/vocabs/creditUnit/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix deliveryType: <http://purl.org/ctdl/vocabs/deliveryType/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix inputType: <http://purl.org/ctdl/vocabs/inputType/> .
@prefix learnMethod: <http://purl.org/ctdl/vocabs/learnMethod/> .
@prefix lrmi: <http://purl.org/dcx/lrmi-terms/> .
@prefix meta: <http://credreg.net/meta/terms/> .
@prefix obi: <https://w3id.org/openbadges#> .
@prefix orgType: <http://purl.org/ctdl/vocabs/orgType/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix purpose: <http://purl.org/ctld/vocabs/purpose/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix residency: <http://purl.org/ctdl/vocabs/residency/> .
@prefix schema: <http://schema.org/> .
@prefix score: <http://purl.org/ctdl/vocabs/score/> .
@prefix serviceType: <http://purl.org/ctdl/vocabs/serviceType/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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:sameAs a rdf:Property ;
	rdfs:label "Same As"@en-US ;
	rdfs:comment "Another entity that unambiguously indicates the identity of the entity being described."@en-US ;
	dct:description "Entities that may indicate identity include, but are not limited to, descriptions of entities in open databases such as DBpedia and Wikidata or social media accounts such as FaceBook and LinkedIn."@en-US ;
	vs:term_status vs:stable ;
	meta:changeHistory <https://credreg.net/ctdl/termhistory/ceterms/sameAs/json> ;
	schema:domainIncludes ceterms:CredentialOrganization, ceterms:CredentialPerson, ceterms:QACredentialOrganization ;
	schema:rangeIncludes xsd:anyURI .

